img {
  border: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:active {
  background-color: transparent;
}
a:focus {
  outline: 0 !important;
  text-decoration: none;
}
html {
  height: 100%;
}
@font-face {
  font-family: 'Trajan Pro';
  src: url('/fonts/TrajanPro-Bold.eot');
  src: url('/fonts/TrajanPro-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/TrajanPro-Bold.woff') format('woff'), url('/fonts/TrajanPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
* {
  color: #5e2c1e;
  font-size: 15px;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  background-repeat: no-repeat;
}
body {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  -ms-overflow-style: scrollbar;
  background-color: white;
  transform: translateX(0);
  transition: transform 0.4s;
  overflow-x: hidden;
}
body.open {
  overflow: hidden;
  transform: translateX(-240px);
  transition: transform 0.4s;
  position: fixed;
}
body.open .menu-overlay {
  display: block;
}
@keyframes arrow_animation {
  0% {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  10% {
    transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
  }
  20% {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
  }
}
h1,
h2,
h3 {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  background-image: url('../images/line-bg.jpg');
  background-repeat: repeat-x;
  background-position: 0 46px;
  margin-top: 0px;
  line-height: 45px;
  letter-spacing: 2px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  h1,
  h2,
  h3 {
    background-image: none;
    letter-spacing: 0;
  }
}
h1 span,
h2 span,
h3 span {
  max-width: 640px;
  display: inline-block;
}
h1 span,
h2 span,
h3 span {
  text-transform: uppercase;
  font-size: 35px;
  font-family: "Trajan Pro", serif;
  letter-spacing: 1px;
  color: #5e2c1e;
  padding: 0 27px;
  background-color: white;
  font-weight: 400;
  background-image: url('../images/svg/ic_korunka_nadpis_big.svg');
  background-position: center top;
  background-size: 36px;
  padding-top: 25px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  h1 span,
  h2 span,
  h3 span {
    font-size: 20px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1239px) {
  h1 {
    margin-top: 20px;
  }
}
h3 {
  background-position: 0 32px;
  margin-bottom: 0;
}
h3 span {
  font-size: 20px;
  line-height: 26px;
  background-size: 22px;
  padding-top: 18px;
}
h4 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}
table {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
table tr {
  padding: 0px;
  margin: 0;
  padding: 0 10px;
}
table tr td {
  margin: 0;
  font-size: 15px;
  padding: 10px;
  text-align: left;
}
table tr td a {
  color: #5e2c1e;
}
table tr:nth-child(odd) {
  background-color: #fbf7f2;
}
table thead tr {
  background-color: white !important;
}
table thead tr td {
  font-weight: 900;
}
.h_star {
  background-image: url('../images/svg/ic_korunka_nadpis_big.svg');
  background-position: center top;
  background-size: 36px;
  padding-top: 25px;
}
.vnbx-container {
  background-color: white !important;
}
.blocks {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1240px) {
  .blocks {
    width: 1030px;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 1239px) {
  .blocks .paging {
    margin-top: 10px;
  }
}
.blocks .block {
  float: left;
  position: relative;
  margin-bottom: 30px;
  border-radius: 5px;
  width: 500px;
  height: 373px;
  transition: box-shadow 0.3s;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1239px) {
  .blocks .block {
    clear: both;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: initial;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block {
    height: 240px;
    overflow: hidden;
    max-width: 100%;
  }
}
.blocks .block.newsbadge {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .blocks .block.newsbadge {
    width: 500px;
    height: 373px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block.newsbadge {
    width: 321px;
    height: 240px;
  }
}
.blocks .block.newsbadge::after {
  width: 316px;
  height: 296px;
  background-position: center;
  background-size: contain;
  background-image: url('../images/news-badge.png');
  position: absolute;
  right: -250px;
  top: -250px;
  content: "";
  z-index: 10;
  transition: 0.6s;
}
.blocks .block.newsbadge:hover::after {
  right: -150px;
  top: -155px;
  transition: 0.4s;
}
.blocks .block img {
  float: left;
  width: 100%;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block img {
    height: 240px;
    width: auto;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blocks .block:hover {
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.39);
  transition: box-shadow 0.3s;
}
.blocks .block .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 25px;
  padding-top: 150px;
  background-image: url('../images/block_over.png');
  background-position: center bottom;
  background-size: contain;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block .text {
    padding: 15px;
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1239px) {
  .blocks .block .text {
    width: 100%;
  }
}
.blocks .block .text div {
  float: left;
  width: 100%;
}
.blocks .block .text h5 {
  font-size: 25px;
  font-weight: 900;
  color: white;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
}
.blocks .block .text h5 span {
  font-size: 25px;
  font-weight: 300;
  color: white;
}
.blocks .block .text h5 span::after {
  content: "";
  width: 21px;
  height: 25px;
  background-image: url('../images/svg/ic_link_out_fb.svg');
  background-size: 21px;
  background-position: center;
  display: inline-block;
  margin-left: 12px;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block .text h5 span {
    font-size: 18.7px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block .text h5 {
    font-size: 18.7px;
    line-height: 18px;
  }
}
.blocks .block .text p {
  font-size: 20px;
  font-weight: 300;
  color: white;
  text-align: left;
  float: left;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  line-height: 25px;
  background-position: left top;
  background-size: 25px;
  margin-top: 2px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .blocks .block .text p {
    font-size: 15px;
    margin-top: 8px;
  }
}
.blocks .block .text p.star {
  background-image: url('../images/svg/ic_novinky.svg');
  padding-left: 35px;
}
.blocks .block .text p.fb {
  background-image: url('../images/svg/ic_fb_big.svg');
  padding-left: 35px;
  background-size: 24px;
}
.blocks .block .text p.red {
  background-image: url('../images/svg/ic_recept_big.svg');
  padding-left: 15px;
  background-size: 5px;
}
.blocks .block .text p.green {
  background-image: url('../images/svg/ic_clanky_big.svg');
  padding-left: 15px;
  background-size: 5px;
}
.blocks .block:nth-child(odd) {
  padding-left: 0;
  padding-right: 0;
  margin-right: 15px;
}
.blocks .block:nth-child(even) {
  padding-right: 0;
  padding-left: 0;
  margin-left: 15px;
}
.blocks .block:nth-child(even) .text {
  left: initial;
  right: 0;
}
section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.container {
  width: 100%;
}
@media only screen and (min-width: 1240px) and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1200px;
  }
}
hr {
  float: left;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #dab481;
}
header {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
footer {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #6f3423;
  height: 240px;
  position: relative;
  margin-top: 15px;
}
footer .first {
  padding-bottom: 30px;
}
footer .second {
  background-color: white;
  background-image: url('../images/svg/carla_logo_footer640.svg');
  background-position: 50% 6px;
  background-size: 62px;
}
footer .second p {
  font-size: 12px;
  color: #5e2c1e;
  line-height: 15px;
  margin: 5px 0;
}
footer .second p.finfo {
  float: left;
  text-align: left;
  font-weight: 300;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  footer .second p.finfo br {
    display: none;
  }
}
footer .second p.copyright {
  float: right;
  text-align: right;
}
footer .second p.copyright a {
  font-weight: 700;
  text-decoration: none;
  font-size: 12px;
  color: #5e2c1e;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  footer .second p.copyright {
    clear: both;
    float: left;
    text-align: left;
  }
}
@media only screen and (max-width: 1239px) {
  footer .second {
    background-image: none;
  }
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: -66px;
  width: 100%;
  background-image: url('../images/svg/wave_bottom.svg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 2600px;
  height: 100px;
}
@media only screen and (max-width: 1239px) {
  footer::before {
    background-position: -600px 0px;
  }
}
footer h4,
footer .h4 {
  float: left;
  width: 100%;
  font-size: 19px;
  font-family: "Trajan Pro", serif;
  text-transform: uppercase;
  color: #dab481;
  text-align: left;
  margin-top: 0;
  padding-top: 45px;
  margin-bottom: 14px;
  cursor: default;
  letter-spacing: 1px;
}
footer address h4,
footer address .h4 {
  background-image: url('../images/svg/ic_korunka_footer.svg');
  background-position: 0 15px;
  background-size: 35px;
}
footer address p {
  color: white;
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 15px;
  font-weight: 300;
  margin-top: 0;
  text-align: left;
}
footer address p strong {
  line-height: 25px;
  font-size: 15px;
  color: white;
  font-weight: 700;
}
@media only screen and (max-width: 1239px) {
  footer .kontakt h4 {
    display: none;
  }
}
footer .kontakt a {
  float: left;
  height: 43px;
  line-height: 43px;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding-left: 55px;
  background-position: left bottom;
  padding-top: 3px;
  background-size: 40px;
}
footer .kontakt a:hover {
  text-decoration: none;
}
footer .kontakt a.phone {
  background-image: url('../images/svg/ic_phone.svg');
}
footer .kontakt a.mail {
  background-image: url('../images/svg/ic_mail.svg');
  margin-right: 40px;
}
@media only screen and (max-width: 1239px) {
  footer .kontakt a {
    margin-bottom: 17px;
    margin-right: 0;
    clear: both;
    float: left;
  }
}
footer .subscribe .socialicon {
  float: right;
  margin-left: 4px;
  margin-top: -3px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  footer .subscribe h4 {
    padding-top: 25px;
  }
}
footer .subscribe .box {
  float: left;
  width: 100%;
}
footer .subscribe .box .gdpr_text {
  float: left;
  color: white;
  font-weight: 300;
  text-align: left;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 0;
}
footer .subscribe .box .gdpr_text a {
  font-size: 12px;
  color: white;
  font-weight: 400;
}
footer .subscribe .box .email {
  float: left;
  height: 100%;
  width: calc( 100% - 48px );
  border-radius: 5px 0 0 5px;
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #5e2c1e;
  padding-left: 12px;
  padding-right: 5px;
  font-weight: 300;
  box-shadow: none;
  background-color: white;
}
@media only screen and (max-width: 1239px) {
  footer .subscribe .box .email {
    font-size: 14px;
  }
}
footer .subscribe .box form {
  float: left;
  height: 48px;
  width: 100%;
}
footer .subscribe .box .submit {
  float: left;
  width: 48px;
  height: 100%;
  background-image: url("../images/svg/ic_send.svg");
  background-position: center;
  background-size: 44px;
  outline: 0;
  border: 0;
  margin-left: -1px;
  background-color: white;
  box-shadow: none;
  border-radius: 0 5px 5px 0;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  footer .subscribe {
    position: relative;
  }
  footer .subscribe:after {
    content: "";
    width: 200px;
    height: 90px;
    background-image: url('../images/svg/carla_logo_footer640.svg');
    background-position: center;
    background-size: 200px;
    position: absolute;
    bottom: -135px;
    background-repeat: no-repeat;
    right: 95px;
  }
}
@media only screen and (max-width: 1239px) {
  footer {
    height: auto;
  }
}
.preorns {
  /*	width: 100%;
	overflow: hidden;
	position: absolute;*/
}
.orns {
  width: 100%;
  height: 0px;
  min-width: 1700px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.orns::before {
  content: "";
  position: absolute;
  left: 0;
  top: -154px;
  width: 230px;
  background-image: url('../images/sach_left.png');
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 230px;
  height: 355px;
}
.orns::after {
  content: "";
  position: absolute;
  right: 0;
  top: -189px;
  width: 290px;
  background-image: url('../images/sach_right.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 290px;
  height: 390px;
}
@media only screen and (max-width: 1239px) {
  .orns {
    display: none;
  }
}
#menu {
  padding: 16px 0 21px 0;
  position: relative;
}
#menu #logo {
  float: left;
  width: 110px;
  margin-right: 58px;
}
@media only screen and (min-width: 1240px) {
  #menu #logo {
    margin-right: 0;
  }
}
#menu #logo img {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  #menu #logo {
    margin-left: 6.25%;
  }
}
#menu #togglemenu {
  float: right;
  height: 50px;
  width: 95px;
  background-image: url('../images/svg/ic_menu.svg');
  background-position: center right;
  background-size: 35px;
  margin-right: 6.25%;
  cursor: pointer;
}
#menu #togglemenu span {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  color: white;
  float: left;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  #menu #togglemenu span {
    display: none;
  }
}
#menu nav {
  width: calc(100% - 120px);
  float: left;
  position: relative;
  margin-top: 2px;
}
@media only screen and (min-width: 1240px) {
  #menu nav {
    float: right;
  }
}
#menu nav #languages {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
  max-height: 29px;
  width: 63px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.102);
  margin-top: 6px;
  transition: 0.3s;
  cursor: pointer;
  background-image: url('../images/svg/arrow_bottom_white.svg');
  background-size: 13px;
  background-position: 39px 11px;
}
#menu nav #languages:hover {
  max-height: 100px;
  transition: 0.3s;
}
#menu nav #languages div {
  float: left;
  width: 100%;
  padding-bottom: 5px;
}
#menu nav #languages p,
#menu nav #languages a {
  color: white;
  clear: both;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 28px;
  margin-left: 10px;
}
#menu nav #languages a:hover {
  text-decoration: none;
  color: #dab481;
  cursor: pointer;
}
@media only screen and (max-width: 1239px) {
  #menu nav #languages {
    top: 26px;
    margin-top: 0;
    background-color: #613022;
    position: absolute;
    left: 157px;
  }
  #menu nav #languages p,
  #menu nav #languages a {
    color: white;
  }
}
#menu nav #closemenu {
  float: left;
  color: #613022;
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  background-image: url('../images/svg/ic_menu_close.svg');
  background-position: left center;
  background-size: 16px;
  line-height: 50px;
  height: 50px;
  padding-left: 35px;
  margin-left: 20px;
  margin-top: 16px;
}
#menu nav #closemenu:hover {
  text-decoration: none;
}
#menu nav ul {
  float: left;
  margin: 12px 0 10px 0;
}
@media only screen and (min-width: 1240px) {
  #menu nav ul {
    float: right;
    margin-right: 70px;
  }
}
#menu nav ul li {
  list-style: none;
  float: left;
}
#menu nav ul li:first-child a {
  padding-right: 20px;
  background-image: url('../images/svg/arrow_bottom_white.svg');
  background-size: 13px;
  background-position: 100% 50%;
}
#menu nav ul li a {
  float: left;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  margin: 0 8px;
  position: relative;
}
#menu nav ul li a::before {
  content: "";
  background-image: url('../images/svg/ic_korunka_footer.svg');
  width: 20px;
  background-repeat: no-repeat;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -10px;
  background-size: contain;
  opacity: 0;
}
@media only screen and (min-width: 1240px) {
  #menu nav ul li a::before {
    transition: 0.3s;
  }
}
#menu nav ul li a:hover,
#menu nav ul li a.active {
  text-decoration: none;
}
#menu nav ul li a:hover::before,
#menu nav ul li a.active::before {
  opacity: 1;
  top: -17px;
}
@media only screen and (min-width: 1240px) {
  #menu nav ul li a:hover::before,
  #menu nav ul li a.active::before {
    transition: 0.3s;
  }
}
@media only screen and (max-width: 1239px) {
  #menu nav ul li a:hover::before,
  #menu nav ul li a.active::before {
    top: -7px;
    margin-left: 0;
    left: 0;
  }
}
@media only screen and (max-width: 1239px) {
  #menu nav ul li a {
    color: #613022;
    margin-left: 0;
    padding-left: 0;
    padding-top: 8px;
    padding-bottom: 10px;
    margin: 4px 0;
    text-decoration: none;
  }
}
@media only screen and (max-width: 1239px) {
  #menu nav ul li {
    clear: both;
    float: left;
  }
}
@media only screen and (max-width: 1239px) {
  #menu nav ul {
    padding-left: 20px;
    clear: both;
    float: left;
    margin-top: 0;
    width: 200px;
  }
}
#menu nav hr {
  width: calc( 100% - 40px );
  margin-left: 20px;
}
#menu nav .socialbox {
  clear: both;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
