@charset "UTF-8";
/* SCSS Stylesheet */
html, body {
  scroll-padding-top: 114px; }

.bg-dark {
  background-color: #3D2E30 !important;
  color: #fff; }

.bg-yellow {
  background-color: #FDB42A;
  color: #AE3534; }

.bg-yellow-light {
  background-color: #FED4A2 !important;
  color: #723322; }
  .bg-yellow-light .font-lighter {
    color: #AD7E5D; }
    .bg-yellow-light .font-lighter a {
      color: #AD7E5D;
      text-decoration: underline; }

.bg-khaki-light {
  background-color: #F5E3C3;
  color: #644A1C; }

.bg-blue-dark {
  background-color: #97C0BA;
  color: #46807D; }

.bg-blue {
  background-color: #89C6C8;
  color: #013650; }

.bg-blue-light {
  background-color: #ACD7DC;
  color: #5794A5; }

.bg-purple {
  background-color: #B890C2;
  color: #634D8C; }

.bg-purple-light {
  background-color: #A9909A;
  color: #664853; }

.bg-pink {
  background-color: #F9C3B5;
  color: #581811; }

.bg-brown {
  background-color: #CF8D53; }

.bg-red {
  background-color: #BE847D; }

.bg-green {
  background-color: #99B899;
  color: #094126; }

.bg-orange {
  background-color: #FAAD70;
  color: #CE5A05; }

.bg-contain {
  background-size: contain; }

.bg-cover {
  background-size: cover; }

.bg-100-auto {
  background-size: 100% auto; }

.bg-center-center {
  background-position: center center; }

.bg-center-top {
  background-position: center top; }

.bg-center-bottom {
  background-position: center bottom; }

.bg-no-repeat {
  background-repeat: no-repeat; }

.text-wrap {
  word-break: break-all; }
  .text-wrap .text-wrap-no {
    word-break: break-all;
    display: inline-block; }

.row > * {
  overflow: hidden; }

/*
Font colors
*/
.font-white {
  color: #fff !important; }

.font-green {
  color: #094126; }

.font-red-light {
  color: #AE3534; }

/*
Font sizes
*/
.font-30 {
  font-size: 1.875rem !important; }

.font-18 {
  font-size: 1.125rem; }

/*
Font families
*/
.font-point {
  font-family: 'Point'; }

.font-sagona {
  font-family: 'Sagona'; }

.font-opinion {
  font-family: 'Opinion Pro ExCn'; }

body {
  color: #581811;
  overflow-x: hidden;
  font-family: 'Point'; }

h1, .h1,
h2, .h2,
h3, .h3 {
  font-family: 'Sagona';
  font-weight: bold; }

h1, .h1 {
  font-size: 3.25rem; }

h2, .h2 {
  font-size: 1.875rem; }

h3, .h3 {
  font-size: 1.625rem;
  font-weight: normal; }

.underlined {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem; }
  .underlined:after {
    content: '';
    position: absolute;
    width: 300px;
    max-width: 100%;
    border-bottom: 3px solid #581811;
    bottom: 0;
    left: 0; }

@media screen and (min-width: 1px) {
  .container {
    max-width: 1360px; }
    .container.container--large {
      max-width: 1748px; }
    .container.container--medium {
      max-width: 1148px; }
    .container.container--smaller {
      max-width: 940px; }
    .container.container--small {
      max-width: 835px; }
    .container.container--tiny {
      max-width: 620px; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

a.text-wrap .text-wrap-no {
  text-decoration: inherit; }

.links-underline a:not(.btn) {
  text-decoration: underline; }
  .links-underline a:not(.btn):hover {
    text-decoration: underline; }

.btn {
  padding: 7px 50px;
  line-height: 1.5;
  border-radius: 23px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  font-family: 'Point';
  text-transform: uppercase;
  white-space: nowrap; }
  .btn.btn-primary {
    background: #9E092E;
    color: #fff !important;
    border: 2px solid #9E092E; }
    .btn.btn-primary:hover {
      background: transparent;
      color: #9E092E !important; }
  .btn.btn-play {
    background: #9E092E;
    color: #fff !important;
    border: 1px solid #fff;
    position: relative;
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 3.75rem;
    transition: all 200ms ease-out; }
    .btn.btn-play span {
      font-size: 0;
      display: inline-block;
      width: 0;
      height: 0;
      margin-top: 2rem;
      border-top: 1.5rem solid transparent;
      border-left: 2.5rem solid #fff;
      border-bottom: 1.5rem solid transparent;
      top: 50%;
      position: absolute;
      margin-top: -1.5rem;
      left: 50%;
      margin-left: -1rem; }
    .btn.btn-play:before {
      position: absolute;
      content: '';
      display: inline-block;
      left: 10px;
      right: 10px;
      top: 10px;
      bottom: 10px;
      border: 1px solid #fff;
      border-radius: 50%;
      transition: all 200ms ease-out; }
    .btn.btn-play:hover:before {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      border: 1px solid rgba(255, 255, 255, 0); }
    .btn.btn-play:hover {
      border: 10px solid #fff; }
  .btn.btn-lg {
    font-size: 26px;
    padding: 17px 40px;
    border-radius: 39px; }
  .btn.btn-md {
    font-size: 22px;
    padding: 11px 40px;
    border-radius: 30px; }
  .btn.btn-sm {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    padding: 5px 20px 3px 20px;
    border-radius: 14px;
    text-transform: none; }
  .btn.btn-info {
    background: #581811;
    color: #DFBC9D;
    border: 2px solid #581811; }
    .btn.btn-info:hover {
      background: transparent;
      color: #581811; }

a.link-arrow-before {
  color: #9E092E;
  position: relative;
  display: inline-block;
  padding-left: 200px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.125rem; }
  a.link-arrow-before:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 130px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    border-bottom: 3px solid #9E092E;
    transition: width 200ms ease-out; }
  a.link-arrow-before:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-left: 8px solid #9E092E;
    border-bottom: 16px solid transparent;
    left: 150px;
    top: 50%;
    margin-top: -16px;
    transition: left 200ms ease-out; }
  a.link-arrow-before:hover:before {
    width: 170px; }
  a.link-arrow-before:hover:after {
    left: 175px; }

.moduletable.last-p-mb-0 .mod-custom > p:last-child {
  margin-bottom: 0; }

header {
  padding-top: 114px; }
  header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FBBCAD;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1000; }
    header .navbar .container {
      padding-right: 5rem; }
    header .navbar .navbar-brand {
      margin-bottom: -2.25rem;
      padding-top: 0;
      padding-bottom: 0;
      flex-grow: 0; }
    header .navbar .navbar-nav {
      font-size: 1.5rem;
      text-transform: uppercase;
      align-items: center;
      flex-grow: 1;
      justify-content: space-around;
      height: 114px; }
      header .navbar .navbar-nav .nav-link a {
        color: #9E092E;
        text-decoration: none;
        font-family: 'Sagona';
        position: relative; }
        header .navbar .navbar-nav .nav-link a.btn {
          font-family: 'Point'; }
        header .navbar .navbar-nav .nav-link a:not(.btn) {
          padding: .5rem; }
          header .navbar .navbar-nav .nav-link a:not(.btn):after, header .navbar .navbar-nav .nav-link a:not(.btn):before {
            position: absolute;
            content: '';
            width: 0;
            height: 1px;
            bottom: 0;
            border-bottom: 3px solid #9E092E;
            transition: width 200ms ease-out; }
          header .navbar .navbar-nav .nav-link a:not(.btn):before {
            right: 50%; }
          header .navbar .navbar-nav .nav-link a:not(.btn):after {
            left: 50%; }
          header .navbar .navbar-nav .nav-link a:not(.btn):hover:before, header .navbar .navbar-nav .nav-link a:not(.btn):hover:after {
            width: 50%; }
      header .navbar .navbar-nav .nav-link.active a:not(.btn):after, header .navbar .navbar-nav .nav-link.active a:not(.btn):before {
        position: absolute;
        content: '';
        width: 50%;
        height: 1px;
        bottom: 0;
        border-bottom: 3px solid #9E092E;
        transition: width 200ms ease-out; }
      header .navbar .navbar-nav .nav-link.active a:not(.btn):before {
        right: 50%; }
      header .navbar .navbar-nav .nav-link.active a:not(.btn):after {
        left: 50%; }
    header .navbar .navbar-bio {
      margin-bottom: -36px;
      flex-grow: 0; }

@media screen and (max-width: 1699px) {
  header .navbar .container {
    padding-right: 12px; }
  header .navbar .navbar-nav {
    font-size: 1.25rem; }
    header .navbar .navbar-nav .nav-link a.btn {
      padding-left: 20px;
      padding-right: 20px; } }
@media screen and (max-width: 1499px) {
  .site-body {
    min-height: calc(100vh - 156px); }

  header {
    padding-top: 90px; }
    header .navbar .navbar-brand {
      width: 240px; }
    header .navbar .navbar-nav {
      height: 90px;
      font-size: 1.125rem; }
      header .navbar .navbar-nav .nav-link a.btn {
        padding: 5px 20px;
        font-size: 1.125rem; }
    header .navbar .navbar-bio {
      height: 110px;
      width: auto;
      margin-bottom: -20px; }
      header .navbar .navbar-bio img {
        height: 100%;
        width: auto; } }
@media screen and (max-width: 1299px) {
  .site-body {
    min-height: calc(100vh - 146px); }

  header {
    padding-top: 80px; }
    header .navbar .navbar-brand {
      width: 200px; }
    header .navbar .navbar-nav {
      height: 80px;
      font-size: 1.125rem; }
      header .navbar .navbar-nav .nav-link {
        padding: 0; }
        header .navbar .navbar-nav .nav-link a.btn {
          padding: 5px 20px;
          font-size: 1.125rem; }
    header .navbar .navbar-bio {
      height: 100px;
      width: auto;
      margin-bottom: -20px; }
      header .navbar .navbar-bio img {
        height: 100%;
        width: auto; } }
@media screen and (max-width: 1199px) {
  header .navbar .container {
    padding-right: 100px; } }
@media screen and (max-width: 499px) {
  header {
    padding-top: 55px; }
    header .navbar .navbar-brand {
      width: 150px; }
    header .navbar .navbar-bio {
      height: 75px;
      margin-bottom: -15px; } }
footer.footer {
  color: #fff;
  float: left;
  width: 100%; }
  footer.footer p {
    margin-bottom: 0; }
  footer.footer a {
    color: #fff; }
    footer.footer a:hover {
      color: #fff;
      text-decoration: underline; }
  footer.footer .navbar-nav {
    flex-direction: row; }
    footer.footer .navbar-nav .nav-link {
      display: inline-block;
      padding: 0;
      margin: 0 0 0 3rem; }
      footer.footer .navbar-nav .nav-link:first-child {
        margin-left: 0; }
      footer.footer .navbar-nav .nav-link a {
        font-weight: normal; }
  footer.footer ul.footer-social {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 0; }
    footer.footer ul.footer-social li {
      display: block;
      margin: 0 0 0 1rem;
      padding: 0;
      font-size: 2.125rem;
      line-height: 1; }
      footer.footer ul.footer-social li a {
        font-size: 2.125rem;
        line-height: 1; }
        footer.footer ul.footer-social li a i {
          vertical-align: top; }

@media screen and (max-width: 599px) {
  footer.footer .navbar-nav {
    flex-direction: column;
    margin-top: 1rem; }
    footer.footer .navbar-nav .nav-link {
      margin: .5rem 0; }
      footer.footer .navbar-nav .nav-link:first-child {
        margin-left: 0; }
  footer.footer .footer-social {
    align-self: end; } }
.float-100 {
  float: left;
  width: 100%; }

.moduletable.moduletable-header-mt-0 .section-header {
  margin-top: 0; }
.moduletable.moduletable-header-mb-0 .section-header {
  margin-bottom: 0 !important; }

section.moduletable {
  float: left;
  width: 100%; }
section .section-header {
  width: 100%;
  margin-top: 6.25rem;
  margin-bottom: 6.25rem; }
  section .section-header p.pre-header {
    font-size: 1.875rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 1.25rem;
    font-family: 'Sagona'; }
    section .section-header p.pre-header:after {
      position: absolute;
      content: '';
      display: inline-block;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 300px;
      max-width: 100%;
      border-bottom: 2px solid #581811;
      border-color: inherit; }
  section .section-header h2 {
    font-size: 4.125rem; }
section .section-content {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 6.25rem; }
section.centered-banner .section-header {
  flex-grow: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }

@media screen and (min-width: 992px) {
  section.h-400 {
    min-height: 400px; }
  section.h-700 {
    min-height: 700px; }
  section.h-900 {
    min-height: 900px; }
  section.h-1080 {
    min-height: 1080px; } }
.products .col.col-product {
  max-width: 235px; }
  .products .col.col-product .item p.title {
    font-weight: bold;
    font-size: 1.875rem;
    font-family: 'Sagona'; }
  .products .col.col-product a.item {
    text-decoration: none; }
    .products .col.col-product a.item img {
      max-width: 100%;
      transition: transform 150ms ease-in-out; }
    .products .col.col-product a.item:hover img {
      transform: scale(1.05); }

.site.layout-blog p + img {
  margin-bottom: 1.5em; }
.site.layout-blog img + p {
  margin-bottom: 1.5em; }
.site.layout-blog.view-category {
  background-color: #DFBC9D; }
.site.layout-blog.view-category .blog .blog-items .blog-item .item-content .row .col-image .item-image img {
  width: 100%; }
.site.layout-blog.view-category .blog .blog-items .blog-item .item-content .row .col-text h2 {
  font-family: 'Point';
  text-align: left; }
  .site.layout-blog.view-category .blog .blog-items .blog-item .item-content .row .col-text h2 a {
    text-decoration: none; }
.site.layout-blog.view-category .blog .blog-items .blog-item .item-content .row .col-text .article-info.text-muted {
  color: #581811 !important;
  font-weight: 300; }
.site.view-tag h1 {
  margin-top: 6.25rem;
  margin-bottom: 4.5rem;
  text-align: center; }
.site.view-tag .com-tags__items {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem; }
  .site.view-tag .com-tags__items .com-tags-tag__category {
    width: 100%;
    padding-top: 2rem; }

@media screen and (min-width: 768px) {
  .site.layout-blog.view-category .blog .blog-items .blog-item:nth-child(even) .item-content .row .col-image {
    order: 2;
    padding-left: 0; }
  .site.layout-blog.view-category .blog .blog-items .blog-item:nth-child(even) .item-content .row .col-text {
    order: 1;
    padding-right: 30px; }
  .site.layout-blog.view-category .blog .blog-items .blog-item:nth-child(odd) .item-content .row .col-image {
    padding-right: 0; }
  .site.layout-blog.view-category .blog .blog-items .blog-item:nth-child(odd) .item-content .row .col-text {
    padding-left: 30px; } }
.page-header h1 {
  text-align: center;
  margin-top: 6.25rem;
  margin-bottom: 4.5rem; }
.page-header h2 {
  text-align: center; }
.page-header.has-bg-img {
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center center; }
  .page-header.has-bg-img h1, .page-header.has-bg-img h2 {
    color: #fff;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem; }

.site-body {
  width: 100%;
  overflow-x: hidden;
  min-height: calc(100vh - 180px); }
  .site-body > .row {
    position: relative;
    z-index: 5; }
  .site-body .com-content-article {
    float: left;
    width: 100%; }
    .site-body .com-content-article.bg-dark-red {
      background-color: #723322;
      color: #CC8B5B; }
    .site-body .com-content-article .page-header {
      position: relative; }
      .site-body .com-content-article .page-header.page-header-bg {
        float: left;
        width: 100%;
        margin-bottom: 6.25rem; }
        .site-body .com-content-article .page-header.page-header-bg h1 {
          color: #fff;
          margin-top: 10rem;
          margin-bottom: 10rem; }
    .site-body .com-content-article .com-content-article__body {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; }
      .site-body .com-content-article .com-content-article__body .article-info {
        display: none; }
      .site-body .com-content-article .com-content-article__body p a:not(.btn) {
        text-decoration: underline; }

.slider .slider-item .slider-item-inner p.slider-item-title {
  font-family: 'Sagona'; }

.downs .down-item {
  max-width: 260px;
  margin: 0 auto; }
  .downs .down-item .down-item-icon {
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background: #C8E9E4;
    border: 3px solid #46807D;
    outline: 5px solid #C8E9E4;
    font-size: 24px;
    font-size: 32px;
    line-height: 70px;
    margin-top: 5px; }
  .downs .down-item h3 {
    min-height: 4.375rem; }
  .downs .down-item .down-item-text {
    margin-bottom: 2rem; }

.boxes .box {
  text-align: center;
  width: 237px;
  max-width: 100%; }
  .boxes .box .box-inner {
    max-width: 100%;
    width: 237px;
    height: 237px;
    background: #fff;
    position: relative;
    margin-bottom: 1rem; }
    .boxes .box .box-inner .box-img {
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      position: relative; }
      .boxes .box .box-inner .box-img:before, .boxes .box .box-inner .box-img:after {
        position: absolute;
        content: '';
        width: 64px;
        height: 56px;
        display: inline-block; }
      .boxes .box .box-inner .box-img:before {
        top: 0;
        right: 0;
        border-top: 3px solid #9E092E;
        border-right: 3px solid #9E092E; }
      .boxes .box .box-inner .box-img:after {
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #9E092E;
        border-left: 3px solid #9E092E; }
    .boxes .box .box-inner .box-text {
      opacity: 0;
      visibility: hidden;
      transition: all 200ms ease-in-out;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff;
      font-size: 16px;
      line-height: 125%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 10px;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center; }
      .boxes .box .box-inner .box-text p:last-child {
        margin-bottom: 0; }
  .boxes .box .box-title {
    color: #AE3534;
    font-weight: bold;
    font-size: 1.375rem; }
  .boxes .box:hover .box-inner .box-text {
    opacity: 1;
    visibility: visible; }
.boxes.boxes--3 .col {
  flex: 0 0 33.3333%; }
.boxes.boxes--3 .box {
  width: 416px; }
  .boxes.boxes--3 .box .box-inner {
    width: 416px;
    height: 373px; }
.boxes.boxes--4 .col {
  flex: 0 0 25%; }
.boxes.boxes--4 .box {
  width: 270px; }
  .boxes.boxes--4 .box .box-inner {
    width: 270px;
    height: 224px; }

@media screen and (max-width: 991px) {
  .boxes.boxes--3 .col {
    flex: 0 0 50%; }
  .boxes.boxes--4 .col {
    flex: 0 0 33.3333%; } }
@media screen and (max-width: 767px) {
  .boxes.boxes--3 .col {
    flex: 0 0 100%; }
  .boxes.boxes--4 .col {
    flex: 0 0 50%; } }
ul.obchody {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -10px;
  margin-righzt: -10px;
  justify-content: center; }
  ul.obchody li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
    width: 160px;
    height: 160px;
    max-width: calc(50% - 20px);
    max-height: calc(50vw - 40px);
    background: #fff;
    position: relative;
    padding: 5px; }
    ul.obchody li:before, ul.obchody li:after {
      position: absolute;
      content: '';
      width: 64px;
      height: 56px;
      display: inline-block; }
    ul.obchody li:before {
      top: 0;
      right: 0;
      border-top: 3px solid #9E092E;
      border-right: 3px solid #9E092E; }
    ul.obchody li:after {
      bottom: 0;
      left: 0;
      border-bottom: 3px solid #9E092E;
      border-left: 3px solid #9E092E; }
    ul.obchody li img {
      max-width: 100%;
      height: auto; }

.info .info-item .info-item-icon {
  display: inline-block;
  width: 76px;
  height: 76px;
  border-radius: 38px;
  background: #C8E9E4;
  border: 3px solid #46807D;
  outline: 5px solid #C8E9E4;
  font-size: 32px;
  line-height: 70px;
  color: #46807D;
  margin-top: 5px; }
.info .info-item h3 {
  min-height: 4.375rem;
  font-family: 'Point'; }

.clist .clist-item {
  text-align: center;
  display: flex;
  flex-direction: column; }
  .clist .clist-item .clist-item-img {
    position: relative;
    background: #F5C79F; }
    .clist .clist-item .clist-item-img:before {
      position: absolute;
      content: '';
      width: 64px;
      height: 56px;
      display: inline-block;
      top: 0;
      right: 0;
      border-top: 3px solid #9E092E;
      border-right: 3px solid #9E092E; }
  .clist .clist-item .clist-item-cont {
    background: #F5C79F;
    position: relative;
    flex-grow: 1; }
    .clist .clist-item .clist-item-cont:after {
      position: absolute;
      content: '';
      width: 64px;
      height: 56px;
      display: inline-block;
      bottom: 0;
      left: 0;
      border-bottom: 3px solid #9E092E;
      border-left: 3px solid #9E092E; }
    .clist .clist-item .clist-item-cont .email {
      font-size: .75rem;
      word-break: break-all; }

.firma-img {
  margin-top: -100px; }

.prodejna-img {
  max-width: 100%; }

.switches .switch-item .switch-item-cont h3 {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 3.125rem; }
  .switches .switch-item .switch-item-cont h3:after {
    content: '';
    position: absolute;
    width: 300px;
    max-width: 100%;
    border-bottom: 3px solid #581811;
    bottom: 0;
    left: 0; }
.switches .switch-item .switch-item-cont p:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .switches .switch-item:nth-child(odd) .switch-item-image {
    order: 2; }
  .switches .switch-item:nth-child(odd) .switch-item-cont {
    order: 1; }
  .switches .switch-item:nth-child(even) .switch-item-cont {
    text-align: right; }
    .switches .switch-item:nth-child(even) .switch-item-cont h3:after {
      left: auto;
      right: 0; } }
.moduletable .jwts_tabberlive .jwts_tabbertab {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  margin: 0 !important; }
.moduletable .jwts_tabberlive .jwts_tabbernav {
  margin: 0 auto 2rem auto !important;
  text-align: center !important;
  display: flex;
  width: 430px;
  max-width: 100%;
  justify-content: space-between; }
  .moduletable .jwts_tabberlive .jwts_tabbernav li a {
    background: none;
    border: none;
    font-family: 'Sagona';
    font-size: 1.875rem;
    font-weight: bold;
    padding: 0px;
    text-decoration: none;
    color: #752713;
    position: relative; }
    .moduletable .jwts_tabberlive .jwts_tabbernav li a:after {
      position: absolute;
      content: '';
      width: 0;
      height: 1px;
      bottom: 0;
      left: 0;
      display: inline-block;
      border-bottom: 3px solid #752713;
      transition: width 200ms ease-out; }
    .moduletable .jwts_tabberlive .jwts_tabbernav li a:hover {
      background: none; }
    .moduletable .jwts_tabberlive .jwts_tabbernav li a:hover:after {
      width: calc(100% + 30px); }
  .moduletable .jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive a {
    background: none;
    border-bottom: 0; }
    .moduletable .jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive a:after {
      position: absolute;
      content: '';
      width: calc(100% + 30px);
      height: 1px;
      bottom: 0;
      left: 0;
      display: inline-block;
      border-bottom: 3px solid #752713;
      transition: width 200ms ease-out; }

.about .about-item .about-header {
  font-size: 2.375rem;
  color: #EEC7AA;
  text-transform: uppercase;
  line-height: 1;
  max-width: 138px; }

ol.cile {
  margin-top: 4rem;
  list-style: none; }
  ol.cile li {
    padding-left: 180px;
    min-height: 110px;
    position: relative;
    margin-bottom: 6.25rem;
    display: block;
    float: left;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    ol.cile li:before {
      content: '';
      position: absolute;
      width: 90px;
      height: 90px;
      display: inline-block;
      background-color: #ECE2E3;
      outline: 10px solid #ECE2E3;
      border: 5px solid #CA8788;
      color: #CA8788;
      border-radius: 50%;
      line-height: 80px;
      text-align: center;
      left: 10px;
      top: 10px;
      font-family: 'Opinion Pro ExCn';
      font-size: 50px; }
    ol.cile li:nth-child(1):before {
      content: '1'; }
    ol.cile li:nth-child(2):before {
      content: '2'; }
    ol.cile li:nth-child(3):before {
      content: '3'; }
    ol.cile li:nth-child(4):before {
      content: '4'; }
    ol.cile li:nth-child(5):before {
      content: '5'; }
    ol.cile li:nth-child(6):before {
      content: '6'; }
    ol.cile li:nth-child(7):before {
      content: '7'; }
    ol.cile li:nth-child(8):before {
      content: '8'; }
    ol.cile li:nth-child(9):before {
      content: '9'; }
    ol.cile li:nth-child(10):before {
      content: '10'; }
    ol.cile li:after {
      content: 'CÍL';
      font-family: 'Opinion Pro ExCn';
      font-size: 30px;
      color: #752713;
      position: absolute;
      top: 80px;
      left: 110px;
      display: inline-block;
      line-height: 30px; }

@media screen and (min-width: 992px) {
  ol.cile {
    column-count: 2;
    column-gap: 6.25rem; } }
@media screen and (max-width: 767px) {
  ol.cile {
    padding-left: 0; }
    ol.cile li {
      padding-left: 0;
      padding-top: 140px; } }
.pagination .page-item .page-link {
  display: inline-block;
  background: none;
  border: none;
  color: inherit;
  font-weight: bold;
  font-size: 1.375rem; }
  .pagination .page-item .page-link .icon-angle-right:before,
  .pagination .page-item .page-link .icon-angle-double-right:before,
  .pagination .page-item .page-link .icon-angle-left:before,
  .pagination .page-item .page-link .icon-angle-double-left:before {
    content: '';
    position: relative;
    font-family: 'Font Awesome 5 Pro'; }
  .pagination .page-item .page-link .icon-angle-right:before {
    content: '\f105'; }
  .pagination .page-item .page-link .icon-angle-left:before {
    content: '\f104'; }
  .pagination .page-item .page-link .icon-angle-double-right:before {
    content: '\f101'; }
  .pagination .page-item .page-link .icon-angle-double-left:before {
    content: '\f100'; }
.pagination .page-item.disabled .page-link {
  opacity: .5; }
.pagination .page-item.active .page-link {
  color: #9E092E; }

.bg-imgs-page-certifikace-a-oceneni .site-body {
  position: relative; }
  .bg-imgs-page-certifikace-a-oceneni .site-body:before, .bg-imgs-page-certifikace-a-oceneni .site-body:after {
    position: absolute;
    content: '';
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  .bg-imgs-page-certifikace-a-oceneni .site-body:before {
    width: 281px;
    height: 192px;
    background-image: url("../images/backgrounds/bg-cokolada-1.png");
    top: 100px;
    right: calc(50% + 550px); }
  .bg-imgs-page-certifikace-a-oceneni .site-body:after {
    width: 354px;
    height: 495px;
    background-image: url("../images/backgrounds/bg-susenky-yellow-1.png");
    bottom: 40px;
    left: calc(50% + 650px); }

section.bg-imgs-page-certifikace-a-oceneni:before, section.bg-imgs-page-certifikace-a-oceneni:after {
  position: absolute;
  content: '';
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1; }
section.bg-imgs-page-certifikace-a-oceneni:before {
  width: 281px;
  height: 192px;
  background-image: url("../images/backgrounds/bg-cokolada-1.png");
  top: 100px;
  right: calc(50% + 550px); }
section.bg-imgs-page-certifikace-a-oceneni:after {
  width: 354px;
  height: 495px;
  background-image: url("../images/backgrounds/bg-susenky-yellow-1.png");
  bottom: 40px;
  left: calc(50% + 650px); }

.bg-imgs-module-ziskane-oceneni:before {
  position: absolute;
  content: '';
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 394px;
  height: 451px;
  background-image: url("../images/backgrounds/bg-pohar-1.png");
  bottom: 0;
  right: calc(50% + 500px); }

.bg-imgs-blog .site-body {
  position: relative; }
  .bg-imgs-blog .site-body:before, .bg-imgs-blog .site-body:after {
    position: absolute;
    content: '';
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
.bg-imgs-blog.view-category .site-body:before {
  width: 102px;
  height: 116px;
  background-image: url("../images/backgrounds/bg-syr-maly-1.png");
  top: 260px;
  right: calc(50% + 750px); }
.bg-imgs-blog.view-category .site-body:after {
  width: 215px;
  height: 369px;
  background-image: url("../images/backgrounds/bg-susenky-srdce-1.png");
  top: 250px;
  left: calc(50% + 750px); }
.bg-imgs-blog.view-category .site-body > .container {
  position: relative; }
  .bg-imgs-blog.view-category .site-body > .container:before, .bg-imgs-blog.view-category .site-body > .container:after {
    position: absolute;
    content: '';
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1; }
  .bg-imgs-blog.view-category .site-body > .container:before {
    width: 103px;
    height: 34px;
    background-image: url("../images/backgrounds/bg-zrnko-1.png");
    top: 1500px;
    right: calc(50% + 750px); }
  .bg-imgs-blog.view-category .site-body > .container:after {
    width: 110px;
    height: 118px;
    background-image: url("../images/backgrounds/bg-cokolada-mala-1.png");
    top: 1000px;
    left: calc(50% + 750px); }
.bg-imgs-blog.view-article .site-body:before {
  width: 103px;
  height: 34px;
  background-image: url("../images/backgrounds/bg-zrnko-1.png");
  top: 500px;
  right: calc(50% + 700px); }
.bg-imgs-blog.view-article .site-body:after {
  width: 198px;
  height: 208px;
  background-image: url("../images/backgrounds/bg-cesnek-1.png");
  top: 650px;
  left: calc(50% + 650px); }

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: hidden;
  width: 330px;
  background: #FBBCAD;
  z-index: 900;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms ease-in-out; }
  .side-menu.active {
    visibility: visible;
    opacity: 1; }
  .side-menu:before {
    position: absolute;
    content: '';
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background: #fff;
    background: #FBBCAD;
    transition: background 200ms ease-in-out; }
  .side-menu .side-menu-inner {
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px; }
    .side-menu .side-menu-inner .navbar-nav .nav-link a:not(.btn) {
      color: #9E092E;
      font-family: 'Sagona';
      position: relative;
      padding: .5rem 0; }
      .side-menu .side-menu-inner .navbar-nav .nav-link a:not(.btn):before {
        position: absolute;
        content: '';
        width: 0;
        height: 1px;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #9E092E;
        transition: width 200ms ease-out; }
      .side-menu .side-menu-inner .navbar-nav .nav-link a:not(.btn):hover:before {
        width: calc(100% + 30px); }
    .side-menu .side-menu-inner .navbar-nav .nav-link a.btn {
      margin-top: 1.5rem;
      padding: 5px 40px;
      font-size: 1.125rem; }
    .side-menu .side-menu-inner .navbar-nav > li {
      opacity: 0;
      transition: all 200ms ease-in-out;
      -moz-transform: translateY(15px);
      -webkit-transform: translateY(15px);
      -o-transform: translateY(15px);
      -ms-transform: translateY(15px);
      transform: translateY(15px); }
    .side-menu .side-menu-inner .mod-languages {
      position: absolute;
      top: 100px;
      right: 20px; }
      .side-menu .side-menu-inner .mod-languages ul li.nav-link {
        margin: 0; }
  .side-menu.active .navbar-nav > li {
    opacity: 1;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
    .side-menu.active .navbar-nav > li:nth-child(1) {
      transition-delay: 150ms; }
    .side-menu.active .navbar-nav > li:nth-child(2) {
      transition-delay: 200ms; }
    .side-menu.active .navbar-nav > li:nth-child(3) {
      transition-delay: 250ms; }
    .side-menu.active .navbar-nav > li:nth-child(4) {
      transition-delay: 300ms; }
    .side-menu.active .navbar-nav > li:nth-child(5) {
      transition-delay: 350ms; }
    .side-menu.active .navbar-nav > li:nth-child(6) {
      transition-delay: 400ms; }
    .side-menu.active .navbar-nav > li:nth-child(7) {
      transition-delay: 450ms; }
    .side-menu.active .navbar-nav > li:nth-child(8) {
      transition-delay: 500ms; }
    .side-menu.active .navbar-nav > li:nth-child(9) {
      transition-delay: 550ms; }
    .side-menu.active .navbar-nav > li:nth-child(10) {
      transition-delay: 600ms; }
    .side-menu.active .navbar-nav > li:nth-child(11) {
      transition-delay: 650ms; }
    .side-menu.active .navbar-nav > li:nth-child(12) {
      transition-delay: 700ms; }

.menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  position: fixed;
  right: 20px;
  top: 42px;
  margin-top: -20px;
  font-size: 0;
  cursor: pointer;
  outline: none !important;
  z-index: 1600; }
  .menu-trigger:before, .menu-trigger:after {
    position: absolute;
    content: '';
    width: 36px;
    height: 3px;
    background: #000;
    top: 50%;
    transition: width 200ms ease-in-out;
    transition-delay: 200ms; }
  .menu-trigger:before {
    left: 50%;
    margin-left: -18px;
    margin-top: -14px; }
  .menu-trigger:after {
    right: 50%;
    margin-right: -18px;
    margin-top: 9px; }
  .menu-trigger span {
    position: absolute;
    display: inline-block;
    width: 36px;
    height: 36px;
    top: 2px;
    left: 2px; }
    .menu-trigger span:before, .menu-trigger span:after {
      content: '';
      position: absolute;
      width: 36px;
      height: 3px;
      left: 50%;
      top: 50%;
      margin-left: -18px;
      background: #000;
      margin-top: -2px;
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      transition: transform 200ms ease-in-out;
      transition-delay: 0ms; }
  .menu-trigger.active:before, .menu-trigger.active:after {
    width: 0;
    transition-delay: 0ms; }
  .menu-trigger.active span:before, .menu-trigger.active span:after {
    transition-delay: 200ms; }
  .menu-trigger.active span:before {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .menu-trigger.active span:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

@media screen and (min-width: 1200px) {
  .side-menu {
    display: none !important; } }
@media screen and (max-width: 1199px) {
  .menu-trigger {
    display: inline-block; } }
@media screen and (max-width: 499px) {
  .menu-trigger {
    top: 32px; } }
/* Global media screen */
@media screen and (max-width: 991px) {
  section .section-header h2 {
    font-size: 3.25rem; } }
@media screen and (max-width: 799px) {
  section .section-header h2 {
    font-size: 2.75rem; }
  section .section-header p.pre-header {
    font-size: 1.5rem; }

  .slider .slider-item .slider-item-inner p {
    font-size: 1.5rem; } }

/*# sourceMappingURL=custom.css.map */
