h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #242424;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #242424;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #1c2d41;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: #1c2d41;
  text-align: center;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 20px;
}

li {
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Poppins, sans-serif;
  color: #1c2d41;
  font-size: 18px;
  line-height: 1.5em;
}

.body {
  background-color: #fff;
}

.section {
  border: 1px none #000;
}

.section.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  background-color: #fff;
}

.container {
  max-width: 1200px;
}

.navbar {
  background-color: #fff;
}

.nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #fff;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #001d27;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom: 4px solid #005474;
}

.nav-link.w--current {
  border-bottom-color: #005474;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #005474;
}

.nav-link.cta {
  color: #0095cc;
  font-weight: 600;
}

.header {
  position: relative;
  left: 30%;
  max-width: 1200px;
  padding-top: 140px;
  padding-bottom: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 60px;
  font-family: Rubik, sans-serif;
  color: #242424;
  font-size: 50px;
  line-height: 1.2em;
}

.text-span {
  color: #e55134;
}

.button {
  padding: 20px 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #0095cc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 20px 30px -20px rgba(0, 149, 204, 0.5);
  font-family: Poppins, sans-serif;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: none;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  background-color: #242424;
  color: #fff;
}

.button.center {
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  max-width: 1200px;
  padding-top: 0px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-2.light-blue {
  padding: 60px;
  border-radius: 15px;
  background-color: #e4f8ff;
}

.container-2.blue {
  border-radius: 5px;
  background-color: #82d7f6;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-item {
  line-height: 1.5em;
}

.bold {
  font-weight: 700;
}

.bold.blue {
  color: #0095cc;
}

.list {
  color: #333;
  list-style-type: decimal;
}

.small {
  font-size: 14px;
}

.small.upozorneni {
  margin-bottom: 50px;
  padding: 40px;
  border: 1px solid #ff8e6a;
  border-radius: 5px;
  background-color: #fffcfb;
  font-size: 16px;
}

.container-rezervace {
  max-width: 1200px;
  margin-top: 100px;
  margin-bottom: 200px;
  padding-top: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 243, 0.5)), to(rgba(255, 247, 243, 0.5))), url('../images/header-img.jpg');
  background-image: linear-gradient(180deg, rgba(255, 247, 243, 0.5), rgba(255, 247, 243, 0.5)), url('../images/header-img.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.big-button {
  width: 100%;
  padding: 50px 30px;
  border-radius: 5px;
  background-color: #e55134;
  background-image: url('../images/arrow-white.svg');
  background-position: 80% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-position 500ms ease;
  transition: background-position 500ms ease;
  font-family: Rubik, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.big-button:hover {
  background-color: #d44327;
  background-image: url('../images/arrow-white.svg');
  background-position: 90% 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.container-3 {
  max-width: 1200px;
}

.smaller {
  font-size: 14px;
}

.smaller.upozorneni {
  padding: 40px;
  border: 1px solid #ff8e6a;
  border-radius: 5px;
  background-color: #fffcfb;
  font-size: 16px;
}

.footer-logo {
  display: block;
  max-width: 600px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-text {
  display: block;
  color: #8de1ff;
  text-align: left;
}

.logo {
  font-family: Rubik, sans-serif;
  color: #1c2d41;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
}

.image-2 {
  float: left;
}

.nav-menu {
  background-color: #fff;
}

.menu-button {
  background-color: #fff;
}

.section-2 {
  display: block;
}

.text-field {
  width: 33%;
}

.heading-2 {
  text-align: center;
}

.paragraph {
  text-align: center;
}

.columns {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-2 {
  padding-bottom: 60px;
}

.big {
  color: #fff;
  font-size: 28px;
  line-height: 1.2em;
}

.section-3 {
  display: block;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.container-4 {
  max-width: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-4 {
  background-color: #f8f8f8;
}

.section-5 {
  background-color: #fff;
}

.text-block {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.overline {
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Poppins, sans-serif;
  color: #eeba00;
  font-size: 16px;
  line-height: 1em;
  font-weight: 400;
}

.section-6 {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 280px;
  border-radius: 5px;
  background-color: #f2fbff;
}

.heading-3 {
  text-align: center;
}

.white {
  padding: 40px;
  border-radius: 5px;
  background-color: #fff;
}

.italic {
  font-style: italic;
}

.container-5.blue {
  position: relative;
  z-index: 10;
  margin-bottom: -180px;
  padding: 60px 10%;
  border-radius: 10px;
  background-color: #82d7f6;
}

.heading-4 {
  text-align: center;
}

.section-7 {
  -o-object-fit: fill;
  object-fit: fill;
}

.blue {
  color: #0095cc;
}

.link {
  color: #0095cc;
}

.heading-5 {
  margin-top: 0px;
  text-align: left;
}

.light-blue {
  padding: 40px;
  border-radius: 10px;
  background-color: #e5f4fa;
}

.contact-columns {
  padding-top: 60px;
}

.padding40 {
  padding: 40px;
}

.footer {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-8 {
  background-color: #0095cc;
}

.align-right {
  text-align: right;
}

.section-9 {
  padding-top: 60px;
}

.section-10 {
  padding-top: 100px;
}

.padding-top-100 {
  padding-top: 100px;
}

.section-11 {
  position: relative;
  left: -30%;
  border-bottom-right-radius: 100px;
  background-color: #0095cc;
  background-image: linear-gradient(-45deg, #0095cc, #53b6da 100%, #fff);
}

.image-5 {
  clear: both;
}

.image-6 {
  clear: both;
}

.app-mobile {
  position: relative;
  left: 33%;
  top: -180px;
  right: auto;
  bottom: auto;
}

.header-img {
  position: relative;
  background-image: url('../images/circle-light-blue.png');
  background-position: 50% 20%;
  background-size: auto;
  background-repeat: no-repeat;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-3 {
  padding-right: 40px;
}

.grey {
  border-radius: 10px;
}

.image-7 {
  padding-top: 10px;
}

.left-wrapper {
  padding-top: 40px;
}

.image-8 {
  margin-right: 20px;
  float: left;
  border-radius: 50%;
}

.paragraph-3 {
  padding-left: 0px;
}

.text-span-2 {
  color: #0095cc;
  font-size: 18px;
  font-weight: 700;
}

.image-9 {
  max-height: 40px;
}

.image-10 {
  max-width: 280px;
}

.section-12 {
  border-style: solid none none;
  border-width: 1px;
  border-color: #0095cc;
}

.logo-wrapper {
  margin-bottom: 20px;
}

.image-11 {
  max-height: 50px;
}

.section11_v2 {
  background-image: url('../images/bg_v2.jpg');
  background-position: 50% 50%;
  background-size: auto;
}

.header_v2 {
  max-width: 1200px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-rezervace {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-menu {
    border-top: 1px solid #f0d5d4;
    border-bottom: 1px solid #f0d5d4;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .big-button {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .big-button:hover {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .nav-menu {
    width: 100%;
    padding-left: 0px;
  }

  .menu-button {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .menu-button.w--open {
    background-color: #fff7f3;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-left: 20px;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e4f8ff;
    background-color: #fff;
  }

  .nav-link.w--current {
    border-bottom-width: 4px;
  }

  .header {
    left: auto;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading {
    font-size: 44px;
  }

  .column {
    padding-bottom: 60px;
    clear: none;
  }

  .container-2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .container-2.light-blue {
    padding: 30px;
  }

  .list {
    margin-top: 40px;
    padding-left: 20px;
  }

  .footer-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-3 {
    display: none;
  }

  .list-2 {
    margin-top: 40px;
  }

  .nav-menu {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    margin-top: 84px;
    border-top: 1px solid #e4f8ff;
    border-bottom: 1px solid #0095cc;
    background-color: #fff;
  }

  .menu-button {
    background-color: #fff;
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
    color: #0095cc;
  }

  .icon {
    color: #013041;
  }

  .brand {
    padding-left: 0px;
  }

  .heading-2 {
    text-align: left;
  }

  .paragraph {
    text-align: left;
  }

  .container-4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-6 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 200px;
  }

  .section-7 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .heading-5 {
    font-size: 20px;
  }

  .section-10 {
    padding-top: 0px;
  }

  .section-11 {
    left: auto;
    border-bottom-right-radius: 0px;
  }

  .header-img {
    margin-bottom: -300px;
    padding-bottom: 40px;
    background-size: 300px;
  }

  .columns-3 {
    display: block;
  }

  .list-3 {
    padding-left: 20px;
  }
}

