html {
  scroll-behavior: smooth;
  scroll-padding-top: 76px;
}
html.no-js .only-js {
  display: none;
}
html.js .only-nojs {
  display: none;
}
body {
  color: black;
  font-family: 'Konnect', Arial;
}
/* BS4 gutter compatibility (30px vs BS5 default 24px) */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}
.row {
  --bs-gutter-x: 30px;
}
.sticky-offset {
  top: 56px;
}
h2 {
  font-weight: bolder;
  font-size: 5rem;
  position: relative;
  margin-bottom: 2rem;
}
h2:after {
  width: 100%;
  height: 5px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXtHCTcNMelAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  background-size: 200px 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 4rem;
  }
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 3rem;
  }
  h2:after {
    height: 3px;
  }
}
h3 {
  position: relative;
  font-weight: 100;
}
h3:after {
  width: 100%;
  height: 3px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXtHCTcNMelAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  background-size: 70px 100%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.textRed {
  color: #ee242c;
}
.wow {
  visibility: hidden;
}
.loader {
  border: 5px solid #505055;
  border-top: 5px solid #ee242c;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn {
  border-radius: 0px;
  text-decoration: none;
  font-size: 1rem;
  position: relative;
  font-weight: bold;
}
.btn-group-sm>.btn,
.btn-sm {
  border-radius: 0px;
}
.btn-primary {
  background-color: #ee242c;
  border: 1px solid #ee242c;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: black;
  border: 1px solid black;
}
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}
.form-control {
  border-radius: 0;
  border-color: black;
}
.form-control:focus {
  border-color: #ee242c;
  box-shadow: none;
}
.alert {
  border-radius: 0px;
}
nav .navbar-brand img {
  height: 65px;
  transition: all .5s;
}
@media (max-width: 575.98px) {
  nav .navbar-brand img {
    height: 40px;
  }
}
nav.scrolled {
  background-color: black;
  border-bottom: 1px solid #f6f6f6;
}
nav.scrolled .navbar-brand img {
  height: 40px;
}
nav .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  color: black !important;
  text-decoration: none;
  border-bottom: 3px solid white;
  border-top: 6px solid white;
  transition: all .5s;
}
nav .nav-link:hover,
nav .nav-link.active {
  border-bottom: 3px solid #ee242c;
}
header {
  height: 60vh;
  min-height: 430px;
  margin-top: 66px;
  position: relative;
  background: #f6f6f6;
}
header .quickContact {
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  top: 91px;
  left: 0px;
  z-index: 1000;
  transition: all .5s;
}
header .quickContact a {
  color: white;
  font-weight: bold;
  text-decoration: none;
  padding-right: 180px;
  font-size: 1.5rem;
}
header .quickContact.scrolled {
  top: 66px;
}
@media (max-width: 575.98px) {
  header .quickContact {
    top: 66px;
    height: 30px;
  }
  header .quickContact a {
    color: white;
    font-weight: 100;
    text-decoration: none;
    padding-right: 105px;
    font-size: .9rem;
  }
}
header h1 {
  font-weight: bolder;
  font-size: 9rem;
}
@media (max-width: 767.98px) {
  header h1 {
    font-size: 7rem;
  }
}
@media (max-width: 575.98px) {
  header h1 {
    font-size: 5rem;
  }
}
header .popis {
  background-color: #ee242c;
  padding: .5rem;
  color: white;
  max-width: 250px;
  display: inline-block;
}
header .maskTop {
  background-size: 450px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 50px;
  top: -35px;
  left: 0;
}
@media (max-width: 767.98px) {
  header .maskTop {
    background-size: 350px auto;
    top: -25px;
  }
}
@media (max-width: 575.98px) {
  header .maskTop {
    background-size: 300px auto;
    top: -20px;
  }
}
header .maskBottom {
  background-size: 450px auto;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: 50px;
  bottom: -20px;
  left: 0;
  transform: rotate(180deg);
}
@media (max-width: 767.98px) {
  header .maskBottom {
    background-size: 350px auto;
    bottom: -12px;
  }
}
@media (max-width: 575.98px) {
  header .maskBottom {
    background-size: 300px auto;
    bottom: -9px;
  }
}
header #carousel-prim .carousel-item {
  background-size: cover;
  background-repeat: no-repeat;
}
header #carousel-prim .carousel-indicators li,
header #carousel-prim .carousel-indicators button {
  width: 7px;
  height: 7px;
  background-color: black;
  border-radius: 100%;
  opacity: 1;
  border: 6px solid black;
  padding: 0;
}
header #carousel-prim .carousel-indicators li.active,
header #carousel-prim .carousel-indicators button.active {
  background-color: transparent;
  border-color: red;
}
header #carousel-prim .carousel-control-prev,
header #carousel-prim .carousel-control-next {
  background-image: url('../img/sipka.png');
  background-repeat: no-repeat;
  background-position: right center;
  opacity: .8;
}
header #carousel-prim .carousel-control-prev:hover,
header #carousel-prim .carousel-control-next:hover {
  transition: opacity .5s;
  opacity: 1;
}
@media (max-width: 767.98px) {
  header #carousel-prim .carousel-control-prev,
  header #carousel-prim .carousel-control-next {
    background-position: 15px center;
    background-size: 30px auto;
  }
}
@media (max-width: 575.98px) {
  header #carousel-prim .carousel-control-prev,
  header #carousel-prim .carousel-control-next {
    display: none;
  }
}
header #carousel-prim .carousel-control-next {
  transform: rotate(180deg);
}
section,
article {
  padding: 5rem 0;
}
section#podlPrace,
article#podlPrace {
  color: white;
}
section#podlPrace h2,
article#podlPrace h2 {
  color: white;
}
section#podlPrace h2:after,
article#podlPrace h2:after {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAADUExURf///6fEG8gAAAAKSURBVAjXY2AAAAACAAHiIbwzAAAAAElFTkSuQmCC');
}
section#podlPrace .maskLeft,
article#podlPrace .maskLeft {
  height: 100%;
  width: 50%;
  background: #ee242c;
  top: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  section#podlPrace .maskLeft,
  article#podlPrace .maskLeft {
    width: 100%;
    background-color: rgba(238,36,44,0.7);
  }
}
section#podlPrace .maskRight,
article#podlPrace .maskRight {
  height: 100%;
  width: 50%;
  background: #ee242c;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1199.98px) {
  section#podlPrace .maskRight,
  article#podlPrace .maskRight {
    width: 100%;
  }
}
section#coNabizime h2:after,
article#coNabizime h2:after {
  background-position: center;
}
section#coNabizime .ikona,
article#coNabizime .ikona {
  height: 100px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
