@charset "UTF-8";
.vert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .flex:before {
    width: 0; }

.pad-0 {
  padding: 0; }

body {
  font-family: "Saira", sans-serif;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility; }

.pad-0 {
  padding: 0; }

.bg-red {
  background: #ed1d24; }

.text-white {
  color: #fff; }

h2 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
  margin: 30px 0 15px;
  text-transform: uppercase; }

h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 15px;
  text-transform: uppercase; }

.button a {
  display: inline-block;
  color: #fff;
  background: #ed1d24;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 15px;
  transition: all ease .3s;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s; }
  .button a:hover {
    color: #fff;
    background: #d11117;
    text-decoration: none; }
  .button a:visited, .button a:focus {
    color: #fff; }

a {
  color: #000;
  text-decoration: underline; }
  a:hover, a:visited, a:focus {
    color: #000;
    text-decoration: none; }

hr {
  margin-top: 10px;
  margin-bottom: 10px; }

.top .logo img {
  display: block;
  margin: 15px 0;
  width: 280px;
  height: auto; }
  @media (max-width: 767px) {
    .top .logo img {
      margin: 15px auto 15px auto; } }
.top .box {
  font-size: 14px; }
  @media (max-width: 460px) {
    .top .box {
      font-size: 11px;
      line-height: normal; } }
  .top .box div {
    padding-top: 15px; }
    @media (max-width: 460px) {
      .top .box div {
        padding-top: 10px; } }
    .top .box div.red {
      border-top: 8px solid #ed1d24; }
      .top .box div.red strong {
        color: #ed1d24; }
    .top .box div.black {
      border-top: 8px solid #000; }
    .top .box div strong {
      font-size: 28px;
      display: block; }
      @media (max-width: 1199px) {
        .top .box div strong {
          font-size: 24px; } }
      @media (max-width: 460px) {
        .top .box div strong {
          font-size: 14px; } }

.navbar {
  font-family: "Saira Semi Condensed", sans-serif;
  margin-bottom: 0;
  border: 0;
  min-height: auto;
  border-radius: 0px; }
  .navbar .container {
    background: #000;
    position: relative; }
    @media (min-width: 991px) {
      .navbar .container {
        padding: 0; } }

#navbar1 {
  margin-bottom: 0; }
  @media (min-width: 991px) {
    #navbar1 {
      padding: 0; } }
  @media (max-width: 991px) {
    #navbar1 {
      position: absolute;
      text-align: center;
      background: black;
      width: 100%;
      left: 0;
      z-index: 999; } }
  #navbar1 li a {
    color: #fff;
    padding: 12px 12px;
    text-decoration: none;
    font-weight: 500;
    font-size: 17px;
    line-height: normal;
    border-left: 1px solid #363636;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s; }
    #navbar1 li a:hover, #navbar1 li a:active, #navbar1 li a:focus {
      background: none;
      -webkit-box-shadow: inset 0px -4px 0px 0px #ed1d24;
      -moz-box-shadow: inset 0px -4px 0px 0px #ed1d24;
      box-shadow: inset 0px -4px 0px 0px #ed1d24; }
    @media (max-width: 1199px) and (min-width: 992px) {
      #navbar1 li a {
        padding: 13px 6px;
        font-size: 16px; } }
    @media (max-width: 991px) {
      #navbar1 li a {
        border-left: none; } }
  #navbar1 li:first-child a, #navbar1 li:last-child a {
    border-left: 0; }
  #navbar1 li.current_page_item a {
    -webkit-box-shadow: inset 0px -4px 0px 0px #ed1d24;
    -moz-box-shadow: inset 0px -4px 0px 0px #ed1d24;
    box-shadow: inset 0px -4px 0px 0px #ed1d24; }

.navbar-toggle {
  background: #ed1d24;
  padding: 0px;
  margin: 5px 10px 5px 0;
  width: 40px;
  height: 42px; }
  .navbar-toggle .fas {
    color: #fff;
    padding: 12px; }

