[data-background-color="gray"] {
  background-color: #ffffff;
}
[data-background-color="black"] {
  background-color: #000000;
}
[data-background-color="red"] {
  background-color: #e40614 !important;
}
.bg-danger {
  background-color: #e40614 !important;
  color: #fff !important;
}
.bg-light {
  background-color: #e6e6e6 !important;
}
.text-danger {
  color: #e40614 !important;
}
.text-body {
  color: #000000 !important;
}
.bg-warning {
  background-color: #ffed00 !important;
}
html {
  scroll-behavior: smooth;
}
.section {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
body {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
}
p {
  font-size: 1em;
  line-height: 1.4em !important;
  font-weight: 400;
}
.small {
  font-size: 0.8em;
}
b,
strong,
.strong,
.bold {
  font-weight: 600;
}
.normal {
  font-weight: 400 !important;
}
.bold {
  font-weight: 600 !important;
  color: #000000;
}
.capitalize {
  text-transform: uppercase;
}
h1 {
  color: #e40614 !important;
  font-size: 2.8em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.6em;
  color: #e40614;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-size: 1.2em;
  color: #e40614;
  font-weight: 400;
  text-transform: uppercase;
}
h4 {
  font-size: 1.1em;
}
.podnadpis {
  font-size: 16px;
  text-transform: lowercase;
  color: #000000;
}
a {
  color: #04489a;
}
a:hover,
a:focus,
a:active {
  color: #e40614;
}
.btn-primary {
  background-color: #04489a;
  color: #ffffff;
  font-size: 1em;
}
.btn-primary:hover {
  background-color: #e40614;
  color: #ffffff;
}
/*** HEADER ***/
/*** logo a nadpis ***/
.block-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 10px;
}
img.logo {
  max-height: 60px;
}
.block-heading .logo {
  min-width: 91px;
  width: 60px;
  padding-left: 10px;
  padding-right: 20px;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e40614;
}
.block-heading h1 {
  line-height: 60px;
  padding-left: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 990px) {
  .block-heading h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}
/*** navigace ***/
.navbar {
  box-shadow: none;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 0px;
  z-index: 50000;
}
.navbar .navbar-nav .nav-link:not(.btn) {
  font-size: 15px;
  text-align: center;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn) {
  background-color: transparent;
  border-radius: 0px;
  color: #000000 !important;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  color: #585e64 !important;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn):focus,
.navbar .navbar-nav .nav-item .nav-link:not(.btn):hover {
  background-color: transparent;
  border-radius: 0px;
  color: #e40614 !important;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-nav .nav-link:not(.btn) {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #585e64;
    margin-right: 0px;
  }
}
/*navigace mobil*/
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-text {
    display: none;
  }
}
p.navbar-text {
  color: #000000 !important;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-toggler-bar {
    background: #000000;
    height: 2px;
    width: 24px;
  }
  .navbar .navbar-toggler-bar.bar2 {
    width: 24px;
  }
  .navbar-collapse:after {
    background: #efefef;
    opacity: 1;
  }
  .navbar .toggled .navbar-toggler-bar + .navbar-toggler-bar {
    margin-top: 4px;
  }
}
/*card - fotogalerie*/
.card {
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
/*nadpis + odkaz v jednom řádku*/
.heading {
  -ms-grid-row: 1;
      grid-row: 1;
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
/* TABULKA */
table.cenik {
  margin: 0 0 20px 0;
}
table.cenik tbody td {
  padding: 3px 5px;
  border-bottom: 1px solid #000000;
}
table.cenik tbody tr.bold td {
  padding-top: 25px;
}
/*** KONTAKT ***/
.google-maps {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .google-maps {
    padding-bottom: 85%;
  }
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.info {
  max-width: none;
  padding: 30px 0 0px;
}
/*** FOOTER***/
.footer {
  padding: 1.5rem 0 0 0;
}
.footer .container {
  border-top: 1px solid #585e64;
}
.footer .fa {
  font-size: 24px;
}
.footer p.copyright {
  font-size: 0.7em;
  float: none !important;
  text-align: left;
}
@media screen and (max-width: 991px) {
  p.copyright {
    text-align: left !important;
    padding-top: 40px;
  }
}
/* kolecko pod  navigací */
.oneline:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #ffed00;
  border-radius: 50%;
}
.oneline div {
  float: left;
  width: 100%;
  padding-top: 45%;
  line-height: 1em;
  margin-top: -1.7em;
  text-align: center;
}
.oneline p {
  text-align: center;
  color: #000000;
  font-weight: 400;
  font-size: 1.1em;
}
@media screen and (max-width: 900px) {
  .oneline {
    margin-top: -60px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 991px) {
  .oneline {
    margin-top: -35px;
  }
}
@media screen and (min-width: 1200px) {
  .oneline {
    margin-top: -130px;
  }
}
/*video*/
.video-fluid {
  width: 100%;
  height: auto;
}
.container-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 75%;
  /* 4:3 Aspect Ratio */
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* back to top */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #e40614;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  font-size: 16px;
}
#myBtn:hover {
  background-color: #e40614;
}