#menu nav .socialbox .socialicon {
  margin-right: 8px;
  float: left;
}
@media only screen and (max-width: 1239px) {
  #menu nav {
    overflow: hidden;
    width: 0px;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 1000;
    top: 0;
    background-color: white;
    transition: width 0.4s, right 0.4s;
    height: 1000px;
  }
  #menu nav.open {
    width: 240px;
    transition: none;
    right: -240px;
    overflow: scroll;
  }
  #menu nav::-webkit-scrollbar,
  #menu nav::-webkit-scrollbar,
  #menu nav::-webkit-scrollbar {
    display: none;
  }
}
#menu .bottom-line {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0.2;
  display: none;
}
.menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1000000;
  display: none;
}
.paging {
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 50px;
  margin-top: 30px;
}
.paging a {
  float: left;
  font-size: 15px;
  font-weight: 900;
  height: 30px;
  line-height: 26px;
  text-align: center;
  width: 30px;
  color: #5e2c1e;
  background-color: white;
  border: 2px solid #5e2c1e;
  border-radius: 3px;
  margin: 3px;
  text-decoration: none;
}
.paging a:hover,
.paging a.active {
  color: white;
  background-color: #5e2c1e;
}
.likeblog .block {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1239px) {
  .likeblog .block {
    margin-bottom: 20px;
  }
}
.likeblog .block .text p {
  text-transform: initial;
}
.article h1 {
  margin-bottom: 0;
}
.article .date {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #5e2c1e;
  font-family: "Trajan Pro", serif;
  font-weight: 400;
  margin-top: 0;
}
.article .perex {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-style: italic;
  margin: 10px 0 40px 0;
}
.article .gallery {
  float: left;
  width: 100%;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .article .gallery {
    margin-bottom: 10px;
  }
}
.article .gallery .himg {
  display: none;
}
.article .gallery img {
  max-width: 100%;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.article .gallery .count {
  position: absolute;
  right: 0;
  bottom: 20px;
  line-height: 50px;
  padding: 0 20px;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
  background-color: #e1c39a;
  border-radius: 5px;
  text-transform: uppercase;
}
.article .gallery .count span {
  background-image: url('../images/svg/ic_galery.svg');
  background-size: 25px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center;
  position: relative;
  top: 7px;
  margin: 0 5px;
}
.article .iconbtn {
  float: right;
  margin-left: 10px;
}
.article .content {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
.article .content p {
  clear: both;
  float: left;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: justify;
}
.article .content p b,
.article .content p strong {
  font-weight: 700;
}
.article .content p em,
.article .content p i {
  font-style: italic;
}
.article .content p u {
  text-decoration: underline;
}
.article .content p a {
  color: #5e2c1e;
  text-decoration: underline;
}
.article .content p img {
  float: left !important;
  max-width: 100% !important;
  width: initial !important;
  height: initial !important;
}
.recepty .blocks p.clock {
  background-image: url('../images/svg/ic_time.svg');
  width: auto;
  padding-left: 35px;
  background-size: 24px;
  margin-top: 5px;
}
.recepty .blocks p.difficulty {
  background-image: url('../images/svg/ic_level.svg');
  width: auto;
  padding-left: 35px;
  background-size: 24px;
  background-size: 21px;
  margin-left: 30px;
  margin-top: 5px;
}
.recept {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1239px) {
  .recept h3 {
    line-height: 20px;
  }
}
.recept h4 {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 10px;
}
.recept .iconbtn {
  float: right;
  margin-left: 10px;
}
.recept .preinfo {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.recept .preinfo p {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.recept .preinfo p.clock {
  background-image: url('../images/svg/ic_time_gold.svg');
  width: auto;
  padding-left: 35px;
  background-size: 24px;
  margin-top: 5px;
}
.recept .preinfo p.difficulty {
  background-image: url('../images/svg/ic_level_gold.svg');
  width: auto;
  padding-left: 35px;
  background-size: 24px;
  background-size: 21px;
  margin-left: 30px;
  margin-top: 5px;
}
@media only screen and (max-width: 1239px) {
  .recept .preinfo p {
    font-size: 17px;
  }
}
.recept .recept_content {
  float: left;
  margin-bottom: 20px;
}
.recept .recept_content p {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
}
.recept .recept_content p b,
.recept .recept_content b {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
  float: left;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  background: none;
  line-height: 25px;
}
.recept table tr td:first-child {
  width: 120px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .recept table tr td:first-child {
    width: 70px;
  }
}
.recept .media .picture {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  margin-bottom: 30px;
}
.recept .media .picture img {
  float: left;
  width: 100%;
}
.recept .printimg {
  display: none;
  float: left;
}
@media print {
  .recept .video {
    display: none;
  }
  .recept .printimg {
    display: block;
  }
  .recept h1 {
    margin-top: 0;
    padding: 0;
  }
  .recept h3 {
    text-align: left;
    padding-left: 0;
  }
  .recept h3 span {
    padding-left: 0;
  }
  .recept .recept .preinfo p {
    padding-left: 0 !important;
  }
  .recept .recept_content p,
  .recept .recept_content h4 {
    float: left;
  }
  .recept body {
    overflow: visible !important;
  }
  .recept .recept_left {
    float: left;
    width: 40%;
    left: 0;
  }
  .recept .recept_right {
    float: left;
    width: 55%;
    left: 0;
  }
  .recept .iconbtn {
    display: none;
  }
  .recept .recept_products_title,
  .recept .recept_products,
  .recept .recept_products a {
    display: none;
  }
}
.recept .recept_products {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .recept .recept_products .product-box:nth-child(1) {
    background-position: center right;
    background-image: url(../images/rline.png);
  }
  .recept .recept_products .product-box:last-child {
    background-image: none !important;
  }
}
.recept .recept_products .product-box:nth-child(even) {
  background-image: none !important;
}
.video {
  width: 100%;
  height: 430px;
  position: relative;
  float: left;
  border-radius: 5px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .video {
    height: 170px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .video {
    height: 270px;
  }
}
.video video {
  height: 100%;
  margin-bottom: 50px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.video .over {
  background-image: url('../images/video.png');
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  background-position: center;
}
@media only screen and (max-width: 1239px) {
  .video .over {
    background-size: cover;
  }
}
.video .over.playbtn {
  cursor: pointer;
}
.video .over.playbtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background-size: 90px;
  width: 90px;
  height: 90px;
  transition: 0.5s;
  background-image: url('../images/ic_video_play.png');
}
.video .over.playbtn:before {
  content: "";
  visibility: none;
  background-image: url('../images/ic_video_play-hover.png');
}
@media only screen and (min-width: 1240px) {
  .video .over.playbtn:hover::after {
    transition: 0.5s;
    background-image: url('../images/ic_video_play-hover.png');
  }
}
#videoplayer {
  height: 560px;
  width: 1000px;
}
.product h1 span {
  max-width: 770px;
}
.product .mainimg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  float: left;
  width: 90%;
  max-width: 540px;
}
.product .maintext {
  float: left;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
}
.product table {
  margin-bottom: 10px;
}
.product .contactoz {
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
}
.product .contactoz:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
.product .contactoz .button {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 55px 0 70px 0;
}
.product .note {
  border-top: 1px solid #dab481;
  width: 100%;
  float: left;
  margin-top: 0;
  font-size: 15px;
  font-style: italic;
  padding-top: 5px;
  text-align: right;
  margin-bottom: 40px;
}
.products {
  margin-bottom: 30px;
}
.products h1 {
  margin-bottom: 0;
}
.products h3 {
  background: none;
  margin-top: 40px;
}
@media only screen and (max-width: 1239px) {
  .products h3 {
    margin-top: 0;
  }
}
.products .prdcs section {
  margin-bottom: 30px;
}
.products .product-box {
  position: relative;
  float: left;
  height: 210px;
  background-image: url('../images/rline.png');
  background-position: center right;
  margin: 10px 0 30px 0;
}
@media only screen and (min-width: 1240px) {
  .products .product-box:nth-child(4n) {
    background: none;
  }
  .products .product-box:nth-child(2) {
    background-image: url('../images/rline2.png');
    background-position: 100% 3px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .products .product-box:nth-child(2n) {
    background: none;
  }
  .products .product-box:nth-child(1) {
    background-image: url('../images/rline2.png');
    background-position: 100% 3px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .products .product-box {
    background: none;
  }
}
.products .product-box:last-child {
  background: none;
}
.products .product-box a {
  float: left;
  width: 80%;
  margin-left: 10%;
}
@media only screen and (min-width: 1240px) {
  .products .product-box a:hover span {
    position: relative;
    top: -10px;
    transition: 0.4s;
  }
  .products .product-box a:hover p {
    background-size: 165px;
    transition: 0.4s;
    background-position: 50% 3px;
  }
}
.products .product-box a span {
  float: left;
  height: 165px;
  width: 100%;
  background-position: center;
  background-size: contain;
  position: relative;
  top: 0;
  transition: 0.4s;
}
.products .product-box a p {
  float: left;
  width: 100%;
  font-size: 15px;
  text-align: center;
  background-image: url('../images/shadow.png');
  background-position: 50% 0;
  padding-top: 27px;
  background-size: 210px;
  margin: 0;
  transition: 0.4s;
}
.products .prefilter {
  padding: 0;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .products .prefilter {
    width: 600px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .products .prefilter {
    width: 250px;
  }
}
.products .prefilter .chfilter {
  display: block !important;
}
@media only screen and (max-width: 1239px) {
  .products .prefilter .chfilter {
    height: auto;
  }
}
@media only screen and (max-width: 1239px) {
  .products .prefilter .chfilter ul {
    height: auto;
  }
}
.products .prefilter .chfilter ul li {
  position: relative;
}
@media only screen and (max-width: 1239px) {
  .products .prefilter .chfilter ul li {
    height: 80px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .products .prefilter .chfilter ul li {
    width: calc(  100%  / 2 );
    margin-bottom: 15px;
  }
  .products .prefilter .chfilter ul li:nth-child(even) {
    border-right: 0;
  }
  .products .prefilter .chfilter ul li.f9 {
    margin-left: calc(50% - 60px);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .products .prefilter .chfilter ul li {
    width: calc(  100%  / 5 );
    margin-bottom: 25px;
  }
  .products .prefilter .chfilter ul li.f5 {
    border-right: 0;
  }
  .products .prefilter .chfilter ul li.f6 {
    margin-left: calc(100% / 5);
    border-left: 1px solid #dab481;
  }
  .products .prefilter .chfilter ul li.f9 {
    width: calc(  100%  / 5 );
  }
}
@media only screen and (min-width: 1240px) {
  .products .prefilter .chfilter ul li {
    width: calc( ( 100% - 149px ) / 7 );
  }
  .products .prefilter .chfilter ul li.active::before {
    content: "";
    position: absolute;
    bottom: -41px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    background-image: url('../images/svg/ic_arrow_filter.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 2;
  }
  .products .prefilter .chfilter ul li::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: calc( 100% + 1px );
    height: 40px;
    border-bottom: 1px solid #dab481;
  }
}
.products .chfilter ul li.f9 {
  width: 119px;
}
.products .chfilter ul li.f9 a {
  background-position: 50% 15px;
  background-size: 90px;
}
.zakoupit .or {
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  width: 100%;
  color: #5e2c1e;
  margin: 0;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .or {
    height: 25px;
    line-height: 22px;
  }
}
.zakoupit .mapbox {
  position: relative;
  z-index: 1;
}
.zakoupit .mapbox #map {
  float: left;
  width: 100%;
  height: 465px;
  position: relative;
  margin-top: -110px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapbox #map {
    height: 260px;
  }
}
.zakoupit .zakoupit-header {
  background-image: url('../images/map-over.png');
  background-repeat: repeat-x;
  position: relative;
  z-index: 2;
  background-position: left bottom;
  padding-bottom: 50px;
}
.zakoupit .zakoupit-header .container {
  border-bottom: 1px solid #dab481;
  padding-bottom: 30px;
}
.zakoupit .program {
  border-top: 25px solid white;
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
}
.zakoupit .program:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
.zakoupit .program h2 {
  margin-top: 30px;
  background: none;
}
.zakoupit .program h2 span {
  max-width: 850px;
  background-color: transparent;
}
.zakoupit .program p {
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .program p {
    margin-top: 0;
  }
}
.zakoupit .program .button {
  margin: 30px 0;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1239px) {
  .zakoupit .program .button {
    margin: 0;
  }
}
.zakoupit .program h3 {
  margin-top: 40px;
  background: none;
}
@media only screen and (max-width: 1239px) {
  .zakoupit .program h3 {
    margin-top: 20px;
  }
}
.zakoupit .program h3 span {
  max-width: 100%;
  background-color: transparent;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .program h3 span {
    font-size: 15px;
  }
}
.zakoupit .program .logo-slider {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.zakoupit .program .logo-slider .mover {
  float: left;
  transition: left 15s;
  width: 100%;
}
.zakoupit .program .logo-slider .mover div {
  display: inline-block;
  width: 150px;
  height: 100px;
  background-position: center;
  background-size: 100px;
}
.zakoupit .mapinfo {
  padding-top: 30px;
  margin-bottom: 15px;
  background-color: white;
  border-bottom: 1px solid #dab481;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .zakoupit .mapinfo .breaker {
    float: left;
    width: 100%;
  }
}
.zakoupit .mapinfo .container {
  padding-bottom: 30px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .container {
    max-width: 320px;
  }
}
.zakoupit .mapinfo .button {
  float: left;
  margin-left: 25px;
}
@media only screen and (max-width: 1239px) {
  .zakoupit .mapinfo .button {
    float: left;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .button {
    margin-left: 60px;
    margin-bottom: 20px;
  }
}
.zakoupit .mapinfo .title {
  padding-left: 35px;
  background-image: url('../images/svg/ic_where_place.svg');
  background-size: 23px;
  background-position: top left;
}
@media only screen and (max-width: 1239px) {
  .zakoupit .mapinfo .title {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .title {
    padding-left: 50px;
  }
}
.zakoupit .mapinfo .title h5 {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  color: #5e2c1e;
  text-align: left;
  margin: 0;
}
.zakoupit .mapinfo .title p {
  float: left;
  width: 100%;
  font-size: 15px;
  color: #5e2c1e;
  text-align: left;
  margin: 0;
}
.zakoupit .mapinfo .contact {
  padding-left: 50px;
  background-image: url('../images/svg/ic_where_contact.svg');
  background-size: 35px;
  background-position: top left;
  min-height: 30px;
  padding-top: 1px;
}
@media only screen and (max-width: 1239px) {
  .zakoupit .mapinfo .contact {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .contact {
    padding-left: 50px;
  }
}
.zakoupit .mapinfo .contact p {
  font-size: 15px;
  line-height: 25px;
  color: #5e2c1e;
  margin: 0;
  text-align: left;
  float: left;
  width: 100%;
}
.zakoupit .mapinfo .hours {
  padding-left: 45px;
  background-image: url('../images/svg/ic_where_time.svg');
  background-size: 30px;
  background-position: 0px 1px;
  min-height: 35px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .hours {
    margin-bottom: 17px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .zakoupit .mapinfo .hours {
    padding-left: 50px;
    margin-bottom: 0;
  }
}
.zakoupit .mapinfo .hours p {
  font-size: 15px;
  line-height: 25px;
  color: #5e2c1e;
  margin: 0;
  text-align: left;
  float: left;
  width: 100%;
}
.zakoupit .mapinfo .hours p span {
  margin-right: 25px;
  min-width: 53px;
  display: inline-block;
}
.hp {
  /*.prefilter {position: absolute !important; top:80px; .center-it; z-index: 10000000; }
	.chfilter
	{
		//border-top: 1px solid rgba(255, 255, 255, 0.2);		
		position: relative;		
		height: 0px; 
		transition: 0.5s;
		margin-top: 0px;				
		background-color: white;
		
		&::before
		{
			content: "";
			width: 100%;
			height: 1px;
			background-color: rgba(255, 255, 255, 0.2);
			position:absolute;
			top:-1px;
			left:0;
		}

		&.open
		{
			transition: height 0.5s, border-bottom 0.5s;
			height: 127px;			
			border-bottom: 7px solid @brown_color;
			box-shadow: 3.746px 9.272px 11.83px 1.17px rgba(0, 0, 0, 0.31);
			.arrow { top: -12px; transition: 0.4s; height: 15px; }
		}

		div { float: left; overflow: hidden; width: 100%; height: 100%; }
		.arrow
		{			
			content: "";
			width: 25px;			
			background-image: url('../images/svg/sipka_submenu.svg');
			background-size: 25px;
			background-repeat: no-repeat;
			position: absolute;
			left: 245px;			
			transition: 0.4s;
			top: 0;
			height: 0;
		}
	}*/
}
.hp #slider .container {
  padding: 0;
}
@media only screen and (min-width: 1240px) {
  .hp .bottom-line {
    display: block !important;
  }
}
@media only screen and (max-width: 1239px) {
  .hp .block {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .hp footer .subscribe h4 {
    font-size: 16px;
    line-height: 28px;
  }
}
.hp header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.hp main {
  overflow: hidden;
}
.hp main .novinky {
  margin-bottom: 50px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .hp main .novinky {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .hp main .novinky .container {
    max-width: 1050px;
  }
  .hp main .novinky .container .blocks {
    margin-left: 0;
  }
}
.subh1 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 15px;
  font-family: "Trajan Pro", serif;
  margin-top: -20px;
}
.realproduct {
  padding-bottom: 70px;
}
.realproduct .mainp {
  text-align: justify;
  line-height: 30px;
  margin-top: 0;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .realproduct .mainp {
    text-align: center;
  }
}
@media only screen and (min-width: 1240px) {
  .realproduct .where-to-buy-button {
    float: left;
    margin-bottom: 10px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 1239px) {
  .realproduct .where-to-buy-button {
    margin-top: 5px;
    margin-bottom: 25px;
    padding: 10px 30px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.realproduct .suburl {
  color: #5e2c1e;
  text-decoration: none;
  font-family: "Trajan Pro", serif;
  font-size: 17px;
}
.realproduct .suburl:hover {
  text-decoration: underline;
}
.realproduct .mainp * {
  text-align: justify;
  line-height: 30px;
  margin-top: 0;
}
@media only screen and (max-width: 1239px) {
  .realproduct .mainp * {
    text-align: center;
  }
}
.realproduct table {
  margin: 10px 0;
}
.realproduct h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1239px) {
  .realproduct h4 {
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1239px) {
  .realproduct .tables table tr td:last-child {
    text-align: right;
  }
  .realproduct .tables h4 {
    margin-top: 40px;
  }
}
.realproduct .tables table tr td:first-child {
  font-weight: 700;
}
.realproduct .imgbox {
  height: 395px;
  background-image: url('../images/shadow2.png');
  background-position: center bottom;
}
.realproduct .imgbox .vanillabox {
  height: 100%;
  width: 100%;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}
.realproduct .secimg {
  float: left;
  width: 100%;
  margin: 30px 0;
}
.realproduct h4.mainh {
  margin-bottom: 15px;
  font-size: 25px;
  width: 100%;
  line-height: 25px;
}
.realproduct .mainimg {
  /*float: left;
		width: 100%;
		.center-it-xy;
		max-width: 600px;

		@media @tablet-max
		{
			.center-it;
		}*/
  display: flex;
  flex: 1;
  width: 100%;
  position: relative;
  max-width: 505px;
}
.kontakt .reinfo {
  padding: 7px 20px !important;
  margin: 5px 0;
  text-align: center;
  border-top: 1px solid #dab481;
  border-bottom: 1px solid #dab481;
}
.kontakt .reinfo.m {
  margin: 20px 0;
  padding: 10px 15px !important;
  text-align: center;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .kontakt .reinfo.m {
    font-size: 13px;
    line-height: 15px;
  }
}
.kontakt a:hover {
  text-decoration: none;
}
.kontakt .cnts {
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.kontakt .cnts:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
.kontakt .cnts h2 span {
  background-color: transparent;
}
.kontakt .cnts h2 {
  background: none;
  margin-top: 30px;
}
.kontakt .cnts h3 {
  text-transform: uppercase;
  background: none;
  font-family: "Trajan Pro", serif;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .kontakt .cnts h3 {
    font-size: 15px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .kontakt .cnts .leftc {
    border-right: 1px solid #dab481;
  }
}
@media only screen and (max-width: 1239px) {
  .kontakt .cnts .leftc {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .kontakt .cnts .container {
    max-width: 600px;
  }
}
.kontakt .cnts .conthr {
  clear: both;
  float: left;
  width: 30px;
  height: 1px;
  background-color: #dab481;
  margin: 25px 0 5px 0;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .kontakt .cnts .conthr {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.kontakt .cnts .singlecontact {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.kontakt .cnts .singlecontact p {
  text-align: left;
  margin: 0;
  float: left;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .kontakt .cnts .singlecontact p {
    text-align: center;
    clear: both;
    float: left;
    width: 100% !important;
  }
}
.kontakt .cnts .singlecontact p a {
  color: #5e2c1e;
}
.kontakt .cnts .singlecontact .title {
  font-weight: 900;
  width: 100%;
  margin-bottom: 5px;
}
.kontakt .cnts .singlecontact .name {
  width: 170px;
}
.kontakt .cnts .singlecontact .phone {
  width: 140px;
}
.kontakt .coninfo {
  height: 400px;
  background-image: url('../images/map.jpg');
  background-position: bottom center;
}
@media only screen and (max-width: 1239px) {
  .kontakt .coninfo {
    height: auto;
    background: none;
  }
}
.kontakt .coninfo p {
  text-align: left;
  line-height: 25px;
  padding-left: 40px;
  float: left;
  margin-top: 0;
  width: 100%;
}
.kontakt .coninfo p.ico {
  background-image: url('../images/svg/ic_icdic.svg');
  background-position: left top;
  background-size: 25px;
}
.kontakt .coninfo p.con {
  background-image: url('../images/svg/ic_contact.svg');
  background-position: left top;
  background-size: 27px;
}
.kontakt .coninfo p a {
  color: #5e2c1e;
}
.kontakt .coninfo p .button {
  width: auto;
  float: left;
  font-size: 12px;
  padding: 7px 16px;
  line-height: 14px;
  margin-top: 5px;
}
.kontakt .coninfo .b {
  background-image: url('../images/svg/ic_place.svg');
  background-position: 10px 20px;
  background-size: 22px;
}
.kontakt .coninfo h4 {
  padding-left: 40px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.cokolada .p1 {
  line-height: 25px;
  font-size: 15px;
  padding: 0 26px;
  background-image: url('../images/svg/ic_korunka_nadpis_big.svg');
  background-size: 17px;
  background-position: center top;
  padding-top: 23px;
  margin-top: 85px;
}
@media only screen and (max-width: 1239px) {
  .cokolada .p1 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cokolada .cokoimg {
  max-width: 100%;
}
.cokolada .video {
  height: 370px;
}
.cokolada .video .over {
  background-image: url('../images/cokolada_video.jpg');
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .cokolada .video {
    height: 290px;
  }
  .cokolada .video video {
    height: auto;
    width: 100%;
    float: left;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}
.cokolada .fino {
  margin-top: 55px;
}
.cokolada .fino p {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  margin-top: 40px;
  float: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1239px) {
  .cokolada .fino p {
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
}
.cokolada .fino .l {
  padding-right: 0;
}
.cokolada .fino .l::before {
  content: "";
  width: 361px;
  height: 426px;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/sach_onas.png);
  background-size: 375px;
  background-position: contain;
}
.cokolada .fino .r {
  padding-left: 0;
}
@media only screen and (max-width: 1239px) {
  .cokolada .fino {
    margin-top: 100px;
  }
}
.cokolada .mapa {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .cokolada .mapa {
    margin-bottom: 30px;
    max-width: 600px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cokolada .production {
  padding-bottom: 30px;
}
.cokolada .production img {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .cokolada .production img {
    max-width: 525px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cokolada .production h5 {
  font-size: 20px;
  font-family: "Trajan Pro", serif;
  text-align: left;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0;
}
.cokolada .production .l p,
.cokolada .production .r p {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  margin-top: 0;
}
@media only screen and (min-width: 1240px) {
  .cokolada .production .r p,
  .cokolada .production .r h5 {
    text-align: right;
  }
}
.cokolada .production .l,
.cokolada .production .r {
  margin: 0 0 55px 0;
}
.cokolada .production .tt::before {
  content: "";
  width: 361px;
  height: 426px;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/sach_onas.png);
  background-size: 375px;
  background-position: contain;
}
.cokolada .subh2 {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1240px) {
  .cokolada .r1 h5 {
    margin-top: 25px;
  }
  .cokolada .r2 h5 {
    margin-top: 20px;
  }
  .cokolada .r3 h5 {
    margin-top: 0px;
  }
  .cokolada .r4 h5 {
    margin-top: 30px;
  }
}
.hrtable {
  border-top: 1px solid #dab481;
  width: 100%;
  float: left;
  margin-top: 0px;
}
.gastro .gastromenu {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
.gastro .gastromenu li {
  float: left;
  height: 180px;
  width: 20%;
  list-style: none;
  background-position: center top;
  position: relative;
  transition: 0.3s;
}
.gastro .gastromenu li:last-child a {
  background: none;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .gastro .gastromenu li {
    background-size: 100px;
    height: 150px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu li {
    width: 100%;
    background-position: 30px 50% !important;
    background-size: 80px;
    height: 60px;
  }
}
.gastro .gastromenu li:hover {
  background-position-y: 0px !important;
  transition: 0.5s;
}
.gastro .gastromenu li a {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: 900;
  padding-top: 145px;
  color: #5e2c1e;
  background-image: url('../images/rline3.jpg');
  background-position: right center;
}
.gastro .gastromenu li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 1239px) {
  .gastro .gastromenu li a {
    padding-top: 90px;
    background: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu li a {
    padding-top: 0;
    line-height: 18px;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    padding-left: 140px;
    background: none;
  }
}
.gastro .gastromenu li::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: calc(100% + 1px);
  height: 10px;
  border-bottom: 1px solid #dab481;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu li::after {
    bottom: initial;
    top: 0;
    height: 100%;
    width: 10px;
    border: none;
    border-left: 1px solid #dab481;
  }
}
.gastro .gastromenu li.active::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
  background-image: url(../images/svg/ic_arrow_filter.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 2;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu li.active::before {
    left: -6px;
    top: 50%;
    bottom: initial;
    margin-left: 0;
    margin-top: -12px;
    background-image: url(../images/svg/ic_arrow_filter2.svg);
  }
}
.gastro .gastromenu li.g1 {
  background-image: url('../images/gastro1.png');
  background-position: calc(50% + 20px) 5px;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .gastro .gastromenu li.g1 {
    background-position: calc(50% + 10px) 20px;
  }
}
.gastro .gastromenu li.g2 {
  background-image: url('../images/gastro2.png');
  background-position: calc(50% + 0px) 5px;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .gastro .gastromenu li.g2 {
    background-position: calc(50% + 10px) 10px;
  }
}
.gastro .gastromenu li.g3 {
  background-image: url('../images/gastro3.png');
  background-position: calc(50% + 5px) 5px;
}
.gastro .gastromenu li.g4 {
  background-image: url('../images/gastro4.png');
  background-position: calc(50% + 30px) 5px;
}
.gastro .gastromenu li.g5 {
  background-image: url('../images/gastro5.png');
  background-position: calc(50% + 0px) 10px;
  background-size: 128px;
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .gastro .gastromenu li.g5 {
    background-position: calc(50% + 10px) 10px;
    background-size: 75px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .gastromenu li.g5 {
    background-size: 55px;
  }
}
.gastro .maintext {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  line-height: 25px;
  margin-top: 0;
}
.gastro h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
  line-height: 30px;
}
.gastro .mainimg {
  max-width: 100%;
  margin-top: 10px;
}
.gastro .main p {
  line-height: 30px;
  text-align: justify;
}
.gastro table {
  margin-bottom: 15px;
}
.gastro .note {
  float: right;
  margin: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .note {
    font-size: 12px;
  }
}
.gastro .contactoz {
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding-bottom: 60px;
}
.gastro .contactoz:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
.gastro .contactoz .button {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.gastro h4 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 1239px) {
  .gastro h4 {
    text-align: center;
  }
  .gastro h4 p {
    width: 100%;
    text-align: center;
  }
}
.gastro .tables h5 {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 900;
  margin: 15px 0;
}
@media only screen and (max-width: 1239px) {
  .gastro .tables table tr td:last-child {
    text-align: right;
  }
}
.gastro .ser {
  margin-top: 45px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1239px) {
  .gastro .ser {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}
.gastro .ser h5 {
  font-size: 20px;
  font-weight: 900;
  margin: 0;
  padding-top: 135px;
  background-position: center top;
}
.gastro .ser p {
  font-style: italic;
  margin: 0;
  margin-top: 10px;
}
@media only screen and (max-width: 1239px) {
  .gastro .ser p {
    max-width: 300px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.gastro .ser.s1 h5 {
  background-image: url('../images/svg/ic_sluzby_logistika.svg');
  background-size: 130px;
}
.gastro .ser.s2 h5 {
  background-image: url('../images/svg/ic_sluzby_servis.svg');
  background-size: 87px;
}
.gastro .ser.s3 h5 {
  background-image: url('../images/svg/ic_sluzby_receptury.svg');
  background-size: 80px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .gastro .contactoz .button {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.onas .infoheader p {
  font-size: 15px;
  font-style: italic;
  line-height: 25px;
  margin-bottom: 25px;
  margin-top: 0;
  float: left;
}
.onas .pic {
  overflow: hidden;
}
.onas .pic img {
  height: 508px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  .onas .pic img {
    height: 425px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .onas .pic img {
    height: 245px;
  }
}
.onas .con {
  margin-top: -45px;
}
@media only screen and (max-width: 1239px) {
  .onas .con {
    margin-top: -20px;
  }
}
.onas .con img {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1239px) {
  .onas .con img {
    max-width: 500px;
    margin-top: 20px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.onas .con p {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.onas .con .logos {
  float: left;
  width: 100%;
  height: 73px;
  margin-top: 10px;
}
@media only screen and (max-width: 1239px) {
  .onas .con .logos {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .onas .con .logos {
    height: 32px;
  }
}
.onas .con .logos a {
  display: inline-block;
  margin: 0 7px;
  height: 92%;
}
@media only screen and (max-width: 1239px) {
  .onas .con .logos a {
    height: 82%;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .onas .con .logos a {
    height: 75%;
  }
}
.onas .con .logos a img {
  float: left;
  height: 100%;
  margin: 0;
  width: initial;
}
.onas .con .produkce {
  background-image: url('../images/sach_onas.png');
  background-size: 375px;
  background-position: calc(50% + 25px) 50px;
  border-bottom: 1px solid #dab481;
}
@media only screen and (max-width: 1239px) {
  .onas .con .produkce {
    background: none;
  }
}
.onas .con .kvalita {
  border-bottom: 1px solid #dab481;
}
.onas .con .row {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1239px) {
  .onas .con .row {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1240px) {
  .onas .con .tb > div {
    padding: 0;
  }
  .onas .con .kvalita {
    height: 315px;
  }
  .onas .con .produkce {
    height: 362px;
    position: relative;
  }
  .onas .con .produkce p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.onas .infoblock p {
  max-width: 920px;
  margin-bottom: 60px;
}
.infoblock {
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
}
.infoblock:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
.infoblock .carlalogo {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.infoblock h3 {
  float: left;
  font-size: 30px;
  color: #5e2c1e;
  width: 100%;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-family: "Trajan Pro", serif;
  cursor: default;
  margin-top: 0;
  margin-bottom: 10px;
  background: none;
}
.infoblock h3 span {
  color: #5e2c1e;
  font-size: 15px;
  width: 100%;
  float: left;
  text-align: center;
  font-family: "Trajan Pro", serif;
  font-weight: 400;
  display: block;
  max-width: 1500px;
  background: none;
  padding-top: 0;
}
.infoblock p {
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  font-style: italic;
  font-size: 15px;
  color: #5e2c1e;
  width: 100%;
  max-width: 750px;
  line-height: 25px;
  padding: 0 20px;
}
.infoblock .sign {
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 173px;
  margin-top: 10px;
}
.infoblock a {
  clear: both;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 25px 5px 50px 5px;
}
.postfilter {
  float: left;
  width: 100%;
  background-image: url(../images/line-bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 17px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .postfilter {
    background-image: none;
  }
}
.postfilter .r {
  float: right;
  background-color: white;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .postfilter .r {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #dab481;
  }
}
.postfilter .r div {
  float: right;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .postfilter .r div {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.postfilter .r p {
  float: right;
  font-size: 15px;
  line-height: 35px;
  color: #5e2c1e;
  margin: 0;
  margin-left: 30px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .postfilter .r p {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
.postfilter .r .button {
  float: left;
  margin-left: 15px;
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  .postfilter .r .button:nth-child(2) {
    margin-left: 15px;
  }
}
.iconbtn {
  height: 35px;
  width: 35px;
  background-position: center;
  background-size: contain;
  float: left;
}
.iconbtn.print {
  background-image: url('../images/svg/ic_print.svg');
}
.iconbtn.print:hover {
  background-image: url('../images/svg/ic_print-hover.svg');
}
.iconbtn.share {
  background-image: url('../images/svg/ic_share.svg');
}
.iconbtn.share:hover {
  background-image: url('../images/svg/ic_share-hover.svg');
}
.button {
  border-radius: 5px;
  border: 2px solid #5e2c1e;
  color: #5e2c1e;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  font-weight: 900;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  transform: translateX(0);
}
.button.transparent {
  background: transparent;
}
.button:hover {
  color: white;
  background-color: #5e2c1e;
  text-decoration: none;
  transition: 0.5s;
}
.button.small {
  padding: 5px 13px;
}
.button.big {
  padding: 12px 35px;
}
.button.arrow {
  padding-right: 30px;
  background-image: url('../images/svg/ic_sub_button_arrow_hnedy.svg');
  background-size: 6px;
  background-position: calc(100% - 9px) 50%;
}
.button.arrow:hover {
  background-image: url('../images/svg/ic_sub_button_arrow_bila.svg');
}
@media only screen and (min-width: 1240px) {
  .button {
    /*	
		&::after 
		{
			top: 0;
			bottom: 0;
			left: -50px;
			content: "";
			transition: all .5s;
			-webkit-transition: all .5s;
			-moz-transition: all .5s;
			-ms-transition: all .5s;
			-o-transition: all .5s;
			z-index: -1;
			position: absolute;
			display: block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 50px 50px 0 0;
			border-color: @brown_color transparent transparent;
		}

		&:hover::after 
		{
			width: ~"calc( 100% + 100px )";				
		}
		*/
  }
  .button:hover,
  .button:active {
    color: white;
    text-decoration: none;
    border-width: transparent;
  }
  .button.small::after {
    display: none;
  }
  .button.small:hover {
    background-color: #5e2c1e;
  }
}
#slider {
  height: 900px;
  background-color: lightgray;
  overflow: hidden;
  position: relative;
  float: left;
}
@media only screen and (max-width: 1239px) {
  #slider {
    height: auto;
  }
}
#slider .container.contols {
  position: relative;
}
#slider .slides {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
#slider .slides .slide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: 0.5s;
}
#slider .slides .slide.active {
  opacity: 1;
  z-index: 1;
  transition: 0.5s;
}
#slider .slides .slide .wrapper {
  float: left;
  width: 100%;
  height: 100%;
}
#slider .slides .slide .wrapper .bg {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1239px) {
  #slider .slides .slide .wrapper .bg {
    width: 100%;
    height: auto;
  }
}
#slider .slides .slide .wrapper .container {
  position: absolute !important;
  top: 0;
  height: 100%;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#slider .slides .slide .wrapper .container .over {
  float: left;
  width: 100%;
  height: 100%;
  display: none;
}
#slider .slides .slide .wrapper .container .over svg {
  float: left;
  width: 100%;
}
#slider .slides .slide .wrapper .container .over #tlacitko {
  cursor: pointer;
}
@media only screen and (min-width: 1240px) {
  #slider .slides .slide .wrapper .container .over.over1 {
    display: block;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1239px) {
  #slider .slides .slide .wrapper .container .over.over2 {
    display: block;
  }
}
@media only screen and (min-width: 200px) and (max-width: 639px) {
  #slider .slides .slide .wrapper .container .over.over3 {
    display: block;
  }
}
#slider .slides .slide .wrapper .container .over img {
  float: left;
  width: 100%;
}
#slider .arrow_down {
  height: 40px;
  width: 40px;
  position: absolute !important;
  bottom: 10px;
  background-image: url('../images/svg/ic_scrolling.svg');
  background-position: center;
  background-size: 20px;
  z-index: 2;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  animation: arrow_animation 4s linear infinite;
  -ms-animation: arrow_animation 4s linear infinite;
  -moz-animation: arrow_animation 4s linear infinite;
  -webkit-animation: arrow_animation 4s linear infinite;
}
#slider .scroll_down {
  height: 50px;
  width: 23px;
  position: absolute !important;
  bottom: 55px;
  background-image: url('../images/svg/ic_scrolling_myska.svg');
  background-position: center;
  background-size: 23px;
  z-index: 2;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#slider .dots {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 1239px) {
  #slider .dots {
    display: none;
  }
}
#slider .dots .dot {
  float: left;
  width: 18px;
  height: 18px;
  background-color: white;
  border-radius: 20px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}
#slider .dots .dot::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-radius: 20px;
  background-color: #5e2c1e;
  transition: 0.2s;
}
#slider .dots .dot:hover::before,
#slider .dots .dot.active::before {
  width: 12px;
  height: 12px;
  transition: 0.2s;
}
@media only screen and (max-width: 1239px) {
  #slider .slide.active,
  #slider .slides .slide .wrapper .bg {
    position: relative !important;
    float: left;
  }
  #slider .slide.active .bg img {
    float: left;
    width: 100%;
  }
}
.chfilter {
  float: left;
  width: 100%;
  height: 127px;
  background-color: white;
}
.chfilter ul {
  float: left;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 20px 0 27px 0;
}
.chfilter ul li {
  float: left;
  height: 100%;
  width: calc( ( 100% - 160px ) / 6 );
  list-style: none;
  border-right: 1px solid #dab481;
}
.chfilter ul li:last-child {
  border-right: 0;
  width: 160px;
}
.chfilter ul li a {
  float: left;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 900;
  color: #5e2c1e;
  text-decoration: none;
  padding-top: 60px;
  position: relative;
}
.chfilter ul li a::after {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  background-position: center;
  height: 100%;
  opacity: 0;
  display: block;
  transition: opacity 0.4s;
}
.chfilter ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  display: block;
  background-position: center;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s;
}
.chfilter ul li.f0 a::before {
  background-image: url('../images/svg/ic_products_all.svg');
  background-position: 50% 8px;
  background-size: 35px;
}
.chfilter ul li.f0 a::before::before {
  content: url('../images/svg/ic_products_all-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f1 a::before {
  background-image: url('../images/svg/ic_peceni.svg');
  background-position: 50% 2px;
  background-size: 55px;
}
.chfilter ul li.f1 a::before::before {
  content: url('../images/svg/ic_produkty_peceni-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f2 a::before {
  background-image: url('../images/svg/ic_products_tycinky.svg');
  background-position: 50% 15px;
  background-size: 55px;
}
.chfilter ul li.f2 a::before::before {
  content: url('../images/svg/ic_products_tycinky-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f3 a::before {
  background-image: url('../images/svg/ic_pomazanky.svg');
  background-position: 50% 6px;
  background-size: 65px;
}
.chfilter ul li.f3 a::before::before {
  content: url('../images/svg/ic_products_pomazanky-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f4 a::before {
  background-image: url('../images/svg/ic_products_neapolitanky.svg');
  background-position: 50% 14px;
  background-size: 85px;
}
.chfilter ul li.f4 a::before::before {
  content: url('../images/svg/ic_products_prodeti-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f5 a::before {
  background-image: url('../images/svg/ic_deti.svg');
  background-position: 50% 14px;
  background-size: 75px;
}
.chfilter ul li.f5 a::before::before {
  content: url('../images/svg/ic_products_tabulky-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f6 a::before {
  background-image: url('../images/svg/ic_products_tabulky.svg');
  background-position: 50% 9px;
  background-size: 55px;
}
.chfilter ul li.f6 a::before::before {
  content: url('../images/svg/ic_products_pralinky-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f7 a::before {
  background-image: url('../images/svg/ic_products_pralinky.svg');
  background-position: 50% 9px;
  background-size: 60px;
}
.chfilter ul li.f7 a::before::before {
  content: url('../images/svg/ic_products_sezonni-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f8 a::before {
  background-image: url('../images/svg/ic_sezonni.svg');
  background-position: 50% 3px;
  background-size: 40px;
}
.chfilter ul li.f8 a::before::before {
  content: url('../images/svg/ic_products_neapolitanky-brown.svg');
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f9 a::before {
  background-image: url('../images/svg/ic_products_Fino-de-aroma-brown.svg');
  background-position: 50% 16px;
  background-size: 90px;
}
.chfilter ul li.f9 a::before::before {
  content: url();
  width: 0;
  height: 0;
  display: none;
}
.chfilter ul li.f0 a::after {
  background-image: url('../images/svg/ic_products_all-brown.svg');
  background-position: 50% 8px;
  background-size: 35px;
}
.chfilter ul li.f1 a::after {
  background-image: url('../images/svg/ic_produkty_peceni-brown.svg');
  background-position: 50% 2px;
  background-size: 55px;
}
.chfilter ul li.f2 a::after {
  background-image: url('../images/svg/ic_products_tycinky-brown.svg');
  background-position: 50% 15px;
  background-size: 55px;
}
.chfilter ul li.f3 a::after {
  background-image: url('../images/svg/ic_products_pomazanky-brown.svg');
  background-position: 50% 6px;
  background-size: 65px;
}
.chfilter ul li.f4 a::after {
  background-image: url('../images/svg/ic_products_neapolitanky-brown.svg');
  background-position: 50% 14px;
  background-size: 85px;
}
.chfilter ul li.f5 a::after {
  background-image: url('../images/svg/ic_products_prodeti-brown.svg');
  background-position: 50% 14px;
  background-size: 75px;
}
.chfilter ul li.f6 a::after {
  background-image: url('../images/svg/ic_products_tabulky-brown.svg');
  background-position: 50% 9px;
  background-size: 55px;
}
.chfilter ul li.f7 a::after {
  background-image: url('../images/svg/ic_products_pralinky-brown.svg');
  background-position: 50% 9px;
  background-size: 60px;
}
.chfilter ul li.f8 a::after {
  background-image: url('../images/svg/ic_products_sezonni-brown.svg');
  background-position: 50% 3px;
  background-size: 40px;
}
@media only screen and (max-width: 1239px) {
  .chfilter ul li.f9 a::after {
    background-image: url('../images/svg/ic_products_Fino-de-aroma-brown.svg');
    background-position: 50% 16px;
    background-size: 90px;
  }
  .chfilter ul li.f9 a::after::before {
    content: url();
    width: 0;
    height: 0;
    display: none;
  }
}
.chfilter ul li.active a::after,
.chfilter ul li:hover a::after {
  opacity: 1;
  transition: opacity 0.4s;
}
main {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url('../images/svg/wave_top.svg');
  background-position: 50% -1px;
  background-size: 2600px;
  padding-top: 50px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 1239px) {
  main {
    padding-top: 30px;
  }
}
main #videoplayer {
  display: none;
}
main .orns {
  z-index: 11;
  min-width: 1990px;
}
main .orns::before {
  content: "";
  position: absolute;
  left: 0;
  top: -50px;
  width: 363px;
  background-image: url('../images/sach_left_main.png');
  background-position: top left;
  background-size: 363px;
  height: 427px;
}
main .orns::after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 320px;
  background-image: url('../images/sach_right_main.png');
  background-position: top right;
  background-size: 320px;
  height: 427px;
}
.socialicon {
  width: 31px;
  height: 31px;
  background-position: center;
  background-size: contain;
  transition: 0s;
}
.socialicon.facebook {
  background-image: url('../images/svg/ic_fb.svg');
}
.socialicon.facebook:hover {
  background-image: url('../images/svg/ic_fb-hover.svg');
  transition: 0s;
}
.socialicon.facebook::before {
  content: "";
  height: 0;
  width: 0;
  visibility: hidden;
  background-image: url('../images/svg/ic_fb-hover.svg');
}
.socialicon.youtube {
  background-image: url('../images/svg/ic_yt.svg');
}
.socialicon.youtube:hover {
  background-image: url('../images/svg/ic_yt-hover.svg');
  transition: 0s;
}
.socialicon.youtube::before {
  content: "";
  height: 0;
  width: 0;
  visibility: hidden;
  background-image: url('../images/svg/ic_yt-hover.svg');
}
.socialicon.instagram {
  background-image: url('../images/svg/ic_insta.svg');
}
.socialicon.instagram:hover {
  background-image: url('../images/svg/ic_insta_negativ.svg');
  transition: 0s;
}
.socialicon.instagram::before {
  content: "";
  height: 0;
  width: 0;
  visibility: hidden;
  background-image: url('../images/svg/ic_insta_negativ.svg');
}
.center-it {
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.center-it-y {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.center-it-xy {
  float: left;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media print {
  header,
  footer {
    display: none;
  }
}
.searchbox {
  float: left;
  height: 50px;
  width: 100%;
  border: 1px solid #dab481;
  border-radius: 5px;
}
.searchbox .search {
  float: left;
  height: 100%;
  width: calc( 100% - 48px );
  outline: 0;
  border: 0;
  font-size: 15px;
  color: #5e2c1e;
  padding-left: 15px;
  padding-right: 5px;
  font-weight: 300;
  box-shadow: none;
  background-color: white;
  border-radius: 5px 0 0 5px;
}
.searchbox .submit {
  float: left;
  width: 44px;
  height: 44px;
  background-image: url(../images/svg/ic_search.svg);
  background-position: center;
  outline: 0;
  border: 0;
  background-color: #dab481;
  box-shadow: none;
  border-radius: 5px;
  background-size: 23px;
  margin: 2px;
}
.sel {
  height: 50px;
  float: left;
  color: #5e2c1e;
  border: 1px solid #dab481;
  width: 100%;
  border-radius: 5px;
  padding-left: 15px;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  font-weight: 300;
  background-image: url('../images/svg/ic_scrolling_gold.svg');
  background-position: calc(100% - 5px) 50%;
  background-size: 24px;
}
.sel:focus {
  outline: 0;
}
.sel::-ms-expand {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity: 0;
}
.bottom-grad {
  background-image: -moz-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -webkit-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  background-image: -ms-linear-gradient(0deg, #fff6e8 0%, #fffcf9 50%, #fff6e8 99%);
  position: relative;
  overflow: hidden;
}
.bottom-grad:before {
  content: "";
  background-image: url('../images/hp_info_bg.png');
  background-position: center;
  width: 660px;
  height: 427px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -435px;
}
/* retina */
/* desktop */
/* desktop 2*/
/* response */
/* tablet */
/* mobile */
@media screen and (max-width: 1700px) {
  footer .orns {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  footer .orns {
    display: block;
  }
}
@media screen and (max-width: 1990px) {
  main .orns {
    display: none;
  }
}
@media screen and (min-width: 1990px) {
  main .orns {
    display: block;
  }
}
.disableselecting > * {
  -webkit-user-select: none !important;
  /* Chrome all / Safari all */
  -moz-user-select: none !important;
  /* Firefox all */
  -ms-user-select: none !important;
  /* IE 10+ */
  user-select: none !important;
}
.secfilter .prefilter,
.hp .prefilter {
  position: absolute !important;
  top: 80px;
  float: left;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000000;
}
.secfilter .chfilter,
.hp .chfilter {
  position: relative;
  height: 0px;
  transition: 0.5s;
  margin-top: 0px;
  background-color: white;
}
.secfilter .chfilter::before,
.hp .chfilter::before {
  content: "";
  width: 100%;
  height: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 1px;
  left: 0;
}
.secfilter .chfilter.open,
.hp .chfilter.open {
  transition: height 0.5s, border-bottom 0.5s;
  height: 127px;
  border-bottom: 7px solid #5e2c1e;
  box-shadow: 3.746px 9.272px 11.83px 1.17px rgba(0, 0, 0, 0.31);
}
.secfilter .chfilter.open .arrow,
.hp .chfilter.open .arrow {
  top: -12px;
  transition: 0.4s;
  height: 15px;
}
.secfilter .chfilter div,
.hp .chfilter div {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.secfilter .chfilter .arrow,
.hp .chfilter .arrow {
  content: "";
  width: 25px;
  background-image: url('../images/svg/sipka_submenu.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  position: absolute;
  left: 216px;
  transition: 0.4s;
  top: 0;
  height: 0;
}
.kariera .block .text {
  background: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 25px;
}
.kariera .block .text h5 {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
