@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic,300&subset=latin,latin-ext");
@import "reset.css";
/*                                    VARIABLES|MIXINS
////////////////////////////////////////////////////////////////////////////////*/
.notMobile {
  display: block;
}
@media screen and (max-width: 767px) {
  .notMobile {
    display: none;
  }
}
.onlyMobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .onlyMobile {
    display: block;
  }
}
.oMobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .oMobile {
    display: block !important;
  }
}
.nMobile {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .nMobile {
    display: none !important;
  }
}
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 100%; /* add PX (or original value) as backup */
  font-size: 100%;
  line-height: 150%;
  color: #4c4c4c;
  width: auto;
  min-width: 280px;
  background: #fff;
}
h1 {
  color: #4c4c4c;
  font-size: 38px; /* add PX (or original value) as backup */
  font-size: 2.375rem;
  line-height: 26px;
  margin: 20px 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  color: #4c4c4c;
  margin: 15px 0;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
}
h2 {
  font-size: 32px; /* add PX (or original value) as backup */
  font-size: 2rem;
  line-height: 38px;
}
h3 {
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  line-height: 30px;
}
h4 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  line-height: 24px;
}
a {
  color: #4c4c4c;
  text-decoration: underline;
  cursor: pointer /* because IE7 ?! :( */;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 140%;
  margin: 10px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
hr {
  width: 100%;
  height: 0;
  background: transparent;
  border: none;
  border-top: 1px dashed #e3e3e3;
}
h2.sign {
  color: #fff;
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 15px 0 25px 0;
  line-height: 25px;
}
h2.sign > a,
h2.sign > span {
  color: #fff;
  text-decoration: none;
}
ul.errors {
  display: block;
  color: #f00;
}
h1.title,
h2.title {
  margin-top: 10px;
}
h1.product,
h1.productsTitle,
h1.title {
  color: #4c4c4c;
  font-size: 32px; /* add PX (or original value) as backup */
  font-size: 2rem;
  line-height: 38px;
  margin: 30px 0 15px 0;
}
input[type='submit'],
button {
  -webkit-appearance: none;
}
.cf:before,
.cf:after {
  content: " ";
  display: block;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
  clear: both;
}
.textPadding {
  padding: 0 10px;
}
.onlyMobile {
  display: none;
}
/*                                    GENERAL
////////////////////////////////////////////////////////////////////////////////*/
#header {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding-top: 46px;
}
#header #logo {
  float: left;
}
#header #logo h1 {
  margin: 0;
}
#header #logo img {
  display: block;
  width: 138px;
  position: relative;
  top: -8px;
}
@media screen and (max-width: 980px) {
  #header #logo img {
    top: 0;
  }
}
#header .right {
  float: right;
  width: calc(100% - 161px);
}
#header .motto {
  float: left;
  margin: 10px 0 0 10px;
}
#header .motto p {
  display: block;
  font-size: 26px; /* add PX (or original value) as backup */
  font-size: 1.625rem;
  color: #5b595c;
  text-transform: uppercase;
  font-weight: 300;
}
#header .search {
  float: right;
  width: 168px;
  height: 28px;
  margin: 24px 0 0 0;
  border: 1px solid #bdb8be;
}
#header .search input[type='text'] {
  float: left;
  width: 128px;
  height: 20px;
  line-height: 20px;
  padding: 4px 5px;
  margin: 0;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  border: none;
  outline: none;
}
#header .search input[type='submit'] {
  float: right;
  width: 30px;
  height: 28px;
  line-height: 28px;
  background: url("./images/search.png") no-repeat center center;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
}
#header .header-soc {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 120px;
  clear: both;
  float: right;
  margin-top: -30px;
  margin-right: 10px;
}

@media screen and (min-width: 981px) {
  #header .header-soc {
    margin-right: 0;
    bottom: 0;
    position: absolute;
    right: 0;
  }
}

@media screen and (min-width: 1280px) {
  #header .header-soc {
    margin-top: 29px;
    bottom: auto;
    right: -130px;
  }
}
#header .header-soc li {
  margin-left: 10px;
}
#header .header-soc li a {
  opacity: 0.7;
}
#header .header-soc li a:hover {
    opacity: 1;
  }
#header .header-soc li a img {
  width: 16px;
}
@media screen and (min-width: 761px) and (max-width: 980px) {
  #header .motto {
    padding-right: 125px;
  }
}
/*                                    MENU
////////////////////////////////////////////////////////////////////////////////*/
#menu {
  margin-top: 25px;
  background: #f0f0f0 url("./images/menu-line.png") repeat-x top;
  padding-top: 8px;
  z-index: 2;
  position: relative;
}
#menu.shadow {
  box-shadow: 0 6px 10px -3px #cecece;
}
#menu #menuControl span {
  display: block;
  line-height: 42px;
  height: 42px;
  background: #4b4b4b url("./images/mobile/menu.png") no-repeat 20px center;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