section#prodejna,
article#prodejna {
  background: #f6f6f6;
  background-position: center;
  background-size: cover;
  font-weight: 100;
}
section#prodejna h3:after,
article#prodejna h3:after {
  background: none;
  content: "";
}
section#prodejna .infoProdejna,
article#prodejna .infoProdejna {
  background-color: rgba(238,36,44,0.8);
  display: inline-block;
  border-radius: 100%;
  color: white;
  width: 320px;
  height: 320px;
}
@media (max-width: 350px) {
  section#prodejna .infoProdejna,
  article#prodejna .infoProdejna {
    width: 220px;
    height: 220px;
    font-size: 60%;
  }
}
section#contact h3,
article#contact h3 {
  font-weight: bold;
}
section#contact h3:after,
article#contact h3:after {
  background: none;
  content: "";
}
section#contact .social .h3,
article#contact .social .h3 {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
}
section#contact .social .h3:after,
article#contact .social .h3:after {
  width: 100%;
  height: 3px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEXtHCTcNMelAAAACklEQVQI12NgAAAAAgAB4iG8MwAAAABJRU5ErkJggg==');
  background-size: 70px 100%;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
}
section#contact .social .socIcon i,
article#contact .social .socIcon i {
  color: white;
}
section#contact .social .socIcon a,
article#contact .social .socIcon a {
  display: inline-block;
  background-color: black;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: all .5s;
}
section#contact .social .socIcon a:hover,
article#contact .social .socIcon a:hover {
  background: #ee242c;
}
section#contact .social .socIcon a span,
article#contact .social .socIcon a span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer {
  background: #f6f6f6;
  color: #8d8d8c;
}
/* BS4 compatibility overrides */
.form-group {
  margin-bottom: 1rem;
}
.navbar {
  padding-right: 1rem;
  padding-left: 1rem;
}
h1 {
  font-size: 2.5rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
.carousel-indicators button {
  text-indent: 0;
  border-top: 0;
  border-bottom: 0;
}