.navbar-nav {
  width: 100%; }
  @media (min-width: 992px) {
    .navbar-nav {
      display: flex; } }
  .navbar-nav li:last-child a {
    background: #ed1d24; }
    .navbar-nav li:last-child a:hover, .navbar-nav li:last-child a:active, .navbar-nav li:last-child a:focus {
      background: #d11117 !important; }
  @media (max-width: 991px) {
    .navbar-nav li:last-child {
      float: none !important;
      margin: 10px auto; } }
  @media (min-width: 992px) {
    .navbar-nav li {
      flex: 1;
      white-space: nowrap;
      text-align: center; } }

@media (max-width: 991px) {
  #navbar1 {
    display: block !important;
    position: absolute;
    background: #000;
    top: 50px;
    outline: none;
    padding-bottom: 25px;
    text-align: center;
    left: -150%;
    z-index: 99;
    width: 100%;
    max-height: none;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s; }
    #navbar1.ok {
      left: 15px !important; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

  .navbar-collapse.collapse {
    margin-left: -15px;
    margin-right: -15px; }

  .navbar-nav {
    float: none !important;
    padding-top: 10px;
    margin: 0; }

  .navbar-nav > li {
    float: none;
    border-bottom: 1px solid #363636; }
    .navbar-nav > li:last-child {
      border-bottom: none; }

  .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px; } }
.heading {
  position: relative;
  height: 305px;
  padding: 30px 70px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 25%, rgba(255, 255, 255, 0) 100%), url("../img/default.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .heading {
      padding: 15px; } }
  .heading .vert {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .heading h1 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 767px) {
      .heading h1 {
        font-size: 32px; } }
    .heading h1:after {
      display: block;
      content: "";
      height: 4px;
      width: 70px;
      margin-top: 5px;
      background: #ed1d24; }
  .heading.slider {
    height: 480px; }
    .heading.slider p {
      color: #fff;
      margin-top: 20px;
      font-size: 15px;
      max-width: 500px; }

.sl-hlavicka .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 70px;
  text-align: center; }
  .sl-hlavicka .owl-dots .owl-dot {
    width: 20px;
    height: 10px;
    margin: 5px;
    outline: none;
    border: 1px solid #fff; }
    .sl-hlavicka .owl-dots .owl-dot.active {
      border: 1px solid #ed1d24;
      background: #ed1d24; }

.obsah ul {
  list-style-type: none;
  list-style-position: inside;
  padding: 0; }
  .obsah ul.stlpce {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    @media (max-width: 767px) {
      .obsah ul.stlpce {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1; } }
  .obsah ul li {
    text-indent: -17px;
    padding-left: 17px;
    margin: 3px 0;
    line-height: normal; }
    .obsah ul li:before {
      content: "";
      position: relative;
      display: inline-block;
      top: -2px;
      font-weight: bold;
      background: #ed1d24;
      width: 6px;
      height: 6px;
      margin-right: 10px; }

@media (max-width: 991px) {
  .sluzby-list-img .wp-block-column {
    flex-basis: 100% !important; }
    .sluzby-list-img .wp-block-column:last-child {
      display: none; } }

@media (max-width: 767px) {
  .wp-block-column {
    margin-bottom: 20px; } }
.wp-block-column img {
  height: auto; }

.wp-block-group {
  height: 100%;
  padding: 10px; }

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 20px !important; } }
@media (max-width: 781px) and (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 10px) !important;
    flex-grow: 0; }

  .wp-block-column:nth-child(2n) {
    margin-left: 20px; } }