#menu .inner {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#menu .inner > .item {
  float: left;
  height: 50px;
}
#menu .inner > .item:first-child {
  border-left: none;
}
#menu .inner > .item:hover > a {
  border-top: 8px solid #adc431;
}
#menu .inner > .item.categoriesControl:hover #topCategories {
  display: block;
}
#menu .inner > .item.active > a {
  border-top: 8px solid #adc431;
}
#menu .inner > .item > a {
  display: block;
  line-height: 22px;
  height: 50px;
  width: 168px;
  transition: 0.2s;
  border-top: 8px solid #4b4b4b;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  text-decoration: none;
  background: #4b4b4b;
  position: relative;
  top: -8px;
}
#menu .inner > .item > a:hover {
  text-decoration: underline;
}
#menu .inner .informations {
  float: right;
}
#menu .inner .informations ul:before,
#menu .inner .informations ul:after {
  content: " ";
  display: block;
}
#menu .inner .informations ul:after {
  clear: both;
}
#menu .inner .informations ul {
  *zoom: 1;
  clear: both;
}
#menu .inner .informations ul li {
  float: left;
  margin-left: 35px;
}
#menu .inner .informations ul li a {
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #4c4c4c;
  text-decoration: none;
  transition: 0.2s;
}
#menu .inner .informations ul li a:hover {
  color: #adc431;
}
#menu .inner .informations ul li ul {
  display: none;
}
#menu .inner #topCategories {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 940px;
  background: #7d7d7d;
  padding: 10px 0 40px 20px;
  z-index: 10;
}
#menu .inner #topCategories span.arrow {
  display: block;
  position: absolute;
  top: -8px;
  left: 246px;
  width: 15px;
  height: 8px;
  background: url("./images/menu-zobak.png") no-repeat 0 0;
}
#menu .inner #topCategories > ul {
  width: 960px;
}
#menu .inner #topCategories > ul:before,
#menu .inner #topCategories > ul:after {
  content: " ";
  display: block;
}
#menu .inner #topCategories > ul:after {
  clear: both;
}
#menu .inner #topCategories > ul {
  *zoom: 1;
  clear: both;
}
#menu .inner #topCategories > ul > li {
  float: left;
  width: 200px;
  margin-right: 40px;
}
#menu .inner #topCategories > ul > li > span.cnt {
  display: table-cell;
  height: 51px;
  width: 200px;
  vertical-align: bottom;
  text-align: left;
  line-height: 17px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding-bottom: 8px;
  border-bottom: 3px solid #a4a4a4;
}
#menu .inner #topCategories > ul > li > span.cnt > a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
#menu .inner #topCategories > ul > li > span.cnt > a:hover {
  text-decoration: underline;
}
#menu .inner #topCategories > ul > li > ul {
  padding: 4px 10px 0 10px;
}
#menu .inner #topCategories > ul > li > ul li {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 130%;
  padding: 5px 0;
}
#menu .inner #topCategories > ul > li > ul li a {
  text-decoration: none;
  color: #fff;
}
#menu .inner #topCategories > ul > li > ul li a:hover {
  text-decoration: underline;
}
#menu .inner #topCategories > ul > li > ul li ul {
  display: none;
}
/*                                    NAVIGATION
////////////////////////////////////////////////////////////////////////////////*/
#navigation {
  max-width: 960px;
  margin: 0 auto;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}
