@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular.woff2') format('woff2'), url('../fonts/montserrat-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-medium.woff2') format('woff2'), url('../fonts/montserrat-medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-bold.woff2') format('woff2'), url('../fonts/montserrat-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
h1 {
  padding: 2rem 0 1rem;
  margin: 0;
  line-height: 1.25;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
h2 {
  padding: 1.444rem 0 1rem;
  margin: 0;
  line-height: 1.25;
  font-size: 1.444rem;
  font-weight: 600;
  color: #402e08;
  text-transform: uppercase;
}
h3 {
  padding: 1rem 0;
  margin: 0;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 600;
  color: #395F2A;
  text-transform: uppercase;
}
h4 {
  padding: 1rem 0 0.5rem 0;
  margin: 0;
  line-height: 1.25;
  font-size: 1.222rem;
  font-weight: 600;
  color: #000;
}
h5,
h6 {
  padding: 1rem 0;
  margin: 0;
  line-height: 1.25;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  padding-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
iframe {
  margin-bottom: 1rem;
  max-width: 100%;
}
ol,
ul {
  padding: 0 0 1rem 2rem;
  margin: 0;
}
ol ol,
ul ul,
ol ul,
ul ol {
  padding-bottom: 0;
}
li {
  line-height: 1.5;
  list-style: disc;
  margin-bottom: 10px;
}
ol li {
  list-style: decimal;
}
small {
  font-size: 75%;
}
p {
  margin: 0;
  padding-bottom: 1rem;
  line-height: 1.5;
}
form p {
  padding-bottom: 0;
}
a,
.link {
  color: #395F2A;
  text-decoration: underline;
  cursor: pointer;
}
a:hover,
.link:hover {
  text-decoration: none;
}
table {
  margin-bottom: 1rem;
  border-collapse: collapse;
}
td,
th {
  line-height: 1.25;
  padding: 0.5rem 1rem 0.25rem;
  background: #ebebeb;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.responsive-table {
  width: 100%;
  padding-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  margin-bottom: 0;
}
address {
  padding-bottom: 1rem;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
}
fieldset {
  padding: 1rem;
  margin: 0 0 1.666rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.fieldset {
  padding: 1rem;
  margin: 0 0 1.666rem;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}
.fieldset--noBorder {
  border: 0;
}
legend {
  padding: 0 0.5rem;
  font-weight: 700;
}
input,
textarea,
select {
  width: calc(100% - 40px);
  font: 400 1rem 'Open Sans', sans-serif;
  line-height: 1.25;
  color: #395f2a;
  background-color: #ebefe9;
  border: 0;
  padding: 10px 20px;
}
textarea,
select {
  width: 100%;
}
.field {
  position: relative;
  display: block;
}
.field input,
.field textarea {
  margin-top: 5px;
}
.field input:invalid + label {
  top: 15px;
  left: 5px;
  opacity: 0;
}
.field textarea:invalid + label {
  top: 15px;
  left: 5px;
  opacity: 0;
}
.field label {
  position: absolute;
  left: 5px;
  top: 5px;
  transition: all 0.2s linear;
  font-size: 10px;
}
[type=text],
[type=button],
[type=submit],
[type=password],
[type=email],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  appearance: none;
  border-radius: 0;
}
[type=submit] {
  display: inline-block;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  text-decoration: none;
  word-break: break-all;
  border: 0;
  color: #fff;
  background: #d7b58d;
  width: auto;
  cursor: pointer;
  padding: 10px 40px;
  color: #395f2a;
  background-color: #fab938;
}
[type=submit]:hover {
  color: #fff;
  background: #3a3a3a;
}
[type=checkbox],
[type=radio] {
  width: auto;
  margin: 0 0.25rem 0 0;
}
select {
  height: calc(2.25rem + 2px);
  line-height: 1;
}
.textarea--small {
  min-height: 5rem;
}
.textarea--middle {
  min-height: 15rem;
}
.polozkaLabel {
  display: block;
  margin-bottom: 0.25rem;
}
.polozkaLabel--empty {
  display: none;
}
.polozkaInput,
.polozkaInput3,
select,
textarea {
  display: block;
  box-sizing: border-box;
}
.polozkaInputCombo {
  display: block;
  margin-bottom: 0.5rem;
}
.polozkaCheckbox,
.polozkaLabelCheckbox,
.polozkaLabelRadio {
  padding: 0 0 0 1.222rem;
  border: 0;
}
.polozkaCheckbox input,
.polozkaLabelCheckbox input,
.polozkaLabelRadio input {
  width: auto;
  margin: 0 0.25rem 0 0;
}
.polozkaInputMensi {
  width: calc(50% - 5px);
  margin-right: 5px;
  float: left;
}
.lest {
  display: none;
}
.responsiveOpen {
  min-width: 2rem;
  min-height: 32px;
  position: relative;
}
.responsiveOpen--span {
  cursor: pointer;
}
.responsiveOpen--span span {
  width: 2rem;
  height: 4px;
  transition: 0.3s;
  position: absolute;
  background: #d7b58d;
  border-radius: 2px;
  top: 5px;
}
.responsiveOpen--span span + span {
  top: 14px;
}
.responsiveOpen--span span + span + span {
  top: 23px;
}
.responsiveOpen--span.dataOpen--open span {
  transform: rotate(45deg);
  top: 14px;
}
.responsiveOpen--span.dataOpen--open span + span {
  display: none;
}
.responsiveOpen--span.dataOpen--open span + span + span {
  display: block;
  transform: rotate(-45deg);
}
.btn {
  display: inline-block;
  line-height: 1.25;
  padding: 0.5rem 1rem;
  text-decoration: none;
  word-break: break-all;
  border: 0;
}
.btn--primary {
  color: #fff;
  background: #d7b58d;
}
.btn--primary:hover {
  color: #fff;
  background: #3a3a3a;
}
.btn--submit {
  width: auto;
  cursor: pointer;
  border-radius: 3px;
}
.btn--success {
  color: #fff;
  border-color: #69b32d;
  background: #69b32d;
}
.btn--disabled {
  color: #fff;
  border-color: #575756;
  background: #575756;
}
.flashMessage {
  width: calc(100% - (1*1rem));
  line-height: 1.25;
  border: 0.5rem solid #fff;
  position: relative;
  top: 0;
  z-index: 100000;
}
.flashMessage__inner {
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  border-radius: 3px;
}
.flashMessage__inner--success {
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}
.flashMessage__inner--danger {
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}
.cols__two,
.cols__four,
.cols__three,
.cols__threeTwo {
  width: 100%;
}
@media only screen and (max-width: 30rem) {
  .cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .cols--spaceBetween {
    justify-content: space-between;
  }
  .cols__four {
    width: 48%;
  }
}
@media only screen and (max-width: 40rem) {
  .cols__two {
    width: 48%;
  }
}
@media only screen and (max-width: 50rem) {
  .cols .tablet__cols {
    display: flex;
    flex-wrap: nowrap;
  }
  .cols__four {
    width: 24%;
  }
  .cols__three {
    width: 32%;
  }
  .cols__threeTwo {
    width: 63%;
  }
}
.hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    position: fixed;
    top: 10px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 40px;
    height: 35px;
    z-index: 998;
    cursor: pointer;
  }
}
.hamburger span {
  background-color: #395f2a;
  border: solid 1px #fff;
  display: block;
  width: 100%;
  height: 6px;
  margin: auto;
}
.close-menu {
  display: block;
  position: absolute;
  left: 20px;
  top: 30px;
  width: 40px;
  height: 35px;
  cursor: pointer;
}
.close-menu span {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 6px;
  transform: rotate(-45deg);
}
.close-menu span + span {
  transform: rotate(45deg);
  margin-top: -6px;
}
/********** display, visible a owerflow **********/
.none {
  display: none;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.display-inherit {
  display: inherit;
}
.overflow-hidden {
  overflow: hidden;
}
/********** float a clear **********/
.float-left {
  float: left;
}
.float-right {
  float: right;
}
@media only screen and (max-width: 65rem) {
  .phablet__float-left {
    float: left;
  }
}
@media only screen and (max-width: 1327px) {
  .desktop__float-left {
    float: left;
  }
}
.clear {
  clear: both;
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
/********** width a height **********/
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
@media only screen and (max-width: 40rem) {
  .phoneplus__w-1x2 {
    width: 50%;
  }
}
@media only screen and (max-width: 65rem) {
  .phablet__w-1x4 {
    width: 25%;
  }
}
/********** padding a margin **********/
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 2rem;
}
.p-2 {
  padding: 1.666rem;
}
.p-3 {
  padding: 1.444rem;
}
.p-4 {
  padding: 1.222rem;
}
.p-5 {
  padding: 1rem;
}
.p-6 {
  padding: 0.5rem;
}
.p-7 {
  padding: 0.25rem;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2 {
  padding-left: 1.666rem;
  padding-right: 1.666rem;
}
.px-3 {
  padding-left: 1.444rem;
  padding-right: 1.444rem;
}
.px-4 {
  padding-left: 1.222rem;
  padding-right: 1.222rem;
}
.px-5 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-6 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-2 {
  padding-top: 1.666rem;
  padding-bottom: 1.666rem;
}
.py-3 {
  padding-top: 1.444rem;
  padding-bottom: 1.444rem;
}
.py-4 {
  padding-top: 1.222rem;
  padding-bottom: 1.222rem;
}
.py-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 2rem;
}
.pt-2 {
  padding-top: 1.666rem;
}
.pt-3 {
  padding-top: 1.444rem;
}
.pt-4 {
  padding-top: 1.222rem;
}
.pt-5 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 0.5rem;
}
.pt-7 {
  padding-top: 0.25rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 2rem;
}
.pr-2 {
  padding-right: 1.666rem;
}
.pr-3 {
  padding-right: 1.444rem;
}
.pr-4 {
  padding-right: 1.222rem;
}
.pr-5 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 0.5rem;
}
.pr-7 {
  padding-right: 0.25rem;
}
@media only screen and (max-width: 40rem) {
  .phoneplus__pr-4x2 {
    padding-right: 2.444rem;
  }
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 1.666rem;
}
.pb-3 {
  padding-bottom: 1.444rem;
}
.pb-4 {
  padding-bottom: 1.222rem;
}
.pb-5 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 0.5rem;
}
.pb-7 {
  padding-bottom: 0.25rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 2rem;
}
.pl-2 {
  padding-left: 1.666rem;
}
.pl-3 {
  padding-left: 1.444rem;
}
.pl-4 {
  padding-left: 1.222rem;
}
.pl-5 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 0.5rem;
}
.pl-7 {
  padding-left: 0.25rem;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 2rem;
}
.m-2 {
  margin: 1.666rem;
}
.m-3 {
  margin: 1.444rem;
}
.m-4 {
  margin: 1.222rem;
}
.m-5 {
  margin: 1rem;
}
.m-6 {
  margin: 0.5rem;
}
.m-7 {
  margin: 0.25rem;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.mx-1 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-2 {
  margin-left: 1.666rem;
  margin-right: 1.666rem;
}
.mx-3 {
  margin-left: 1.444rem;
  margin-right: 1.444rem;
}
.mx-4 {
  margin-left: 1.222rem;
  margin-right: 1.222rem;
}
.mx-5 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-7 {
  margin-left: 0.5rem;
  margin-right: 0.25rem;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-2 {
  margin-top: 1.666rem;
  margin-bottom: 1.666rem;
}
.my-3 {
  margin-top: 1.444rem;
  margin-bottom: 1.444rem;
}
.my-4 {
  margin-top: 1.222rem;
  margin-bottom: 1.222rem;
}
.my-5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-7 {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 1.666rem;
}
.mt-3 {
  margin-top: 1.444rem;
}
.mt-4 {
  margin-top: 1.222rem;
}
.mt-5 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 0.5rem;
}
.mt-7 {
  margin-top: 0.25rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 2rem;
}
.mr-2 {
  margin-right: 1.666rem;
}
.mr-3 {
  margin-right: 1.444rem;
}
.mr-4 {
  margin-right: 1.222rem;
}
.mr-5 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 0.5rem;
}
.mr-7 {
  margin-right: 0.25rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 2rem;
}
.ml-2 {
  margin-left: 1.666rem;
}
.ml-3 {
  margin-left: 1.444rem;
}
.ml-4 {
  margin-left: 1.222rem;
}
.ml-5 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 0.5rem;
}
.ml-7 {
  margin-left: 0.25rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 1.666rem;
}
.mb-3 {
  margin-bottom: 1.444rem;
}
.mb-4 {
  margin-bottom: 1.222rem;
}
.mb-5 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 0.5rem;
}
.mb-7 {
  margin-bottom: 0.25rem;
}
/********** font, text a color **********/
.line-height-none {
  line-height: 1;
}
.line-height-tight {
  line-height: 1.25;
}
.line-height-normal {
  line-height: 1.5;
}
.font-text {
  font-family: 'Open Sans', sans-serif;
}
.text-size-1 {
  font-size: 2rem;
}
.text-size-2 {
  font-size: 1.666rem;
}
.text-size-3 {
  font-size: 1.444rem;
}
.text-size-4 {
  font-size: 1.222rem;
}
.text-size-5 {
  font-size: 1rem;
}
.text-size-6 {
  font-size: 0.5rem;
}
.text-normal {
  font-weight: 400;
}
.text-medium {
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}
.color-primary {
  color: #d7b58d;
}
.color-text {
  color: #3a3a3a;
}
.color-white {
  color: #fff;
}
.color-yellow {
  color: #f9dc06;
}
.color-green {
  color: #69b32d;
}
.fill-white {
  fill: #fff;
}
.fill-primary {
  fill: #d7b58d;
}
.fill-text {
  fill: #3a3a3a;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.uppercase {
  text-transform: uppercase;
}
.uppercase-no {
  text-transform: none;
}
.underline-no,
.underline-no-hover:hover {
  text-decoration: none;
}
.underline-hover:hover {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
/********** background a border **********/
.bg-white {
  background-color: #fff;
}
.bg-primary {
  background-color: #d7b58d;
}
.bg-secondary {
  background-color: #ebebeb;
}
.border {
  border: 1px solid #d7b58d;
}
.border-0 {
  border: 0;
}
.rounded-100 {
  border-radius: 100%;
}
/********** posistion **********/
.relative {
  position: relative;
}
/********** ostatní **********/
.cursor-pointer {
  cursor: pointer;
}
.flex-vertical-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.flex-horizontal-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font: 400 1rem/1 'Open Sans', sans-serif;
  color: #3a3a3a;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
h1 {
  text-align: center;
  font-size: 40px;
  font-family: 'Playfair Display', serif;
  color: #395f2a;
  text-transform: none;
  font-weight: 400;
  padding-top: 0;
  margin: 0 0 30px 0;
}
h2 {
  font-size: 28px;
  font-family: 'Playfair Display', serif;
  text-transform: none;
  font-weight: 400;
}
h2 a {
  text-decoration: none;
}
h2 a:hover {
  color: #FAB938;
}
.fRight {
  float: right;
}
.clear {
  clear: both;
}
.sloupecLevy {
  float: left;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
}
@media only screen and (max-width: 700px) {
  .sloupecLevy {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.sloupecPravy {
  float: left;
  width: calc(50% - 10px);
  margin: 0 0 0 10px;
}
@media only screen and (max-width: 700px) {
  .sloupecPravy {
    width: 100%;
    float: none;
    margin: 0;
  }
}
.container {
  box-sizing: border-box;
  max-width: 1329px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: auto;
  position: relative;
}
.container .editacniOdkazy {
  margin: 30px 0 0 0;
}
hr.clearLeft {
  border: 0;
  height: 0;
  border-bottom: 1px solid #CCB48E;
}
.opener--span {
  position: relative;
  display: none;
  cursor: pointer;
  width: 30px;
  height: 22px;
  margin: 17px 10px 0 auto;
}
.opener--span span {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opener--span span + span {
  top: 9px;
}
.opener--span span + span + span {
  top: 18px;
}
@media only screen and (max-width: 1200px) {
  .opener--span {
    display: block;
  }
}
.csstransforms .opener--span.responsive-open span {
  width: 24px;
  transform: rotate(45deg);
  top: 17px;
  left: 10px;
}
.csstransforms .opener--span.responsive-open span + span {
  display: none;
}
.csstransforms .opener--span.responsive-open span + span + span {
  display: block;
  transform: rotate(-45deg);
  top: 17px;
}
@media only screen and (max-width: 1200px) {
  #responsive-menu:checked ~ nav.horniMenu {
    display: block;
  }
}
.zahlavi {
  position: relative;
  margin-bottom: 57px;
}
.zahlavi__pozadi {
  display: block;
  width: 100%;
  height: 600px;
  object-fit: cover;
  z-index: -1;
  position: relative;
}
.zahlavi .bileOdsazeni {
  height: 68px;
}
@media only screen and (max-width: 750px) {
  .zahlavi .bileOdsazeni {
    height: 188px;
  }
}
.zahlavi .horniRoh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 188px;
  display: none;
}
.zahlavi .horniRoh.home {
  display: block;
}
.zahlavi .horniRoh__tvar {
  position: absolute;
  top: 0;
  left: calc(50% + 150px);
  right: 0;
  height: 100%;
  background-image: url(../obrazky/textura-srafovani.gif);
  box-shadow: #000 -5px 0px 10px;
}
@media only screen and (max-width: 1328px) {
  .zahlavi .horniRoh__tvar {
    width: 514px;
    left: auto;
  }
}
.zahlavi .horniRoh__tvar::after {
  content: "";
  display: block;
  position: absolute;
  top: -391px;
  left: -448px;
  width: 550px;
  height: 500px;
  transform: rotate(20deg);
  background-image: url(../obrazky/textura-srafovani-rotate20.gif);
  background-position: left 2px;
  box-shadow: #000 -10px 0px 10px;
}
.zahlavi .horniRoh__tvar .logo {
  display: none;
}
@media only screen and (max-width: 750px) {
  .zahlavi .horniRoh__tvar {
    width: 100%;
  }
  .zahlavi .horniRoh__tvar .logo {
    display: block;
    margin: auto;
    width: 200px;
  }
  .zahlavi .horniRoh__tvar .logo svg {
    width: 100%;
  }
}
.zahlavi .horniRoh__texty {
  position: absolute;
  top: 25px;
  left: -190px;
  color: #395f2a;
  font-size: 72px;
  font-family: 'Playfair Display', serif;
  text-align: right;
  z-index: 1;
}
.zahlavi .horniRoh__texty span {
  margin-top: 10px;
  display: block;
  font-size: 33px;
}
@media only screen and (max-width: 750px) {
  .zahlavi .horniRoh__texty {
    font-size: calc(10vw - 3px);
    left: calc(50% - 125px);
    top: 135px;
    font-size: 20px;
  }
  .zahlavi .horniRoh__texty span {
    font-size: calc(2.558vw + 13.8px);
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  .zahlavi .horniRoh {
    display: block;
  }
}
.zahlavi .skrytyPruh {
  width: 100%;
  height: 0;
  position: relative;
}
.zahlavi .skrytyPruh .tvarPravy {
  position: absolute;
  top: -57px;
  right: 0;
  left: calc(50% + 380px);
  height: 0;
  border-bottom: 57px solid #e9e9e9;
  border-left: 150px solid transparent;
}
@media only screen and (max-width: 1328px) {
  .zahlavi .skrytyPruh .tvarPravy {
    width: 134px;
    left: auto;
  }
}
.zahlavi .skrytyPruh .tvarPravy .obsah {
  position: absolute;
}
.zahlavi .skrytyPruh .tvarPravy .obsah .maskot {
  position: absolute;
  width: 256px;
  max-width: none;
  left: -220px;
  top: -200px;
  transform: rotate(5deg);
}
@media only screen and (max-width: 750px) {
  .zahlavi .skrytyPruh .tvarPravy .obsah .maskot {
    display: none;
  }
}
.zahlavi .skrytyPruh .tvarPravy .obsah .jazykyGrid {
  display: grid;
  grid-template-columns: 40px 50px;
  grid-template-rows: 25px 25px;
  margin-top: 3px;
  margin-left: 25px;
}
.zahlavi .skrytyPruh .tvarPravy .obsah .jazykyGrid a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  color: #395f2a;
  vertical-align: bottom;
}
.zahlavi .skrytyPruh .tvarPravy .obsah .jazykyGrid img {
  display: block;
  width: 18px;
  height: 18px;
}
.zahlavi .skrytyPruh .tvarLevyTop {
  position: absolute;
  top: -72px;
  left: 0;
  right: calc(50% + 171px);
  height: 260px;
  z-index: 2;
  background-image: url(../obrazky/pod-logo.png);
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 1328px) {
  .zahlavi .skrytyPruh .tvarLevyTop {
    right: auto;
    width: 493px;
  }
}
@media only screen and (max-width: 750px) {
  .zahlavi .skrytyPruh .tvarLevyTop {
    display: none;
  }
}
.zahlavi .skrytyPruh .tvarLevyTop .obsah {
  position: absolute;
  display: flex;
  align-items: center;
  height: 255px;
  right: 260px;
}
.zahlavi .skrytyPruh .tvarLevyTop .obsah svg {
  width: 210px;
  height: 100px;
}
.zahlavi .zelenyPruh,
.zahlavi .sedyPruh {
  background-color: #395f2a;
  height: 57px;
  border-bottom: 2px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px -5px 5px;
  z-index: 1;
}
.zahlavi .zelenyPruh .flexVPruhu,
.zahlavi .sedyPruh .flexVPruhu {
  display: flex;
  justify-content: space-between;
  padding-left: 500px;
  height: 100%;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz {
  display: flex;
  align-items: center;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a .submenu,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a .submenu,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu {
  display: none;
  position: absolute;
  top: 18px;
  left: 0px;
  background-color: #4a5445;
  min-width: 180px;
  z-index: 2;
  padding-top: 18px;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a .submenu a,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a .submenu a,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a {
  display: block;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a .submenu a:first-child,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a .submenu a:first-child,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a:first-child,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a:first-child {
  border-top: 2px solid #fff;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a .submenu a:hover,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a .submenu a:hover,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a:hover,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka .submenu a:hover {
  color: #fab938;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a:hover,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a:hover,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka:hover,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka:hover {
  color: #fab938;
}
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz a:hover .submenu,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz a:hover .submenu,
.zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka:hover .submenu,
.zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz div.aHorniMenuPolozka:hover .submenu {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .zahlavi .zelenyPruh .flexVPruhu .odvetviOdkaz,
  .zahlavi .sedyPruh .flexVPruhu .odvetviOdkaz {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .zahlavi .zelenyPruh .flexVPruhu,
  .zahlavi .sedyPruh .flexVPruhu {
    padding-left: 30px;
  }
}
.zahlavi .zelenyPruh .horniMenu,
.zahlavi .sedyPruh .horniMenu {
  display: flex;
  justify-content: flex-end;
  height: 57px;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka {
  position: relative;
  display: block;
  padding: 1px 20px;
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu {
  display: none;
  position: absolute;
  top: 20px;
  left: 5px;
  background-color: #395F2A;
  min-width: 180px;
  z-index: 2;
  padding-top: 18px;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu a,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu a {
  display: block;
  color: #fff;
  padding: 8px 15px;
  text-decoration: none;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu a:first-child,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu a:first-child {
  border-top: 2px solid #fff;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu a:hover,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu a:hover {
  color: #fab938;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka:first-child,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka:first-child {
  border-left: 0;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka:hover,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka:hover {
  color: #fab938;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka:hover .submenu,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka:hover .submenu {
  display: block;
}
.zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka.resOnly,
.zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka.resOnly {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .zahlavi .zelenyPruh .horniMenu,
  .zahlavi .sedyPruh .horniMenu {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 59px;
    z-index: 10;
    background-color: #395f2a;
  }
  .zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka,
  .zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka {
    padding: 10px 0;
    text-align: center;
    border-left: 0;
  }
  .zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu,
  .zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu {
    display: block;
    position: relative;
    padding-top: 0;
    background-color: #4a5545;
    left: 0;
    top: 0;
    margin-top: 10px;
  }
  .zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka .submenu a:first-child,
  .zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka .submenu a:first-child {
    border-top: 0;
  }
  .zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka.resOnly,
  .zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka.resOnly {
    display: block;
  }
  .zahlavi .zelenyPruh .horniMenu .aHorniMenuPolozka.topLine,
  .zahlavi .sedyPruh .horniMenu .aHorniMenuPolozka.topLine {
    border-top: 2px solid #fff;
  }
}
.zahlavi .sedyPruh {
  background-color: #4a5545;
  border-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 5px;
}
@media only screen and (max-width: 1200px) {
  .zahlavi .sedyPruh .odvetviOdkaz {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .zahlavi .sedyPruh {
    display: none !important;
  }
}
.adminMenu {
  margin-bottom: 20px;
}
.adminMenu * {
  display: block;
  background-color: #4A5545;
  color: #fff;
  padding: 7px;
  margin: 0 2px;
  text-decoration: none;
}
.adminMenu *:hover {
  background-color: #395f2a;
}
form.hledani input {
  width: calc(100% - 245px);
}
form.hledani button {
  width: 200px;
  font-size: 16px;
}
ul.sloupec {
  float: left;
  width: calc(50% - 32px);
}
hr.oddelovac {
  margin-top: 0px;
  margin-bottom: 50px;
  clear: both;
  padding-top: 20px;
  border: 0;
  border-bottom: 1px solid #395e2a;
}
.dMenu {
  color: #808080;
  position: absolute;
  top: -35px;
  left: 260px;
  right: 40px;
  z-index: 2;
}
.dMenu a {
  color: #395F2A;
}
.obrazekVClankuS {
  padding: 10px;
  /* width: 150px; */
  text-align: center;
  clear: both;
  margin: 0 auto;
}
.obrazekVClankuS span {
  font-size: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.obrazekVClankuL img {
  display: block;
  margin: auto;
  width: 50%;
  height: auto;
  object-fit: cover;
}
.obrazekVClankuL br {
  display: none;
}
.obrazekVClankuL span {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.dObrazekPrehledHlavni {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.breadCrumbs {
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .breadCrumbs {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.dObsahOhraniceniSpodni,
.dObsahBezOhraniceniSpodni {
  text-align: right;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #395F2A;
}
.obrazek {
  float: left;
  width: 125px;
}
@media only screen and (max-width: 750px) {
  .obrazek {
    width: 100%;
  }
  .obrazek img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
.popis {
  float: left;
  width: calc(100% - 145px);
}
.popis h2 {
  margin-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  .popis {
    width: 100%;
  }
}
.dClanky .maticeClanku {
  display: flex;
  flex-wrap: wrap;
}
.dClanky .maticeClanku .clankyPolozkaSkelet {
  margin: 30px 0;
  width: calc(33.3% - 41px);
  padding: 0 20px;
  text-align: center;
  color: #395f2a;
  border-right: 1px solid #395F2A;
}
.dClanky .maticeClanku .clankyPolozkaSkelet:nth-child(3n+3) {
  border-right: 0px;
}
.dClanky .maticeClanku .clankyPolozkaSkelet a {
  color: #395f2a;
  text-decoration: none;
}
.dClanky .maticeClanku .clankyPolozkaSkelet a.obrazek {
  display: block;
  float: none;
  width: 100%;
}
.dClanky .maticeClanku .clankyPolozkaSkelet a.obrazek img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: 100% 100%;
}
@media only screen and (max-width: 1000px) {
  .dClanky .maticeClanku .clankyPolozkaSkelet {
    width: calc(50% - 41px);
  }
  .dClanky .maticeClanku .clankyPolozkaSkelet:nth-child(2n+1) {
    border-right: 1px solid #395F2A;
  }
  .dClanky .maticeClanku .clankyPolozkaSkelet:nth-child(2n+2) {
    border-right: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .dClanky .maticeClanku .clankyPolozkaSkelet {
    width: 100%;
  }
  .dClanky .maticeClanku .clankyPolozkaSkelet:nth-child(2n+1) {
    border-right: 0;
  }
}
.vystredene {
  text-align: center;
}
.strankovani {
  display: inline-block;
}
.detailProduktuObrazek {
  display: flex;
  flex-wrap: wrap;
}
.detailProduktuObrazek .nefotogalerieJedenObrazek {
  display: block;
  width: calc(20% - 5px);
  height: 150px;
  margin: 2.5px;
}
.detailProduktuObrazek .nefotogalerieJedenObrazek img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blokFotogalerie {
  margin-top: 30px;
  line-height: 1.2;
  float: left;
  width: calc(33.3% - 10px);
}
.sortiment {
  position: relative;
  height: calc(25.9251vw - 33px);
  margin-top: 40px;
}
@media only screen and (max-width: 590px) {
  .sortiment {
    height: 120px;
  }
}
.sortiment__box {
  position: absolute;
  left: -6px;
  width: calc(100% - 70px);
  top: 0;
  background-color: #CCB48E;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 6px solid #fff;
  box-shadow: #808080 3px 3px 5px;
  z-index: 2;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .sortiment__box {
    width: 566px;
  }
}
@media only screen and (max-width: 1032px) {
  .sortiment__box {
    width: calc(50% + 50px);
  }
}
.sortiment__box__obsah {
  width: 100%;
  max-width: 545px;
  margin: 0 0 0 auto;
}
.sortiment__box__obsah img {
  width: 100%;
  height: auto;
}
.vypisProduktu,
.vysledkyVyhledavani {
  display: flex;
  flex-wrap: wrap;
}
.vypisProduktu .dJednaZaclona,
.vysledkyVyhledavani .dJednaZaclona {
  width: calc(33.3% - 10px);
  margin: 5px;
}
.vypisProduktu .dObsahOhraniceniPozadi,
.vysledkyVyhledavani .dObsahOhraniceniPozadi {
  width: calc(25% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 1000px) {
  .vypisProduktu .dObsahOhraniceniPozadi,
  .vysledkyVyhledavani .dObsahOhraniceniPozadi {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 700px) {
  .vypisProduktu .dObsahOhraniceniPozadi,
  .vysledkyVyhledavani .dObsahOhraniceniPozadi {
    width: 100%;
  }
}
.vypisProduktu .dObsahOhraniceniPozadi a,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a {
  text-decoration: none;
}
.vypisProduktu .dObsahOhraniceniPozadi a img,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  background-color: #fff;
}
.vypisProduktu .dObsahOhraniceniPozadi a h3,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a h3 {
  display: flex;
  position: relative;
  color: #fff;
  justify-content: center;
  text-align: center;
  background-color: #395F2A;
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
}
.vypisProduktu .dObsahOhraniceniPozadi a h3:before,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a h3:before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 20px solid #395F2A;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  width: 0px;
  height: 0px;
  left: calc(50% - 20px);
  top: -20px;
}
.vypisProduktu .dObsahOhraniceniPozadi a:hover,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a:hover {
  text-decoration: none;
}
.vypisProduktu .dObsahOhraniceniPozadi a:hover h3,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a:hover h3 {
  color: #395F2A;
  background-color: #fab938;
}
.vypisProduktu .dObsahOhraniceniPozadi a:hover h3:before,
.vysledkyVyhledavani .dObsahOhraniceniPozadi a:hover h3:before {
  border-bottom: 20px solid #fab938;
}
.main-menu {
  padding: 0;
  background-color: #ccb48e;
  margin-top: 0;
  height: 49px;
}
.kategorieProduktu {
  display: flex;
  flex-wrap: wrap;
}
.kategorieProduktu a {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: calc(25% - 10px);
  margin: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #395F2A;
}
.kategorieProduktu a:hover {
  background-color: #FAB938;
  color: #395F2A;
}
.kategorieProduktu a img {
  display: block;
  height: 150px;
  object-fit: cover;
}
.kategorieProduktu a span {
  display: block;
  padding: 10px 20px;
}
@media only screen and (max-width: 1000px) {
  .kategorieProduktu a {
    width: calc(33.3% - 10px);
  }
}
@media only screen and (max-width: 750px) {
  .kategorieProduktu a {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 400px) {
  .kategorieProduktu a {
    width: 100%;
  }
}
.kategorieProduktuSmall {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.kategorieProduktuSmall a {
  display: block;
  width: calc(16.6% - 26px);
  margin: 3px;
  padding: 5px 10px;
  background-color: #395F2A;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.kategorieProduktuSmall a:hover {
  background-color: #FAB938;
  color: #395F2A;
}
footer {
  background-color: #395f2a;
  color: #fff;
  margin-top: 40px;
}
footer .sloupce {
  padding: 60px 0 100px 0;
  display: flex;
  justify-content: space-between;
}
footer .sloupce .sloupec {
  line-height: 1.3;
}
footer .sloupce .sloupec:nth-child(2) {
  text-align: center;
}
footer .sloupce .sloupec:last-child a,
footer .sloupce .sloupec:last-child p {
  display: block;
  padding: 0 0 6px 0;
  font-weight: bold;
}
footer .sloupce .sloupec:last-child a.odsazeni,
footer .sloupce .sloupec:last-child p.odsazeni {
  padding-left: 40px;
  font-weight: normal;
}
footer .sloupce .sloupec h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 0;
  padding-left: 35px;
  text-transform: none;
  color: #fff;
  text-align: left;
  margin: 0;
}
footer .sloupce .sloupec .ikonaAdresa {
  padding-left: 35px;
  padding-bottom: 35px;
  background-image: url(../obrazky/ikona-adresa.png);
  background-repeat: no-repeat;
  background-position: left top;
}
footer .sloupce .sloupec .ikonaGPS {
  padding-left: 35px;
  padding-bottom: 35px;
  background-image: url(../obrazky/ikona-gps.png);
  background-repeat: no-repeat;
  background-position: left top;
}
footer .sloupce .sloupec .ikonaTelefon {
  padding-left: 35px;
  padding-bottom: 35px;
  background-image: url(../obrazky/ikona-telefon.png);
  background-repeat: no-repeat;
  background-position: left top;
}
footer .sloupce .sloupec .ikonaEmail {
  padding-left: 35px;
  background-image: url(../obrazky/ikona-email.png);
  background-repeat: no-repeat;
  background-position: left top;
}
footer .sloupce .mapa img {
  display: block;
  border: 10px solid #fff;
  margin: 0 auto 20px auto;
  width: calc(100% - 20px);
}
footer .sloupce a {
  text-decoration: none;
  color: #fff;
}
footer .sloupce a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1200px) {
  footer .sloupce {
    display: block;
    padding-top: 40px;
    padding-bottom: 0;
  }
  footer .sloupce .sloupec {
    width: 100%;
    max-width: 532px;
    margin: auto;
  }
  footer .sloupce .sloupec:nth-child(2) {
    margin-top: 20px;
  }
}
footer .copyright {
  text-align: center;
  display: block;
  padding-bottom: 20px;
  font-size: 14px;
}
footer .copyright a {
  color: #fff;
}
section {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 30px auto;
  position: relative;
}
section h1 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  font-size: 25px;
}
section #popis {
  margin-top: 30px;
}
section .sub-category {
  text-align: center;
}
section .sub-category a {
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
}
section .sub-category a:hover {
  text-decoration: underline;
}
section .comgateKarty {
  float: right;
  margin-left: 15px;
}
section .jcarousel ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
}
section .jcarousel ul li {
  display: block;
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  margin: 0 5px 5px 0;
}
section .jcarousel ul li img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}
section div.sloupecLevy {
  width: calc(50% - 10px);
  padding: 0 10px 0 0;
  float: left;
}
@media only screen and (max-width: 700px) {
  section div.sloupecLevy {
    width: 100%;
    float: none;
    padding: 0;
  }
}
section div.sloupecPravy {
  width: calc(50% - 10px);
  float: left;
  padding: 0 0 0 10px;
}
@media only screen and (max-width: 700px) {
  section div.sloupecPravy {
    width: 100%;
    float: none;
    padding: 0;
  }
}
section.vypisClanku {
  display: flex;
}
section.vypisClanku a {
  display: block;
  position: relative;
  flex-wrap: wrap;
  width: calc(25% - 28px);
  height: 0;
  background-color: #D6B68D;
  text-decoration: none;
  padding: 0 10px calc(25% - 28px) 10px;
  margin: 4px;
}
section.vypisClanku a:hover {
  background-color: #402E09;
  text-decoration: none;
}
section.vypisClanku a h2 {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 20px);
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
section.detailProduktu .drobeckovaNavigace {
  margin: 20px 0;
  color: #402e08;
  font-size: 14px;
}
section.detailProduktu .drobeckovaNavigace a {
  color: #402e08;
}
section.detailProduktu .detail-product-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  border: 1px solid #402e08;
  float: left;
}
@media only screen and (max-width: 530px) {
  section.detailProduktu .detail-product-image {
    width: 50%;
    padding-bottom: 50%;
  }
}
section.detailProduktu .detail-product-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
}
section.detailProduktu h1 {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 0 30px 20px;
  font-size: 25px;
  float: left;
}
@media only screen and (max-width: 530px) {
  section.detailProduktu h1 {
    width: calc(50% - 22px);
  }
}
section.detailProduktu .detail-product-info.product-detail-options {
  display: block;
  width: 100%;
  padding: 0;
  float: left;
}
@media only screen and (max-width: 530px) {
  section.detailProduktu .detail-product-info.product-detail-options {
    width: calc(50% - 22px);
    padding: 0 0 30px 20px;
  }
}
section.detailProduktu .pd-row {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
section.detailProduktu .pd-row .pull-left {
  width: 50%;
  display: table-cell;
}
section.detailProduktu .pd-row .pull-right {
  width: 50%;
  display: table-cell;
}
section.detailProduktu .add-quantity-minus {
  display: inline-block;
  text-align: center;
  width: 34px;
  background-color: #F2ECE1;
  font-size: 16px;
  padding: 9px 0;
  cursor: pointer;
}
section.detailProduktu .add-quantity-plus {
  display: inline-block;
  text-align: center;
  width: 34px;
  background-color: #F2ECE1;
  color: #402E09;
  font-size: 16px;
  padding: 9px 0;
  cursor: pointer;
}
section.detailProduktu .input-quantity {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 34px;
  font-size: 16px;
  padding: 7px 0;
  background-color: #402E09;
  color: #fff;
  vertical-align: bottom;
}
.mezera {
  height: 100px;
}
.maticePolozek.home .product-item {
  width: 100%;
}
@media only screen and (max-width: 430px) {
  .maticePolozek.home .product-item {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 640px) {
  .maticePolozek.home .product-item {
    width: calc(33.3% - 12px);
  }
}
@media only screen and (max-width: 850px) {
  .maticePolozek.home .product-item {
    width: calc(25% - 12px);
  }
}
.product-item__akce,
.product-item__vyprodej,
.product-item__novinka,
.product-item__tip {
  display: block;
  position: absolute;
  left: -15px;
  color: #fff;
  padding: 4px 8px;
  margin: 0 5px;
  z-index: 1;
  font-size: 11px;
}
.product-item__akce {
  background-color: orangered;
}
.product-item__novinka {
  background-color: blue;
}
.product-item__vyprodej {
  background-color: red;
}
.product-item__tip {
  background-color: green;
}
.posun-ikony-1 {
  top: 30px;
}
.posun-ikony-2 {
  top: 52px;
}
.posun-ikony-3 {
  top: 74px;
}
.posun-ikony-4 {
  top: 96px;
}
.maticePolozek {
  display: flex;
  flex-wrap: wrap;
}
.maticePolozek .product-item {
  display: block;
  width: 100%;
  border: 1px solid #ccb48e;
  margin: 0 10px 10px 0;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .maticePolozek .product-item {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 850px) {
  .maticePolozek .product-item {
    width: calc(33.3% - 12px);
  }
}
.maticePolozek .product-item__heading {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
}
.maticePolozek .product-item__heading a {
  text-decoration: none;
  color: #402e08;
}
.maticePolozek .product-item__heading a:hover {
  text-decoration: underline;
}
.maticePolozek .product-item__image {
  display: block;
  width: calc(100% - 30px);
  height: 0px;
  padding-bottom: calc(100% - 30px);
  position: relative;
  margin: 0 auto 10px auto;
}
.maticePolozek .product-item__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.maticePolozek .product-item__price {
  font-size: 26.5px;
  color: #3c3c3b;
  margin-left: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}
.maticePolozek .product-item .doKosiku {
  position: absolute;
  right: -3px;
  bottom: -6px;
  width: 56px;
  height: 55px;
  border: 0;
  background-image: url(../obrazky/do-kosiku.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.maticePolozek .product-item .button--detail {
  position: absolute;
  right: -3px;
  bottom: -6px;
  width: 76px;
  padding: 17px 0px;
  border: 0;
  background-color: #D6B68D;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
}
.product-view__heading {
  margin-bottom: 15px;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .product-view__heading {
    width: calc(33.3% - 12px);
    float: left;
  }
}
@media only screen and (max-width: 850px) {
  .product-view__heading {
    width: calc(25% - 12px);
  }
}
.product-view__heading a {
  display: block;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  background-color: #ccb48e;
  color: #fff;
  width: calc(100% - 40px);
  padding: 10px 10px 10px 20px;
  margin-top: 2px;
  font-size: 14px;
}
.product-view__heading a:first-child {
  margin-top: 20px;
}
.product-view__heading a.menu__aktivni,
.product-view__heading a:hover {
  background-color: #402e08;
}
.order-product .header,
.order-product .clearfix {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 720px) {
  .order-product .header,
  .order-product .clearfix {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.order-product .header .width-title,
.order-product .clearfix .width-title {
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .order-product .header .width-title,
  .order-product .clearfix .width-title {
    width: 50%;
  }
}
.order-product .header .float-right,
.order-product .clearfix .float-right {
  display: block;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 650px) {
  .order-product .header .float-right,
  .order-product .clearfix .float-right {
    width: 50%;
    display: flex;
  }
}
.order-product .header .float-right div,
.order-product .clearfix .float-right div {
  text-align: right;
}
.order-product .header .float-right div.width-quantity,
.order-product .clearfix .float-right div.width-quantity {
  text-align: center;
  width: 102px;
  padding: 5px 0;
  float: left;
}
.order-product .header .float-right div.width-quantity .add-quantity,
.order-product .clearfix .float-right div.width-quantity .add-quantity {
  text-align: center;
}
.order-product .header .float-right div.width-quantity .add-quantity-minus,
.order-product .clearfix .float-right div.width-quantity .add-quantity-minus {
  display: inline-block;
  text-align: center;
  width: 34px;
  background-color: #F2ECE1;
  font-size: 16px;
  padding: 9px 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.order-product .header .float-right div.width-quantity .add-quantity-plus,
.order-product .clearfix .float-right div.width-quantity .add-quantity-plus {
  display: inline-block;
  text-align: center;
  width: 34px;
  background-color: #F2ECE1;
  color: #402E09;
  font-size: 16px;
  padding: 9px 0;
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}
.order-product .header .float-right div.width-quantity .input-quantity,
.order-product .clearfix .float-right div.width-quantity .input-quantity {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 34px;
  font-size: 16px;
  padding: 7px 0;
  background-color: #402E09;
  color: #fff;
  vertical-align: bottom;
}
.order-product .header .float-right div.width-quantity .button.plus,
.order-product .clearfix .float-right div.width-quantity .button.plus {
  width: 102px;
  border: 0;
  background-color: #f3ece2;
  padding: 5px 0;
  font-size: 16px;
  border-top: 1px solid #402E09;
  cursor: pointer;
}
.order-product .header .float-right div.product-price,
.order-product .clearfix .float-right div.product-price {
  display: none;
}
@media only screen and (max-width: 900px) {
  .order-product .header .float-right div.product-price,
  .order-product .clearfix .float-right div.product-price {
    display: block;
  }
}
.order-product .header .float-right div.width-price,
.order-product .clearfix .float-right div.width-price {
  width: calc(100% - 110px);
  text-align: right;
  float: right;
}
@media only screen and (max-width: 650px) {
  .order-product .header .float-right div.width-price,
  .order-product .clearfix .float-right div.width-price {
    float: none;
    width: 25%;
  }
}
.order-product .header .float-right div.width-remove,
.order-product .clearfix .float-right div.width-remove {
  width: calc(100% - 110px);
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 650px) {
  .order-product .header .float-right div.width-remove,
  .order-product .clearfix .float-right div.width-remove {
    float: none;
    width: 25%;
    margin-top: 0;
  }
}
.order-product .header {
  background-color: #ccb48e;
  color: #fff;
  padding: 7px 20px;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 650px) {
  .order-product .header {
    display: block;
  }
}
.order-product .header .width-title {
  float: left;
}
.order-product .header .float-right div {
  text-align: center;
}
.order-product .product-image {
  width: 80px;
  border: 1px solid #ccb48e;
  float: left;
  margin-right: 15px;
}
.order-product .product-image img {
  display: block;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.responsive-table .total-price {
  float: right;
  width: 100%;
}
@media only screen and (max-width: 720px) {
  .responsive-table .total-price {
    width: 300px;
  }
}
.responsive-table .total-price tr td:nth-child(2) {
  text-align: right;
}
.responsive-table .total-price .price-all {
  font-weight: bold;
}
#btnPokracovat,
#btnZpatky {
  margin: 0 0 5px auto;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 720px) {
  #btnPokracovat,
  #btnZpatky {
    width: 200px;
    margin: 0 0 0 auto;
  }
}
.lista--gdpr {
  color: #d7b58d;
  padding: 10px 20px;
  text-align: center;
}
.lista--gdpr span {
  position: relative;
  display: block;
  padding: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 720px) {
  .lista--gdpr span {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
main.content textarea {
  height: 700px;
}
main.content textarea.textarea--small {
  height: 120px;
}
#preloader {
  display: none;
  width: 100%;
  height: 100%;
  background: url('../obrazky/popup-overlay-white.png') repeat 0 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
#preloader .content {
  width: 250px;
  height: 110px;
  line-height: 20px;
  padding: 35px 15px 40px 105px;
  margin: 0 auto;
  text-align: center;
  background: #fff url('../obrazky/loading-spinner.gif') no-repeat 15px 50%;
  box-shadow: 0 0 5px 0 #333;
  border-radius: 3px;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
}
.pagination {
  text-align: right;
  padding-right: 9px;
  font-size: 14px;
}
.pagination a {
  display: inline-block;
  background-color: #CCB48E;
  text-decoration: none;
  color: #fff;
  width: 25px;
  height: 24px;
  border: 1px solid #fff;
  text-align: center;
  padding-top: 1px;
}
.pagination a:hover {
  background-color: #402E09;
}
.pagination__select {
  padding-top: 1px;
  display: inline-block;
  background-color: #402E09;
  color: #fff;
  width: 25px;
  height: 24px;
  text-align: center;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 99;
  border: none;
  outline: none;
  background: #395F2A url(../obrazky/sipka_top.png) center center no-repeat;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
}
#dPrepinacEditace {
  margin: 0 0 20px 0;
}
#dPrepinacEditace a {
  display: inline-block;
  padding: 7px 15px;
  margin: 0 3px;
  text-decoration: none;
  background-color: #395F2A;
  color: #fff;
}
#dPrepinacEditace a:hover {
  background-color: #FAB938;
  color: #395F2A;
}
.produktZarazeni {
  display: block;
}
.bannerPreview {
  position: relative;
}
.bannerPreview__banner {
  width: 100%;
  position: absolute;
  z-index: 0;
}
.bannerPreview__banner__image {
  display: block;
  margin: auto;
}
.bannerPreview__labels {
  padding-top: 25px;
}
.bannerPreview__labels__item {
  display: block;
  width: 200px;
  margin: -15px auto 0;
}
@media only screen and (max-width: 40rem) {
  .bannerPreview__labels {
    padding-top: 0;
  }
  .bannerPreview__labels__item {
    float: left;
    width: 30%;
    margin: 0 3% 1rem 0;
  }
}
@media only screen and (max-width: 65rem) {
  .bannerPreview__labels {
    padding-top: 25px;
  }
  .bannerPreview__labels__item {
    float: right;
    width: 200px;
    margin: -15px 0 0;
    clear: right;
  }
}
.methodProcess {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 58rem) {
  .methodProcess--homepage {
    margin-top: 100px;
  }
}
.methodProcess__inner {
  display: inline-block;
}
.methodProcess__step {
  width: 180px;
  height: 180px;
  margin: auto;
  position: relative;
}
.methodProcess__step__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.methodProcess__step__title {
  font-size: 1rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 70px;
  z-index: 1;
}
.methodProcess__step__arrow {
  width: 135px;
  height: 46px;
  transform-origin: 0 100%;
  transform: rotate(90deg);
  position: absolute;
  left: 0;
  bottom: 69px;
  z-index: 1;
}
.methodProcess__step__arrow__icon {
  max-width: 100%;
  max-height: 100%;
  fill: #3a3a3a;
}
@media only screen and (max-width: 40rem) {
  .methodProcess__step {
    float: left;
  }
  .methodProcess__step__arrow {
    margin-left: -69px;
    transform: rotate(0);
    left: 100%;
    bottom: 0;
  }
  .methodProcess__step--two .methodProcess__step__arrow {
    margin-left: 0;
    transform: rotateY(180deg);
  }
  .methodProcess__step--two .methodProcess__step__arrow__icon {
    transform: rotate(90deg);
    transform-origin: 0 100%;
    position: relative;
    top: -69px;
  }
  .methodProcess__step--three {
    float: right;
    clear: left;
  }
  .methodProcess__step--three .methodProcess__step__arrow {
    margin-left: 69px;
    transform: rotateY(180deg);
    left: 0;
  }
}
@media only screen and (max-width: 58rem) {
  .methodProcess__step--two .methodProcess__step__arrow {
    margin-left: -69px;
    transform: rotate(0);
  }
  .methodProcess__step--two .methodProcess__step__arrow__icon {
    transform: rotate(0);
    transform-origin: 0 100%;
    top: auto;
  }
  .methodProcess__step--three {
    float: left;
    clear: none;
  }
  .methodProcess__step--three .methodProcess__step__arrow {
    margin-left: -69px;
    transform: rotateY(0);
    left: 100%;
  }
}
.actionPreview {
  padding: 4rem 0 2rem;
  text-align: center;
  font-size: 1.222rem;
  background: #f9dc06;
  box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}
.actionPreview:before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-left: -1rem;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: -1rem;
}
.actionPreview__banner {
  padding-bottom: 1rem;
  position: relative;
}
.actionPreview__banner__label {
  max-width: 250px;
  position: absolute;
  top: 0;
  left: 50%;
}
.actionPreview__textOne {
  padding-bottom: 1rem;
}
.actionPreview__textOne br {
  display: none;
}
.actionPreview__textTwo {
  padding-bottom: 0;
}
.actionPreview__textTwo br {
  display: none;
}
@media only screen and (max-width: 58rem) {
  .actionPreview {
    text-align: left;
  }
  .actionPreview__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .actionPreview__banner {
    box-sizing: border-box;
    width: 33.333%;
    padding: 0 2rem;
  }
  .actionPreview__textOne {
    width: 33.333%;
    padding-bottom: 0;
    text-align: right;
  }
  .actionPreview__textTwo {
    width: 33.333%;
  }
}
@media only screen and (max-width: 1327px) {
  .actionPreview__banner__label {
    width: 100%;
  }
  .actionPreview__textOne,
  .actionPreview__textTwo {
    padding-bottom: 1rem;
  }
  .actionPreview__textOne br,
  .actionPreview__textTwo br {
    display: block;
  }
}
.faqPreview {
  padding: 4rem 0 2rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('../images/faq.jpg') no-repeat 50% 0;
  background-size: cover;
  position: relative;
}
.faqPreview__row {
  text-align: center;
}
.faqPreview__itemIcon {
  padding: 0.5rem 1rem;
  margin-bottom: 2px;
  background: #d7b58d;
}
.faqPreview__itemIcon img {
  height: 2rem;
}
.faqPreview__itemHeading {
  padding: 1rem 0.5rem;
  color: #3a3a3a;
  background: #d7b58d;
}
.faqPreview__itemText {
  padding: 0 1rem 1rem;
  font-size: 1rem;
  color: #fff;
  background: #d7b58d;
}
.faqPreview__itemLink {
  padding: 0 1rem 1.222rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  background: #d7b58d;
}
@media only screen and (max-width: 40rem) {
  .faqPreview__itemIcon,
  .faqPreview__itemHeading,
  .faqPreview__itemText,
  .faqPreview__itemLink {
    box-sizing: border-box;
    width: 47%;
    margin-left: 3%;
  }
  .faqPreview__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
  }
  .faqPreview__row :nth-child(1),
  .faqPreview__row :nth-child(5) {
    order: 1;
  }
  .faqPreview__row :nth-child(2),
  .faqPreview__row :nth-child(6) {
    order: 2;
  }
  .faqPreview__row :nth-child(3),
  .faqPreview__row :nth-child(7) {
    order: 3;
  }
  .faqPreview__row :nth-child(4),
  .faqPreview__row :nth-child(8) {
    order: 4;
  }
  .faqPreview__row :nth-child(9),
  .faqPreview__row :nth-child(13) {
    order: 5;
  }
  .faqPreview__row :nth-child(10),
  .faqPreview__row :nth-child(14) {
    order: 6;
  }
  .faqPreview__row :nth-child(11),
  .faqPreview__row :nth-child(15) {
    order: 7;
  }
  .faqPreview__row :nth-child(12),
  .faqPreview__row :nth-child(16) {
    order: 8;
  }
}
@media only screen and (max-width: 65rem) {
  .faqPreview__itemIcon,
  .faqPreview__itemHeading,
  .faqPreview__itemText,
  .faqPreview__itemLink {
    width: 21%;
    margin-left: 4%;
  }
  .faqPreview__row {
    margin-left: -4%;
  }
  .faqPreview__row :nth-child(1),
  .faqPreview__row :nth-child(5),
  .faqPreview__row :nth-child(9),
  .faqPreview__row :nth-child(13) {
    order: 1;
  }
  .faqPreview__row :nth-child(2),
  .faqPreview__row :nth-child(6),
  .faqPreview__row :nth-child(10),
  .faqPreview__row :nth-child(14) {
    order: 2;
  }
  .faqPreview__row :nth-child(3),
  .faqPreview__row :nth-child(7),
  .faqPreview__row :nth-child(11),
  .faqPreview__row :nth-child(15) {
    order: 3;
  }
  .faqPreview__row :nth-child(4),
  .faqPreview__row :nth-child(8),
  .faqPreview__row :nth-child(12),
  .faqPreview__row :nth-child(16) {
    order: 4;
  }
}
.articlePreview__title__link {
  text-decoration: none;
}
.articlePreview__title__link:hover {
  text-decoration: underline;
}
.articlePreview--svgIcon .articlePreview__text {
  padding-left: 3.5rem;
}
.callToAction {
  padding: 1.222rem;
  margin: 2rem 0;
  color: #fff;
  font-size: 1.222rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #69b32d;
}
.callToAction__button {
  display: inline-block;
  padding: 1rem;
  color: #fff;
  text-decoration: none;
  background: #d7b58d;
  border: 1px solid #d7b58d;
}
.callToAction__button:hover {
  text-decoration: underline;
  background: #3a3a3a;
  border-color: #3a3a3a;
}
.callToAction br {
  display: none;
}
@media only screen and (max-width: 50rem) {
  .callToAction {
    display: flex;
    justify-content: center;
  }
  .callToAction__text {
    padding-bottom: 0;
  }
  .callToAction__button {
    display: flex;
    margin-left: 2rem;
    padding: 1rem 2rem;
    align-items: center;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 65rem) {
  .callToAction br {
    display: inline;
  }
  .callToAction__button {
    padding: 1rem 4rem;
  }
}
.recipePreview {
  padding: 1.444rem;
  margin: 2rem 0;
  border: 2px solid #d7b58d;
  position: relative;
}
.recipePreview--noBorder {
  border: 0;
}
.recipePreview__categoryTitle {
  display: inline-block;
  padding: 0.25rem 2rem;
  font-size: 1.444rem;
  font-weight: 400;
  color: #fff;
  background: #d7b58d;
  top: -2.5965rem;
  position: relative;
}
.recipePreview__row {
  margin-top: -2.5965rem;
}
.recipePreview__item {
  display: block;
  max-width: 17rem;
  margin: 0 auto 1rem;
}
.recipePreview__item__title {
  font-size: 1.222rem;
  text-align: center;
}
.recipePreview__item__image {
  max-width: 14rem;
  max-height: 14rem;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.recipePreview__all {
  line-height: 1.25;
  padding: 0.25rem 2rem;
  font-size: 1.222rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: #d7b58d;
  bottom: -0.76375rem;
  right: 1.222rem;
  position: absolute;
}
.recipePreview__all:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 40rem) {
  .recipePreview__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recipePreview__row--noFlex {
    display: block;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .recipePreview__item {
    display: flex;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recipePreview__item__image {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 58rem) {
  .recipePreview__item {
    width: 23%;
  }
}
.recipePreview--green {
  border-color: #69b32d;
}
.recipePreview--green .recipePreview__item__title {
  color: #69b32d;
}
.recipePreview--green .recipePreview__categoryTitle,
.recipePreview--green .recipePreview__all {
  background: #69b32d;
}
.recipePreview--black {
  border-color: #3a3a3a;
}
.recipePreview--black .recipePreview__item__title {
  color: #3a3a3a;
}
.recipePreview--black .recipePreview__categoryTitle,
.recipePreview--black .recipePreview__all {
  background: #3a3a3a;
}
.recipePreview--orange {
  border-color: #ec6608;
}
.recipePreview--orange .recipePreview__item__title {
  color: #ec6608;
}
.recipePreview--orange .recipePreview__categoryTitle,
.recipePreview--orange .recipePreview__all {
  background: #ec6608;
}
.recipe__title {
  padding-left: 3.5rem;
  position: relative;
  padding-left: 2.5rem;
  color: #d7b58d;
  font-size: 1.444rem;
}
.recipe__title:before {
  box-sizing: border-box;
  content: "";
  width: calc(2rem + 10px);
  height: calc(2rem + 10px);
  margin-top: -5px;
  text-align: center;
  background-color: #d7b58d;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 5px solid #d7b58d;
  position: absolute;
  left: 0;
  z-index: 1;
}
.recipe__title:before {
  width: calc(1rem + 10px);
  height: calc(1rem + 10px);
  margin-top: 2px;
  border-width: 2px;
}
.recipe__title:before {
  background-image: url('../images/icons/icon-sipka-do-prava.svg');
}
.recipe__subtitle {
  font-size: 1.222rem;
}
.recipe__info {
  width: 100%;
  border-top: 2px solid #d7b58d;
  border-bottom: 2px solid #d7b58d;
}
.recipe__info td,
.recipe__info th {
  background: 0;
  white-space: nowrap;
}
.recipe__info td + td {
  width: 100%;
}
.recipe__image {
  padding-top: 1.666rem;
  text-align: center;
}
.recipe__ingredients {
  padding-bottom: 0;
}
.circle {
  display: inline-block;
  box-sizing: border-box;
  width: 12rem;
  min-width: 12rem;
  height: 12rem;
  padding: 1rem;
  margin: 0 0.5rem 1rem;
  color: #fff;
  text-align: center;
  background: #d7b58d;
  border-radius: 100%;
  box-shadow: 0 5px 5px 0 #3a3a3a;
}
.circle p {
  line-height: 1.25;
}
.circle--noShadow {
  box-shadow: none;
}
.circle--verticalCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.circle--yellow {
  color: #3a3a3a;
  background: #f9dc06;
}
.circle--black {
  background: #3a3a3a;
}
.circle--green {
  background: #69b32d;
}
.contactItem {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.222rem;
  justify-content: center;
}
.contactItem__icon {
  box-sizing: border-box;
  display: inline-block;
  width: 2.222rem;
  height: 2.222rem;
  margin-right: 1rem;
  margin-bottom: 0.25rem;
  fill: #fff;
  background-color: #d7b58d;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 5px solid #d7b58d;
  border-radius: 100%;
}
.contactItem__icon--phone {
  background-image: url('../images/icons/icon-mobil.svg');
}
.contactItem__icon--mail {
  background-image: url('../images/icons/icon-zavinac.svg');
}
.contactItem__contact {
  display: inline-block;
  min-height: 2.222rem;
  line-height: 2.222rem;
  padding: 0 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.222rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: #d7b58d;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.galleryWrapper {
  padding: 2rem 0 1rem;
  background: #3a3a3a;
}
.gallery .obrazek {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40rem) {
  .gallery .obrazek {
    width: 49%;
  }
}
@media only screen and (max-width: 58rem) {
  .gallery .obrazek {
    width: 23%;
  }
}
.whoAre {
  margin: 0 -1rem 2rem;
  background: #d8d8d8;
  overflow: hidden;
}
@media only screen and (max-width: 65rem) {
  .whoAre {
    margin: 0 0 2rem;
  }
}
.whoAre__face {
  display: block;
  max-width: 70%;
  margin: auto;
}
.whoAre__text {
  display: block;
}
@media only screen and (max-width: 30rem) {
  .whoAre__face {
    float: left;
    max-width: 40%;
  }
  .whoAre__text {
    max-width: 60%;
  }
}
.svgIcon {
  padding-left: 3.5rem;
  position: relative;
}
.svgIcon:before {
  box-sizing: border-box;
  content: "";
  width: calc(2rem + 10px);
  height: calc(2rem + 10px);
  margin-top: -5px;
  text-align: center;
  background-color: #d7b58d;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 5px solid #d7b58d;
  position: absolute;
  left: 0;
  z-index: 1;
}
.svgIconContainer {
  padding-left: 3.5rem;
}
h1.svgIcon:before {
  margin-top: 0;
}
.svgIcon--small {
  padding-left: 2.5rem;
}
.svgIcon--small:before {
  width: calc(1rem + 10px);
  height: calc(1rem + 10px);
  margin-top: 2px;
  border-width: 2px;
}
.svgIconContainer--small {
  padding-left: 2.5rem;
}
.svgIcon--spaceBig {
  padding-left: 3.5rem;
}
.svgIcon--spaceBig.svgIcon:before {
  left: 0.5rem;
}
.svgIcon--triangle:before {
  background: 0;
  border: 0;
}
.svgIcon--triangle:after {
  content: "";
  width: 0;
  height: 0;
  margin-top: -5px;
  border-width: 0 calc(1rem + 5px) calc(2rem + 10px);
  border-style: solid;
  border-color: transparent transparent #d7b58d transparent;
  position: absolute;
  left: 0;
  z-index: 0;
}
.svgIcon--triangle.svgIcon--small:after {
  margin-top: 0;
  border-width: 0 calc(0.5rem + 5px) calc(1rem + 10px);
}
.svgIcon--green:before {
  background-color: #69b32d;
  border-color: #69b32d;
}
.svgIcon--green.svgIcon--triangle:before {
  background-color: transparent;
}
.svgIcon--green.svgIcon--triangle:after {
  border-color: transparent transparent #69b32d transparent;
}
.svgIcon--rounded:before {
  border-radius: 100%;
}
.svgIcon--text:before {
  margin-top: 5px;
}
.svgIcon--otaznik:before {
  background-image: url('../images/icons/icon-otaznik.svg');
}
.svgIcon--ozubenaKola:before {
  background-image: url('../images/icons/icon-ozubena-kola.svg');
}
.svgIcon--info:before {
  background-image: url('../images/icons/icon-info.svg');
}
.svgIcon--sipkaDoPrava:before {
  background-image: url('../images/icons/icon-sipka-do-prava.svg');
}
.svgIcon--dum:before {
  background-image: url('../images/icons/icon-dum.svg');
}
.svgIcon--pribor:before {
  background-image: url('../images/icons/icon-pribor.svg');
}
.svgIcon--dveSipkyDoStredu:before {
  background-image: url('../images/icons/icon-2-sipky-do-stredu.svg');
}
.svgIcon--ctyriSipkyDoStredu:before {
  background-image: url('../images/icons/icon-4-sipky-do-stredu.svg');
}
.svgIcon--vykricnik:before {
  background-image: url('../images/icons/icon-vykricnik.svg');
}
.svgIcon--klic:before {
  background-image: url('../images/icons/icon-klic.svg');
}
.svgIcon--vaha:before {
  background-image: url('../images/icons/icon-vaha.svg');
}
.svgIcon--garance:before {
  background-image: url('../images/icons/icon-garance.svg');
}
.line {
  height: 1px;
  margin: 2rem 0;
  background: #d7b58d;
}
.obrazek {
  display: inline-block;
}
.imageWrapperBlock .obrazek {
  display: block;
}
.obrazek img {
  display: block;
}
.imgBorder .obrazek img {
  border: 1px solid #d7b58d;
}
.obrazek--pravy,
.obrazek--levy {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 40rem) {
  .obrazek--pravy {
    max-width: 50%;
    float: right;
    margin-left: 1rem;
  }
  .obrazek--levy {
    max-width: 50%;
    float: left;
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 50rem) {
  .obrazek--pravy,
  .obrazek--levy {
    max-width: none;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-dots {
  display: none;
}
.owl-nav {
  font-size: 70px;
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  margin: auto;
}
.owl-nav span {
  vertical-align: super;
  height: 50px;
  display: block;
  color: #fff;
  font-weight: 100;
  font-size: 6rem;
}
.owl-nav .owl-prev {
  left: 15px;
  border-radius: 0 10px 10px 0;
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 30px !important;
  margin-bottom: 0;
}
.owl-nav .owl-next {
  right: 15px;
  border-radius: 10px 0 0 10px;
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 30px !important;
  margin-bottom: 0;
}
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
  outline: 0;
}
.clearLeft {
  clear: left;
}
br.clear {
  display: none;
}
.admin-table,
.tCenoveHladiny {
  width: 100%;
}
.adminMenu {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.adminMenu--wrapper {
  position: relative;
  z-index: 1;
}
.adminMenu__item {
  float: left;
  list-style: none;
}
.adminMenu__item a {
  display: block;
  padding: 0.25rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  color: #3a3a3a;
  text-decoration: none;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
}
.adminMenu__item a:hover {
  text-decoration: underline;
}
.adminMenu__item--active a {
  color: #d7b58d;
}
#dExistujiciEntity a {
  text-decoration: none;
}
.existujiciVetve,
.existujiciEntity {
  display: block;
  padding: 0.25rem;
  color: #3a3a3a;
  border-bottom: 1px solid #e0e0e0;
}
.existujiciVetve:hover,
.existujiciEntity:hover {
  background-color: #d0d0d0;
}
.existujiciVetve .typ,
.existujiciEntity .sTyp {
  float: right;
  margin-left: 0.5rem;
  font-size: 75%;
  color: #3171A8;
}
.existujiciVetve .typ .popis,
.existujiciEntity .sTyp .popis {
  font-size: 90%;
  color: #808080;
}
.existujiciVetve:nth-child(even),
.existujiciEntitySudy {
  background-color: #f0f0f0;
}
.vzorSyntaxe {
  line-height: 1.25;
  padding: 0.5rem;
  margin-bottom: 1rem;
  background: #f1f1f1;
  border: 1px solid #3a3a3a;
  overflow: auto;
}
/*
#dExistujiciZalozky {
	&:hover {
		background-color: #d0d0d0;
	}
	a {
		text-decoration: none;
	}
}
.existujiciZalozky {
	span {
		.text-normal;
	}

	.nazev {
		.text-bold;
	}
}
.existujiciVetve .iIkonaTagu { display: inline; height: 22px; vertical-align: middle; margin: 0 5px; float: none; }
.skupinaTagu .iIkonaTagu { display: inline; height: 22px; vertical-align: middle; margin: 0 5px; float: none; }
*/
/*# sourceMappingURL=main.css.map */