.has-red-background-color {
  background: #ed1d24; }

.has-red-color {
  color: #ed1d24; }

.has-grey-background-color {
  background: #efefef; }

.has-grey-color {
  color: #efefef; }

.has-black-background-color {
  background: #000; }

.has-black-color {
  color: #000; }

.has-white-background-color {
  background: #fff; }

.has-white-color {
  color: #fff; }

.btn-right {
  text-align: right;
  padding-top: 25px; }
  @media (max-width: 599px) {
    .btn-right {
      text-align: left !important;
      padding-top: 0; } }

.wp-block-cover .wp-block-cover__inner-container {
  width: calc(100% - 15px) !important;
  color: #ffffff; }

.blok-odtah {
  padding: 15px;
  font-size: 14px;
  margin-top: 15px; }
  @media (max-width: 767px) {
    .blok-odtah {
      text-align: center; }
      .blok-odtah img {
        margin: 10px 0; }
      .blok-odtah big {
        margin-top: 15px; } }
  @media (max-width: 767px) {
    .blok-odtah .vert {
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }
  .blok-odtah h2 {
    margin: 0 0 10px; }
  .blok-odtah p {
    line-height: 22px; }
  .blok-odtah a {
    color: white;
    text-decoration: underline; }
    .blok-odtah a:hover {
      text-decoration: none; }
  .blok-odtah big {
    display: block;
    font-size: 34px;
    font-weight: 700; }
  .blok-odtah small {
    position: relative; }
  .blok-odtah img {
    width: 90%;
    max-width: 60px; }

.img-blok {
  padding: 15px;
  line-height: normal;
  font-size: 16px;
  margin: 35px 0;
  background: #efefef; }
  @media (max-width: 767px) {
    .img-blok {
      text-align: center; }
      .img-blok img {
        margin: 20px auto !important; } }
  @media (max-width: 767px) {
    .img-blok .vert {
      top: 0;
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%); } }
  .img-blok h2 {
    margin: 10px 0;
    text-transform: none;
    font-size: 22px; }
  .img-blok p {
    line-height: 22px; }
  .img-blok img {
    width: 90%;
    max-width: 120px;
    display: block;
    margin: 0 auto; }

.footer {
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .footer:before {
    width: 0; }
  .footer h2 {
    margin: 0 0 20px; }
  .footer h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 5px; }
  .footer .kontakty {
    padding: 50px 30px 30px;
    background: #000;
    color: #fff; }
  @media (max-width: 991px) {
    .footer .kontakty, .footer .mapa {
      width: 100%;
      min-height: 350px; }
    .footer .col-sm-6 {
      width: 49.5%; } }
  @media (max-width: 600px) {
    .footer .col-sm-6 {
      width: 100%; } }

.kariera {
  width: 170px !important;
  padding: 6px 4px 4px 4px;
  font-size: 13px;
  text-align: center;
  display: inline-block;
  margin: 30px auto 0 auto; }
  .kariera a {
    display: block;
    text-decoration: none; }
    .kariera a:hover  {
      text-decoration: underline !important; }
    .kariera a .fas {
      opacity: .4; }

.loga img {
  width: auto !important;
  max-width: 100% !important;
  max-height: 35px !important;
  padding: 0 10px;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.loga .owl-stage-outer {
  padding: 20px 0;
  background: #efefef; }
.loga .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .loga .owl-stage:before {
    width: 0; }
.loga .owl-item {
  height: 30px; }

.vypis .box {
  margin-bottom: 25px;
  height: 100%; }
  @media (max-width: 600px) {
    .vypis .box {
      width: 100%; } }
  .vypis .box .popis {
    padding: 15px 15px 25px 20px;
    background: #efefef;
    height: 100%; }
  .vypis .box .foto {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center center; }
    .vypis .box .foto .cena {
      position: absolute;
      bottom: 10px;
      left: 10px;
      font-size: 14px;
      font-weight: 700;
      padding: 2px 5px;
      background: RGBA(237, 29, 36, 0.9);
      color: #fff; }
    .vypis .box .foto a {
      display: block;
      width: 100%;
      height: 100%; }

.katalog .sl-produkt {
  margin-bottom: 5px; }
  .katalog .sl-produkt .foto a {
    height: 100%;
    padding-top: 70%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s; }
    .katalog .sl-produkt .foto a:hover {
      filter: brightness(90%);
      -webkit-filter: brightness(90%); }
  .katalog .sl-produkt .owl-nav {
    position: absolute !important;
    width: 100%;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .katalog .sl-produkt .owl-nav button {
      outline: none;
      position: absolute; }
      .katalog .sl-produkt .owl-nav button.owl-next {
        right: 0; }
      .katalog .sl-produkt .owl-nav button.owl-prev {
        left: 0; }
      .katalog .sl-produkt .owl-nav button span {
        background: RGBA(0, 0, 0, 0.6);
        color: #fff;
        padding: 0 10px;
        margin: 3px;
        font-size: 20px;
        font-weight: 700; }
.katalog .thumbs {
  padding: 0;
  border: 2px solid #fff; }
  .katalog .thumbs a {
    display: block;
    width: 100%;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s; }
    .katalog .thumbs a:hover {
      filter: brightness(90%);
      -webkit-filter: brightness(90%); }
.katalog .cena {
  display: block;
  padding: 0 5px;
  font-size: 28px;
  font-weight: 700;
  color: #ed1d24;
  margin: 20px 0 15px; }
  .katalog .cena small {
    color: #000;
    font-weight: 400; }
.katalog .predaj-box {
  margin: 35px 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .katalog .predaj-box:before {
    width: 0; }
  .katalog .predaj-box .mail {
    color: #fff; }
    .katalog .predaj-box .mail:hover, .katalog .predaj-box .mail:active, .katalog .predaj-box .mail:focus {
      text-decoration: none; }

table {
  width: 100%;
  line-height: normal; }
  @media (max-width: 767px) {
    table {
      margin-top: 30px; } }
  table tr:nth-child(odd) {
    background: #efefef; }
  table td {
    padding: 5px; }

.tos-caption {
  display: none; }

.wpcf7-form {
  width: 100%;
  margin: 0 auto; }
  .wpcf7-form .wpcf7-not-valid {
    border: 2px solid #ed1d24; }
  .wpcf7-form span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ed1d24;
    margin-left: 20px; }
  .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-acceptance-missing {
    border: 2px solid #ed1d24;
    background: #ed1d24;
    color: #fff;
    font-size: 12px; }
  .wpcf7-form div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
    color: white;
    font-size: 12px; }
  .wpcf7-form .wpcf7-list-item-label {
    font-weight: 500;
    font-size: 12px; }
  .wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #efefef;
    border-radius: 7px;
    width: 100%;
    min-height: 50px;
    box-shadow: none;
    outline: none;
    color: #000;
    font-weight: 700;
    padding-left: 20px; }
    .wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
      color: #363636;
      font-weight: normal; }
    .wpcf7-form input:-moz-placeholder, .wpcf7-form textarea:-moz-placeholder {
      color: #363636;
      font-weight: normal; }
    .wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
      color: #363636;
      font-weight: normal; }
    .wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
      color: #363636;
      font-weight: normal; }
  .wpcf7-form input[type="checkbox"] {
    width: auto; }
  .wpcf7-form textarea {
    padding-top: 20px;
    height: 170px; }
  .wpcf7-form .form-check-input {
    min-height: auto !important;
    border: 1px solid #efefef;
    box-shadow: none;
    outline: none; }
  .wpcf7-form .form-check-label {
    font-weight: 400;
    font-size: 12px;
    margin-left: 10px; }
  .wpcf7-form input.wpcf7-form-control.wpcf7-submit {
    background: #ed1d24;
    color: #fff;
    width: 100%;
    text-transform: none; }
    .wpcf7-form input.wpcf7-form-control.wpcf7-submit:hover {
      background: #d11117; }
  .wpcf7-form .wpcf7-list-item {
    margin: 15px 0 0 0;
    width: 100%; }
    .wpcf7-form .wpcf7-list-item input {
      min-height: auto !important;
      position: relative;
      top: 1px; }

.form-kontakt {
  padding: 10px 0; }
  .form-kontakt div {
    padding: 4px; }
    @media (max-width: 767px) {
      .form-kontakt div {
        padding: 5px 0; } }
  .form-kontakt textarea {
    height: 166px; }
  .form-kontakt span.wpcf7-not-valid-tip {
    display: none; }

.soc {
  font-size: 24px; }
  .soc a {
    color: #fff;
    padding: 5px 7px 0 0px;
    margin-top: 5px;
    display: inline-block; }
  .soc img {
    width: 24px;
    position: relative;
    top: -3px; }
  .soc .fb-like.fb_iframe_widget {
    margin-top: 5px;
    top: 6px;
    left: 15px; }

.copy {
  padding: 25px 10px;
  font-size: 11px;
  color: #888;
  text-align: center;
  line-height: normal; }
  .copy a {
    color: #888;
    text-decoration: underline; }
    .copy a:hover {
      text-decoration: none; }

.wp-block-atbs-tabs {
  border: 0 !important; }
  .wp-block-atbs-tabs ul.atbs__tab-labels {
    display: flex;
    background: none;
    border: 0 !important;
    margin-bottom: 20px; }
    .wp-block-atbs-tabs ul.atbs__tab-labels li {
      border: 0 !important;
      background: #efefef;
      text-indent: 0;
      flex: 1;
      margin: 0;
      text-align: center; }
      .wp-block-atbs-tabs ul.atbs__tab-labels li:first-child {
        margin-right: 10px !important; }
      .wp-block-atbs-tabs ul.atbs__tab-labels li:before {
        display: none; }
      .wp-block-atbs-tabs ul.atbs__tab-labels li.active {
        background: #ed1d24;
        color: #fff !important;
        font-weight: 500; }

.box-small .acf-editor-wrap iframe {
  height: 100px !important;
  min-height: 100px !important; }

/*# sourceMappingURL=style.css.map */