#navigation a {
  display: block;
  float: left;
  line-height: 18px;
  color: #b8b8b8;
  text-decoration: none;
  padding: 0px 0 0 14px;
  position: relative;
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  margin-right: 6px;
  transition: 0.2s;
  background: url("./images/breadcrumb-sipka.png") no-repeat left center;
}
#navigation a.first {
  background: none;
  padding-left: 0;
}
#navigation a:hover {
  color: #4c4c4c;
}
/*                                    PAGE
////////////////////////////////////////////////////////////////////////////////*/
#title {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
#page {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 40px;
  min-height: 750px;
}
#page .hpBoxes {
  margin-bottom: 25px;
  display: inline-block;
  margin-left: calc(50% - 402px);
}
@media screen and (max-width: 980px) {
  #page .hpBoxes {
    display: block;
    margin-left: 0;
  }
}
#page .hpBoxes .box {
  float: left;
  width: 200px;
}
#page .hpBoxes .box a {
  display: block;
  padding-top: 75px;
  height: 32px;
  text-align: center;
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  color: #4c4c4c;
  text-transform: uppercase;
  transition: 0.2s;
  text-decoration: none;
}
#page .hpBoxes .box a.novinky {
  background: url("./images/60/ico-novinky1.png") no-repeat center top;
}
#page .hpBoxes .box a.novinky:hover {
  background-image: url("./images/60/ico-novinky3.png");
}
#page .hpBoxes .box a.media {
  background: url("./images/60/ico-anw1.png") no-repeat center top;
}
#page .hpBoxes .box a.media:hover {
  background-image: url("./images/60/ico-anw2.png");
}
#page .hpBoxes .box a.stazeni {
  background: url("./images/60/ico-stazeni1.png") no-repeat center top;
}
#page .hpBoxes .box a.stazeni:hover {
  background-image: url("./images/60/ico-stazeni4.png");
}
#page .hpBoxes .box a.eshop {
  background: url("./images/60/ico-onas1.png") no-repeat center top;
}
#page .hpBoxes .box a.eshop:hover {
  background-image: url("./images/60/ico-onas2.png");
}
#page .hpBoxes .box a:hover {
  color: #adc413;
}
#page #content {
  float: right;
  width: 710px;
}
#page #content .search_pages h2 {
  margin-top: 100px;
}
#page #content .search_pages h2:first-child {
  margin-top: 0;
}
#page #content .search_pages p {
  font-size: 15px; /* add PX (or original value) as backup */
  font-size: 0.9375rem;
}
#page #content div.catalog + div.search_pages {
  margin-top: 100px;
}
#page .sidebar {
  float: left;
  width: 230px;
}
#page .sidebar .categories.search > ul > li {
  display: block;
}
#page .sidebar .categories.search > ul > li > ul {
  display: none;
}
#page .sidebar .categories.normal > ul {
  border: none;
}
#page .sidebar .categories.normal > ul > li {
  display: none;
  border: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#page .sidebar .categories.normal > ul > li.linked {
  display: block;
}
#page .sidebar .categories.normal > ul > li.linked > a {
  display: none;
}
#page .sidebar .categories.normal ul.productUl {
  border-top: 1px solid #dedede;
  display: block;
}
#page .sidebar .categories.normal ul.productUl li {
  display: block;
  border: 1px solid #dedede;
  border-top: none;
}
#page .sidebar .categories.normal ul.productUl li.linked a {
  display: block;
}
#page .sidebar .categories ul {
  border-top: 1px solid #d9d9d9;
}
#page .sidebar .categories ul > li {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: #fafafa;
}
#page .sidebar .categories ul > li a {
  display: block;
  width: 200px;
  height: 63px;
  border-left: 3px solid transparent;
  padding-left: 18px;
  padding-right: 10px;
  transition: 0.2s;
  position: relative;
  left: -1px;
  text-decoration: none;
  color: #4b4b4b;
}
#page .sidebar .categories ul > li a:hover,
#page .sidebar .categories ul > li a.linked {
  border-left: 3px solid #adc431;
  color: #111;
}
#page .sidebar .categories ul > li a span {
  display: table-cell;
  width: 200px;
  padding: 6px 0;
  height: 51px;
  vertical-align: middle;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  line-height: 17px;
}
#infoBanner {
  text-align: center;
}
#infoBanner img {
  width: 100%;
  height: auto;
}
.bannerWrapper {
  width: 100%;
  max-width: 1280px;
  position: relative;
  margin: auto;
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  box-sizing: border-box;
}
#banner {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  height: 0;
  position: relative;
  padding-top: 31.25%;
  margin: auto;
  box-sizing: border-box;
}
#banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner ul {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100% !important;
}
#banner ul li {
  height: 100%;
  width: 100%;
  display: none;
}
#banner ul li:first-child {
  display: block;
}
.banner_info {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
  padding: 20px;
  margin: auto;
  color: #585656;
  background: #f0f0f0;
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
}
@media screen and (max-width: 760px) {
  .banner_info {
    display: none;
  }
}
.banner_info h2 {
  font-size: 21px; /* add PX (or original value) as backup */
  font-size: 1.3125rem;
  font-weight: 700;
  color: #585656;
  margin-top: 0;
}
#categoriesPage {
  border-bottom: 1px solid #dadada;
  padding-bottom: 30px;
}
#categoriesPage ul.categories {
  width: 960px;
  margin-top: -44px;
}
#categoriesPage ul.categories:before,
#categoriesPage ul.categories:after {
  content: " ";
  display: block;
}
#categoriesPage ul.categories:after {
  clear: both;
}
#categoriesPage ul.categories {
  *zoom: 1;
  clear: both;
}
#categoriesPage ul.categories > li {
  float: left;
  width: 200px;
  margin-right: 40px;
}
#categoriesPage ul.categories > li > span.cnt {
  display: table-cell;
  height: 51px;
  width: 200px;
  vertical-align: bottom;
  text-align: left;
  line-height: 17px;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding-bottom: 8px;
  border-bottom: 3px solid #a4a4a4;
}
#categoriesPage ul.categories > li > span.cnt > a {
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
#categoriesPage ul.categories > li > span.cnt > a:hover {
  text-decoration: underline;
}
#categoriesPage ul.categories > li > ul {
  padding: 4px 10px 0 10px;
}
#categoriesPage ul.categories > li > ul li {
  font-size: 13px; /* add PX (or original value) as backup */
  font-size: 0.8125rem;
  line-height: 130%;
  padding: 5px 0;
}
#categoriesPage ul.categories > li > ul li a {
  text-decoration: none;
  color: #333;
}
#categoriesPage ul.categories > li > ul li a:hover {
  text-decoration: underline;
}
#categoriesPage ul.categories > li > ul li ul {
  display: none;
}
/*                                    PAGINATE
////////////////////////////////////////////////////////////////////////////////*/
.paginate {
  margin-top: 8px;
}
.paginate:before,
.paginate:after {
  content: " ";
  display: block;
}
.paginate:after {
  clear: both;
}
.paginate {
  *zoom: 1;
  clear: both;
}
.paginate .paging {
  float: right;
  position: relative;
  margin: 0 0 0 0;
}
.paginate .paging > p {
  margin: 0;
  padding: 0;
}
.paginate .paging > p:before,
.paginate .paging > p:after {
  content: " ";
  display: block;
}
.paginate .paging > p:after {
  clear: both;
}
.paginate .paging > p {
  *zoom: 1;
  clear: both;
}
.paginate .paging > p span,
.paginate .paging > p a {
  display: block;
  float: left;
  padding: 0 6px;
  text-align: center;
  text-decoration: none;
  background: #c1d72e;
  color: #fff;
  font-weight: bold;
  line-height: 26px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  margin: 0 0 1px 1px;
}
.paginate .paging > p span.pg-first,
.paginate .paging > p a.pg-first,
.paginate .paging > p span.pg-last,
.paginate .paging > p a.pg-last {
  display: none;
}
.paginate .paging > p a:hover {
  background: #afc329;
}
.paginate .paging > p span {
  background: #fff;
  color: #c1d72e;
}
.paginate .paging > p span.paging_dots {
  color: #c1d72e;
  background: #fff;
}
/*                                    PRODUCTS
////////////////////////////////////////////////////////////////////////////////*/
.products {
  z-index: 1;
  position: relative;
  border-top: 1px solid #dedede;
}
.products:before,
.products:after {
  content: " ";
  display: block;
}
.products:after {
  clear: both;
}
.products {
  *zoom: 1;
  clear: both;
}
.products.onlyOne {
  border-top: none;
}
.products.onlyOne .product {
  border-top: 1px solid #dedede;
}
.products .row {
  border-left: 1px solid #dedede;
}
.products .row .product {
  float: left;
  width: calc(50% - 1px);
  height: 450px;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.products .row .product a {
  display: block;
  height: 450px;
  text-decoration: none;
}
.products .row .product a:hover span.title {
  color: #adc431;
}
.products .row .product a span.image {
  display: block;
  text-align: center;
  max-width: 250px;
  height: 250px;
  line-height: 247px;
  margin: 0 auto 0 auto;
  padding: 45px 15px 0 15px;
}
.products .row .product a span.image img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.products .row .product a span.title {
  display: block;
  text-align: center;
  transition: 0.2s;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  max-width: 250px;
  margin: 50px auto 0 auto;
  padding: 0 15px;
  color: #4c4c4c;
}
.signProducts {
  border-right: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  box-sizing: border-box;
}
.signProducts .product {
  float: left;
  width: calc(20% - 1px);
  height: 305px;
  border-left: 1px solid #dedede;
}
.signProducts .product:first-child {
  border-left: none;
}
.signProducts .product a {
  display: block;
  height: 305px;
  text-decoration: none;
}
.signProducts .product a:hover span.title {
  color: #adc431;
}
.signProducts .product a span.image {
  display: block;
  text-align: center;
  max-width: 150px;
  margin: 0 auto 0 auto;
  padding: 32px 15px 0 15px;
}
.signProducts .product a span.image img {
  width: 100%;
  height: 150px;
  display: block;
  object-fit: contain;
}
.signProducts .product a span.title {
  display: block;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  max-width: 150px;
  transition: 0.2s;
  margin: 15px auto 0 auto;
  padding: 0 15px;
  color: #4c4c4c;
}
/*                                    PRODUCT HEADER
////////////////////////////////////////////////////////////////////////////////*/
#productHeader #topImg {
  text-align: center;
  width: calc(100% - 200px);
  float: left;
  margin-bottom: 40px;
}
#productHeader #topImg img {
  max-width: 75%;
  height: auto;
  object-fit: contain;
}
#productHeader #topImg .smallImages {
  margin-top: 10px;
}
#productHeader #topImg .smallImages a {
  text-decoration: none;
}
#productHeader #topImg .smallImages .img {
  width: calc(20% - 10px);
  height: 0;
  border: solid 1px #d0d0d0;
  margin: 0 5px;
  position: relative;
  padding-bottom: 18%;
  display: inline-block;
  transition: border;
}
#productHeader #topImg .smallImages .img:hover {
  border: solid 1px #c1d72e;
}
#productHeader #topImg .smallImages .img div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#productHeader #topImg .smallImages .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#productHeader #controlPanel {
  margin-top: 40px;
  width: 200px;
  float: left;
  box-sizing: border-box;
  padding-left: 35px;
}
#productHeader #controlPanel .p-logo {
  width: 75%;
  display: block;
  margin: auto;
  margin-bottom: 25px;
}
#productHeader #controlPanel ul li,
#productHeader #contentContainer ul.controls li {
  margin-bottom: 20px;
  width: 49%;
}
#productHeader #controlPanel ul li > a,
#productHeader #contentContainer ul.controls li > a,
#productHeader #controlPanel ul li > span,
#productHeader #contentContainer ul.controls li > span {
  display: block;
  text-transform: uppercase;
  font-size: 12px; /* add PX (or original value) as backup */
  font-size: 0.75rem;
  height: 36px;
  line-height: 18px;
  color: #394d56;
  padding: 3px 0 2px 55px;
  width: 110px;
  text-decoration: none;
  background-position: left center;
  background-repeat: no-repeat;
  transition: 0.2s;
  cursor: pointer;
}
#productHeader #controlPanel ul li > a#info,
#productHeader #contentContainer ul.controls li > a#info,
#productHeader #controlPanel ul li > span#info,
#productHeader #contentContainer ul.controls li > span#info {
  background-image: url("./images/product-ico-11.png");
}
#productHeader #controlPanel ul li > a#info:hover,
#productHeader #contentContainer ul.controls li > a#info:hover,
#productHeader #controlPanel ul li > span#info:hover,
#productHeader #contentContainer ul.controls li > span#info:hover,
#productHeader #controlPanel ul li > a#info.active,
#productHeader #contentContainer ul.controls li > a#info.active,
#productHeader #controlPanel ul li > span#info.active,
#productHeader #contentContainer ul.controls li > span#info.active {
  color: #adc431;
  background-image: url("./images/product-ico-12x.png");
}
#productHeader #controlPanel ul li > a#stazeni,
#productHeader #contentContainer ul.controls li > a#stazeni,
#productHeader #controlPanel ul li > span#stazeni,
#productHeader #contentContainer ul.controls li > span#stazeni {
  background-image: url("./images/product-ico-21.png");
}
#productHeader #controlPanel ul li > a#stazeni:hover,
#productHeader #contentContainer ul.controls li > a#stazeni:hover,
#productHeader #controlPanel ul li > span#stazeni:hover,
#productHeader #contentContainer ul.controls li > span#stazeni:hover,
#productHeader #controlPanel ul li > a#stazeni.active,
#productHeader #contentContainer ul.controls li > a#stazeni.active,
#productHeader #controlPanel ul li > span#stazeni.active,
#productHeader #contentContainer ul.controls li > span#stazeni.active {
  color: #adc431;
  background-image: url("./images/product-ico-22x.png");
}
#productHeader #controlPanel ul li > a#dotaz,
#productHeader #contentContainer ul.controls li > a#dotaz,
#productHeader #controlPanel ul li > span#dotaz,
#productHeader #contentContainer ul.controls li > span#dotaz {
  background-image: url("./images/product-ico-31.png");
}
#productHeader #controlPanel ul li > a#dotaz:hover,
#productHeader #contentContainer ul.controls li > a#dotaz:hover,
#productHeader #controlPanel ul li > span#dotaz:hover,
#productHeader #contentContainer ul.controls li > span#dotaz:hover,
#productHeader #controlPanel ul li > a#dotaz.active,
#productHeader #contentContainer ul.controls li > a#dotaz.active,
#productHeader #controlPanel ul li > span#dotaz.active,
#productHeader #contentContainer ul.controls li > span#dotaz.active {
  color: #adc431;
  background-image: url("./images/product-ico-32x.png");
}
#productHeader #controlPanel ul li > a#eshop,
#productHeader #contentContainer ul.controls li > a#eshop,
#productHeader #controlPanel ul li > span#eshop,
#productHeader #contentContainer ul.controls li > span#eshop {
  background-image: url("./images/product-ico-41.png");
}
#productHeader #controlPanel ul li > a#eshop:hover,
#productHeader #contentContainer ul.controls li > a#eshop:hover,
#productHeader #controlPanel ul li > span#eshop:hover,
#productHeader #contentContainer ul.controls li > span#eshop:hover,
#productHeader #controlPanel ul li > a#eshop.active,
#productHeader #contentContainer ul.controls li > a#eshop.active,
#productHeader #controlPanel ul li > span#eshop.active,
#productHeader #contentContainer ul.controls li > span#eshop.active {
  color: #adc431;
  background-image: url("./images/product-ico-42x.png");
}
#productHeader #controlPanel ul li > a > span,
#productHeader #contentContainer ul.controls li > a > span,
#productHeader #controlPanel ul li > span > span,
#productHeader #contentContainer ul.controls li > span > span {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  width: 110px;
}
#productHeader #contentContainer {
  margin-top: 30px;
}
#productHeader #contentContainer ul.controls li {
  display: inline-block;
}
#productHeader #contentContainer ul.controls li > span {
  width: auto;
}
#productHeader #contentContainer .content {
  display: none;
}
#productHeader #contentContainer .content.active {
  display: block;
}
#content-info table td {
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
#content-info table td.key {
  color: #4a4a4a;
  padding: 5px 45px 5px 0;
}
#content-info table td.value {
  color: #8c8c8c;
}
#content-stazeni ul li {
  padding: 5px 0;
}
#content-stazeni ul li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  line-height: 22px;
  color: #4a4a4a;
  padding-left: 25px;
  background: url("./images/file-icon.png") no-repeat left 4px;
}
#content-stazeni ul li a:hover {
  text-decoration: none;
}
#content-dotaz p {
  margin: 0 0 15px 0;
}
#content-dotaz p.hint {
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  color: #b8b8b8;
}
#content-dotaz legend {
  display: none;
}
#content-dotaz label {
  display: block;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  margin-bottom: 4px;
}
#content-dotaz input[type='text'] {
  width: 300px;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}
#content-dotaz textarea {
  width: 450px;
  height: 150px;
  padding: 5px 10px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
}
#content-dotaz input[type='submit'] {
  background: #c1d72e;
  line-height: 38px;
  height: 38px;
  width: 150px;
  text-align: center;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  color: #fff;
}
#content-dotaz input[type='submit']:hover {
  background: #b0c526;
}
/*                                    MESSAGES
////////////////////////////////////////////////////////////////////////////////*/
.info_message,
.message,
#message {
  background: #adc431;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  line-height: 24px;
  text-align: center;
  margin: 0 0 15px 0;
  padding: 4px 0;
}
.info_message.big,
.message.big,
#message.big {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 25px;
}
.info_message p,
.message p,
#message p {
  margin: 0;
  line-height: 42px;
}
/*                                    TEXT PAGE
////////////////////////////////////////////////////////////////////////////////*/
.new-img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  object-fit: contain;
  margin: 30px auto;
}
.textPage {
  color: #4c4c4c;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
}
.textPage h1,
.textPage h2,
.textPage h3,
.textPage h4,
.textPage h5 {
  margin: 15px 0;
}
.textPage h2 {
  color: #4c4c4c;
}
.textPage h3,
.textPage h4 {
  color: #4c4c4c;
}
.textPage h1.title,
.textPage h2.title {
  margin-bottom: 10px;
  margin-top: 8px;
  font-size: 32px; /* add PX (or original value) as backup */
  font-size: 2rem;
  text-transform: uppercase;
}
.textPage p {
  color: #4c4c4c;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  margin: 15px 0;
}
.textPage ul {
  padding-left: 15px;
  margin: 15px 0;
}
.textPage ul ul {
  margin: 0;
}
.textPage ul li {
  list-style-type: square;
  padding-top: 6px;
}
.textPage ul li li {
  list-style-type: circle;
}
.textPage ul li li li {
  list-style-type: square;
}
.textPage ul.errors {
  padding: 0;
  margin: 0;
}
.textPage ul.errors li {
  padding-top: 0;
  list-style: none;
}
.textPage ol {
  padding-left: 15px;
  margin: 15px 0;
}
.textPage ol ol {
  margin: 0;
}
.textPage ol li {
  list-style-type: decimal;
  padding-top: 6px;
}
.textPage ol li li {
  list-style-type: upper-alpha;
}
.textPage ol li li li {
  list-style-type: upper-roman;
}
.textPage .bezdrat {
  margin-top: 35px;
}
.textPage .designBoxes {
  border-top: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.textPage .designBoxes:before,
.textPage .designBoxes:after {
  content: " ";
  display: block;
}
.textPage .designBoxes:after {
  clear: both;
}
.textPage .designBoxes {
  *zoom: 1;
  clear: both;
}
.textPage .designBoxes .box {
  float: left;
  width: 318px;
  height: 318px;
  text-align: center;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.textPage .designBoxes .box.gray {
  background: #ececec;
}
.textPage .designBoxes .box span.img {
  display: block;
  padding-top: 40px;
  height: 110px;
  line-height: 107px;
}
.textPage .designBoxes .box span.img img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.textPage .designBoxes .box p {
  margin-top: 20px;
  padding: 0 20px;
}
.textPage .designBoxes .box small {
  display: block;
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px; /* add PX (or original value) as backup */
  font-size: 1rem;
  line-height: 21px;
}
.textPage .tip {
  text-align: center;
  margin: 50px 0;
}
.textPage .tip.top {
  padding-bottom: 18px;
  background: url("./images/podstranka-zobak-dwn.png") no-repeat center bottom;
}
.textPage .tip.bottom {
  padding-top: 18px;
  background: url("./images/podstranka-zobak-up.png") no-repeat center top;
}
.textPage .tip p {
  background: #3a4c58;
  margin: 0;
  padding: 12px 0;
  color: #fffeff;
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
}
.textPage .contact .row {
  margin-bottom: 35px;
}
.textPage .contact .row:before,
.textPage .contact .row:after {
  content: " ";
  display: block;
}
.textPage .contact .row:after {
  clear: both;
}
.textPage .contact .row {
  *zoom: 1;
  clear: both;
}
.textPage .contact .row .left {
  float: left;
  width: 45%;
}
.textPage .contact .row .right {
  float: right;
  width: 45%;
}
.textPage .contact .row .right iframe,
.textPage .contact .row .right object,
.textPage .contact .row .right embed {
  width: 100%;
}
/*                                    FOOTER
////////////////////////////////////////////////////////////////////////////////*/
#bottomPanel {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  margin-top: 85px;
}
#bottomPanel h2 {
  font-size: 20px; /* add PX (or original value) as backup */
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 25px;
}
#bottomPanel img {
  margin: 0 15px;
}
#footer {
  background: #f0f0f0;
  border-top: 1px solid #b8b8ba;
  margin-top: 40px;
  padding: 25px 0 8px 0;
}
#footer .inner {
  max-width: 960px;
  margin: 0 auto;
}
#footer .inner.copy {
  margin-top: 50px;
}
#footer .inner .informations {
  float: left;
  width: 300px;
}
#footer .inner .informations ul li {
  float: none !important;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  padding: 4px;
}
#footer .inner .informations ul li a {
  color: #4c4c4c;
  text-decoration: none;
  transition: 0.2s;
  font-weight: 700;
}
#footer .inner .informations ul li a.active {
  color: #adc431;
}
#footer .inner .informations ul li a:hover {
  color: #adc431;
}
#footer .inner .newsletter {
  float: right;
}
#footer .inner .newsletter p {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
  color: #4c4c4c;
  margin: 4px 0;
}
#footer .inner .newsletter .bg {
  background: #fff;
  width: 328px;
  height: 38px;
  padding: 1px;
}
#footer .inner .newsletter .bg input[type='text'] {
  padding: 9px 10px 9px 58px;
  line-height: 20px;
  height: 20px;
  width: 221px;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  border: none;
  outline: none;
  background: #fff url("./images/newsletter-ico.png") no-repeat 15px center;
}
#footer .inner .newsletter .bg input[type='submit'] {
  float: right;
  width: 38px;
  height: 38px;
  background: #c1d72e url("./images/newsletter-sipka.png") no-repeat center center;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: none;
  transition: 0.2s;
}
#footer .inner .newsletter .bg input[type='submit']:hover {
  background-color: #b0c526;
}
#footer .inner .textPage {
  color: #fff;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#footer .inner .textPage p,
#footer .inner .textPage ul,
#footer .inner .textPage ol,
#footer .inner .textPage table {
  color: #4c4c4c;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#footer .inner .textPage a {
  color: #fff;
  text-decoration: none;
}
#footer .inner .textPage h1,
#footer .inner .textPage h2,
#footer .inner .textPage h3,
#footer .inner .textPage h4 {
  color: #fff;
}
.bx-wrapper {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bx-wrapper .bx-viewport {
  left: 0;
  border: none;
  box-shadow: none;
  height: 100% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #c1d72e;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 50px;
  border: solid 1px #5b5b5b;
  position: relative;
  top: -40px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #434343;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #434343;
}
@media screen and (max-width: 980px) {
  #header,
  #title,
  #navigation,
  #page,
  #menu .inner,
  #footer .inner {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  #header {
    padding-top: 20px;
  }
  #header .motto {
    float: none;
    margin-left: 0;
    margin-top: 0;
  }
  #header .motto p {
    margin: 0;
    font-size: 26px; /* add PX (or original value) as backup */
    font-size: 1.625rem;
  }
  #header .search {
    float: none;
    height: 34px;
    width: 99%;
    margin-top: 0;
  }
  #header .search input[type='text'] {
    line-height: 34px;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
    width: calc(100% - 34px);
  }
  #header .search input[type='submit'] {
    width: 34px;
    height: 34px;
  }
  #header .right {
    box-sizing: border-box;
    padding-left: 45px;
  }
  #menu .inner {
    padding-left: 0;
  }
  #menu .inner > .item.categoriesControl:hover #topCategories {
    display: none;
  }
  #page #content {
    width: calc(100% - 294px);
  }
  #page .hpBoxes .box {
    float: left;
    width: 25%;
  }
  .products .row {
    border-left: none;
    border-bottom: none;
  }
  .products .row .product {
    float: none;
    width: 100%;
    height: auto;
    border-left: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  .products .row .product.empty {
    display: none;
  }
  .products .row .product a {
    height: auto;
  }
  .products .row .product a span.image {
    padding-top: 35px;
    height: auto;
    line-height: 1;
  }
  .products .row .product a span.image img {
    height: auto;
  }
  .products .row .product a span.title {
    margin-top: 30px;
    padding-bottom: 35px;
  }
  .signProducts .product {
    display: none;
    width: calc(25% - 1px);
  }
  .signProducts .product:nth-child(-n+4) {
    display: block;
  }
  #productHeader #topImg {
    margin-bottom: 25px;
  }
  #productHeader #controlPanel ul li > a,
  #productHeader #controlPanel ul li > span {
    height: 36px;
    padding: 55px 0 2px 0;
    width: auto;
    background-position: center top;
    text-align: center;
  }
  #productHeader #controlPanel ul li > a#info,
  #productHeader #controlPanel ul li > span#info {
    background-image: url("./images/product-ico-11.png");
  }
  #productHeader #controlPanel ul li > a#info:hover,
  #productHeader #controlPanel ul li > span#info:hover,
  #productHeader #controlPanel ul li > a#info.active,
  #productHeader #controlPanel ul li > span#info.active {
    color: #adc431;
    background-image: url("./images/product-ico-12x.png");
  }
  #productHeader #controlPanel ul li > a#stazeni,
  #productHeader #controlPanel ul li > span#stazeni {
    background-image: url("./images/product-ico-21.png");
  }
  #productHeader #controlPanel ul li > a#stazeni:hover,
  #productHeader #controlPanel ul li > span#stazeni:hover,
  #productHeader #controlPanel ul li > a#stazeni.active,
  #productHeader #controlPanel ul li > span#stazeni.active {
    color: #adc431;
    background-image: url("./images/product-ico-22x.png");
  }
  #productHeader #controlPanel ul li > a#dotaz,
  #productHeader #controlPanel ul li > span#dotaz {
    background-image: url("./images/product-ico-31.png");
  }
  #productHeader #controlPanel ul li > a#dotaz:hover,
  #productHeader #controlPanel ul li > span#dotaz:hover,
  #productHeader #controlPanel ul li > a#dotaz.active,
  #productHeader #controlPanel ul li > span#dotaz.active {
    color: #adc431;
    background-image: url("./images/product-ico-32x.png");
  }
  #productHeader #controlPanel ul li > a#eshop,
  #productHeader #controlPanel ul li > span#eshop {
    background-image: url("./images/product-ico-41.png");
  }
  #productHeader #controlPanel ul li > a#eshop:hover,
  #productHeader #controlPanel ul li > span#eshop:hover,
  #productHeader #controlPanel ul li > a#eshop.active,
  #productHeader #controlPanel ul li > span#eshop.active {
    color: #adc431;
    background-image: url("./images/product-ico-42x.png");
  }
  #productHeader #controlPanel ul li > a > span,
  #productHeader #controlPanel ul li > span > span {
    display: block;
    vertical-align: middle;
    height: auto;
    width: auto;
  }
  #content-dotaz input[type='text'] {
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  #content-dotaz textarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
  }
  .textPage .designBoxes {
    max-width: 638px;
    margin: 0 auto;
  }
  .textPage .designBoxes .box {
    width: calc(50% - 1px);
    height: 280px;
  }
  .textPage .designBoxes .box span.img {
    padding-top: 25px;
  }
  .textPage .designBoxes .box span.img img {
    width: 50%;
    max-width: 70px;
    height: auto;
  }
  .textPage .designBoxes .box p {
    font-size: 15px; /* add PX (or original value) as backup */
    font-size: 0.9375rem;
    padding: 0 10px;
  }
  .textPage .designBoxes .box small {
    font-size: 13px; /* add PX (or original value) as backup */
    font-size: 0.8125rem;
    line-height: 16px;
    padding: 0 10px;
  }
  .textPage .contact .row .left {
    float: none;
    width: auto;
  }
  .textPage .contact .row .right {
    float: none;
    width: auto;
  }
  .textPage table {
    width: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textPage table td {
    display: block;
    width: auto !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .textPage img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 15px 0;
  }
  #categoriesPage ul.categories {
    width: auto;
    margin-top: -20px;
    margin-bottom: 35px;
  }
  #categoriesPage ul.categories > li {
    float: none;
    margin-right: 0;
    width: auto;
    text-align: center;
  }
  #categoriesPage ul.categories > li > span.cnt {
    display: block;
    text-align: center;
    height: auto;
    width: 100%;
  }
  #categoriesPage ul.categories > li + li {
    margin-top: 20px;
  }
  #bottomPanel {
    padding: 0 20px;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  #topImg {
    width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 980px) and (max-width: 767px) {
  #controlPanel {
    width: 300px !important;
    float: none !important;
    padding-left: 0 !important;
    margin: auto !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  .onlyMobile {
    display: block;
  }
  h1 {
    font-size: 28px; /* add PX (or original value) as backup */
    font-size: 1.75rem;
    line-height: 34px;
  }
  h2 {
    font-size: 24px; /* add PX (or original value) as backup */
    font-size: 1.5rem;
    line-height: 28px;
  }
  h3 {
    font-size: 20px; /* add PX (or original value) as backup */
    font-size: 1.25rem;
    line-height: 24px;
  }
  h4 {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    line-height: 22px;
  }
  h1.product,
  h1.productsTitle,
  h1.title {
    color: #4c4c4c;
    font-size: 28px; /* add PX (or original value) as backup */
    font-size: 1.75rem;
    line-height: 34px;
  }
  #header,
  #title,
  #navigation,
  #page,
  #menu .inner,
  #footer .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header {
    position: relative;
  }
  #header #logo {
    float: none;
  }
  #header .right {
    float: none;
    width: auto;
    padding-left: 0;
    margin-top: 18px;
  }
  #header .motto {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 150px;
  }
  #header .motto p {
    font-size: 15px; /* add PX (or original value) as backup */
    font-size: 0.9375rem;
    line-height: 24px;
    color: #5c5c5c;
    text-align: right;
  }
  #menu {
    background: none;
    padding-top: 0;
    transition: 0.2s;
    border-bottom: 1px solid #d9d9d9;
  }
  #menu.shadow {
    box-shadow: none;
  }
  #menu.shadow #menuControl {
    display: block;
  }
  #menu.shadow .inner {
    display: none;
  }
  #menu #menuControl {
    display: none;
  }
  #menu .inner {
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
  #menu .inner > .item {
    float: none;
    height: auto;
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }
  #menu .inner > .item:first-child {
    border-left: none;
  }
  #menu .inner > .item:hover > a {
    border-top: none;
  }
  #menu .inner > .item.categoriesControl > a {
    text-transform: uppercase;
  }
  #menu .inner > .item > a {
    display: block;
    line-height: 20px;
    height: auto;
    width: auto;
    padding: 11px 0;
    transition: 0.2s;
    border-top: none;
    text-align: center;
    color: #4c4c4c;
    font-weight: normal;
    text-align: center;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    text-decoration: none;
    background: none;
    position: relative;
    top: 0;
  }
  #menu .inner > .item > a:hover {
    text-decoration: none;
    color: #adc431;
  }
  #menu .inner .informations {
    float: none;
  }
  #menu .inner .informations ul li {
    float: none;
    margin-left: 0;
    border-top: 1px solid #d9d9d9;
  }
  #menu .inner .informations ul li a {
    display: block;
    line-height: 20px;
    height: auto;
    padding: 11px 0;
    text-align: center;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    color: #4c4c4c;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.2s;
  }
  #menu .inner .informations ul li a:hover {
    color: #adc431;
  }
  #menu .inner .informations ul li ul {
    display: none;
  }
  #page {
    min-height: 400px;
  }
  #page .sidebar {
    float: none;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  #page .sidebar .categories > ul > li {
    display: none;
  }
  #page .sidebar .categories > ul > li > a {
    width: auto;
  }
  #page .sidebar .categories > ul > li > a span {
    width: 100%;
  }
  #page .sidebar .categories > ul > li.linked {
    display: block;
  }
  #page .sidebar .categories > ul > li.linked > a {
    display: none;
  }
  #page .sidebar .categories > ul > li.linked > ul {
    border-top: 1px solid #d9d9d9;
  }
  #page .sidebar .categories > ul > li.linked > ul > li {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #d9d9d9;
    background: #fafafa;
  }
  #page .sidebar .categories > ul > li.linked > ul > li a {
    display: block;
    width: auto;
    height: auto;
    border-left: none;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
    color: #4c4c4c;
  }
  #page .sidebar .categories > ul > li.linked > ul > li a:hover,
  #page .sidebar .categories > ul > li.linked > ul > li a.linked {
    border-left: none;
    color: #111;
  }
  #page .sidebar .categories > ul > li.linked > ul > li a span {
    display: block;
    width: auto;
    padding: 11px 0;
    height: auto;
    text-align: center;
    vertical-align: middle;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
    line-height: 20px;
  }
  #page #content {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  #page .hpBoxes .box {
    float: left;
    transition: 0.5s;
    width: 50%;
    margin-bottom: 20px;
  }
  #page .hpBoxes .box a {
    padding-top: 75px;
    font-size: 22px; /* add PX (or original value) as backup */
    font-size: 1.375rem;
  }
  #page .hpBoxes .box a.novinky {
    background: url("./images/60/ico-novinky1.png") no-repeat center top;
  }
  #page .hpBoxes .box a.novinky:hover {
    background-image: url("./images/60/ico-novinky3.png");
  }
  #page .hpBoxes .box a.media {
    background: url("./images/60/ico-anw1.png") no-repeat center top;
  }
  #page .hpBoxes .box a.media:hover {
    background-image: url("./images/60/ico-anw2.png");
  }
  #page .hpBoxes .box a.stazeni {
    background: url("./images/60/ico-stazeni1.png") no-repeat center top;
  }
  #page .hpBoxes .box a.stazeni:hover {
    background-image: url("./images/60/ico-stazeni4.png");
  }
  #page .hpBoxes .box a.eshop {
    background: url("./images/60/ico-onas1.png") no-repeat center top;
  }
  #page .hpBoxes .box a.eshop:hover {
    background-image: url("./images/60/ico-onas2.png");
  }
  .signProducts {
    display: none;
  }
  #productHeader #controlPanel {
    margin-top: 40px;
  }
  #productHeader #controlPanel ul li {
    float: none;
    width: auto;
    padding: 5px 0 5px 5px;
  }
  #productHeader #controlPanel ul li > a,
  #productHeader #controlPanel ul li > span {
    padding-top: 3px;
    padding-left: 55px;
    background-position: left center;
    text-align: left;
  }
  #productHeader #controlPanel ul li > a > span,
  #productHeader #controlPanel ul li > span > span {
    display: table-cell;
    vertical-align: middle;
    height: 36px;
    width: 200px;
  }
  #productHeader #controlPanel ul li > a > span br,
  #productHeader #controlPanel ul li > span > span br {
    display: none;
  }
  #productHeader #content-info table td {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  #productHeader #content-stazeni ul li a {
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .textPage {
    color: #4c4c4c;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .textPage h1,
  .textPage h2,
  .textPage h3,
  .textPage h4,
  .textPage h5 {
    margin: 15px 0;
  }
  .textPage h2 {
    color: #4c4c4c;
  }
  .textPage h3,
  .textPage h4 {
    color: #4c4c4c;
  }
  .textPage h1.title,
  .textPage h2.title {
    margin-bottom: 10px;
    margin-top: 8px;
    font-size: 28px; /* add PX (or original value) as backup */
    font-size: 1.75rem;
    text-transform: uppercase;
  }
  .textPage p {
    color: #4c4c4c;
    font-size: 16px; /* add PX (or original value) as backup */
    font-size: 1rem;
  }
  .textPage .bezdrat,
  .textPage .tip {
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
  }
  .textPage .bezdrat p,
  .textPage .tip p {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    padding-left: 10px;
    padding-right: 10px;
  }
  .textPage .designBoxes .box span.img {
    padding-top: 25px;
    height: 80px;
    line-height: 77px;
  }
  #bottomPanel {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    margin-top: 85px;
  }
  #bottomPanel h2 {
    font-size: 18px; /* add PX (or original value) as backup */
    font-size: 1.125rem;
    line-height: 22px;
    margin-bottom: 25px;
  }
  #bottomPanel img {
    margin: 0 7px;
    max-width: 70px;
    height: auto;
  }
  #footer .inner .informations {
    float: none;
    width: auto;
  }
  #footer .inner .newsletter {
    float: none;
    margin-top: 20px;
  }
  #footer .inner .newsletter .bg {
    width: auto;
  }
  #footer .inner .newsletter .bg input[type='text'] {
    width: calc(100% - 38px);
    padding-top: 0;
    padding-bottom: 0;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
  }
}
.flash-message {
  background: #c1d72e;
  color: #4a4a4a;
  font-weight: bold;
  text-align: center;
  font-size: 18px; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  font-size: 1.125rem; /* add PX (or original value) as backup */
  font-size: 1.125rem;
  line-height: 24px;
  text-align: center;
  margin: 10px 0 10px 0;
  padding: 7px 0;
}
.news {
  margin-top: 30px;
}
.news .item {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: solid 1px #dfdfdf;
  position: relative;
}
.news .item:first-child {
  border-top: solid 1px #dfdfdf;
}
.news .item > a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.news .imgCont {
  height: 100px;
  width: 100px;
  float: left;
  margin-right: 10px;
}
.news .imgCont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.news h2 {
  margin-top: 0;
  font-size: 22px; /* add PX (or original value) as backup */
  font-size: 1.375rem;
  margin-bottom: 2px;
}
.news h2 > a {
  position: relative;
  z-index: 1;
}
.news p {
  margin: 0;
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
#new-page {
  margin-top: 35px;
}
#new-page .imgCont {
  float: left;
  height: 250px;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 18px;
}
#new-page .imgCont img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}
#new-page .text {
  font-size: 14px; /* add PX (or original value) as backup */
  font-size: 0.875rem;
}
