@charset "UTF-8";
@font-face {
  font-family: "Proximanova Regular";
  src: url(../fonts/ProximaNova-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Myriad Pro";
  src: url(../fonts/Myriad\ Pro\ Regular.ttf) format("truetype");
}
@font-face {
  font-family: "CustomFont";
  src: url(../fonts/custom_font.eot);
  src: url(../fonts/custom_font.woff) format("woff"), url(../fonts/custom_font.ttf) format("truetype"), url(../fonts/custom_font.svg) format("svg");
}
* {
  font-family: "Proximanova Regular";
  --swiper-theme-color:white;
}

html {
  scroll-behavior: smooth;
  /* scroll-snap-type: y proximity; */
  overflow-y: scroll;
}

body, html {
  padding: 0px;
  margin: 0px;
  color: white;
  scroll-padding-top: 70px;
  overflow-x: hidden;
}

strong {
  color: white;
}

div {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

#home {
  scroll-snap-align: start;
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}
/* br.mobile-visible { */
/* display: none; } */
/* @media (max-width: 768px) { */
/* br.mobile-visible { */
/* display: block; } } */
.cleaner {
  clear: both;
}

p {
  line-height: 2;
  margin-bottom: 2em;
  color: #ffffff;
}

.dark {
  color: #1a1e39;
}

.price {
  font-size: 36px;
  margin-bottom: 15px;
}

.streetview {
  color: white;
  text-decoration: underline;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .price {
    font-size: 28px;
    line-height: 2.5rem !important;
  }
}
.price-sub {
  font-size: 18px;
}

@media (max-width: 768px) {
  .price-sub {
    font-size: 16px;
  }
}
.content-container, .orsys-container {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1486px) {
  .orsys-container {
    margin-left: auto;
    margin-right: auto;
  }
}
ol.big-numbers {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
ol.big-numbers li {
  padding-top: 15px;
  margin-bottom: 20px;
  counter-increment: inst;
  min-height: 60px;
  padding-left: 80px;
  position: relative;
}
ol.big-numbers li::before {
  content: counter(inst);
  background: #0e101e;
  text-align: center;
  line-height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  position: absolute;
  margin-right: 25px;
  left: 0px;
  top: 0px;
  font-size: 35px;
}

header {
  width: 100%;
  position: relative;
}
header nav {
  z-index: 10;
  position: absolute !important;
  top: 0px;
  width: 100%;
  left: 0px;
}

@media (min-width: 1400px) {
  .content-container {
    width: 1350px;
    margin: 0px auto;
  }
}
.rd-navbar-static .rd-navbar-nav > li > a {
  color: #fff;
}

.rd-navbar--is-stuck > .content-container > .rd-navbar-nav > li > a {
  color: white;
}

header nav .mobile-nav {
  display: none;
}

.rd-navbar-fixed .rd-navbar-toggle {
  position: absolute;
  top: 7px;
  right: 5px;
  left: auto;
  color: #fff !important;
  background: transparent;
  border: none;
  outline: none;
}
.rd-navbar-fixed .rd-navbar-toggle.active {
  position: fixed;
}
.rd-navbar-fixed .rd-navbar-nav-wrap {
  left: auto;
  right: 0px;
  transform: translateX(105%);
  top: 62px;
  bottom: auto;
  height: 100%;
  padding-top: 0px;
  background: rgba(30, 30, 30, 0.8);
  color: #eee;
}
.rd-navbar-fixed .rd-navbar-nav-wrap.active {
  left: auto;
  right: 0px;
  transform: translateX(0);
}
.rd-navbar-fixed .rd-navbar-nav-wrap ul {
  padding: 10px;
  list-style: none;
}
.rd-navbar-fixed .rd-navbar-nav-wrap ul li a {
  color: #eee;
  border: 0;
}
.rd-navbar-fixed .rd-navbar-nav-wrap ul li.active a {
  background: #558E3f;
  color: #fff;
  border-radius: 0;
}

.rd-navbar-static .rd-navbar-nav > li.active > a {
  color: #03d2f7;
  border-radius: 0;
}

.rd-navbar-fixed .rd-navbar-nav li.opened > a, .rd-navbar-fixed .rd-navbar-nav li a:hover {
  background: none;
  border: 0;
  color: #fff;
  border-radius: 0;
}
.rd-navbar-fixed .rd-navbar-toggle span {
  background-color: #fff;
}
.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
  background-color: #fff;
}
.rd-navbar-fixed .rd-navbar-toggle span:before, .rd-navbar-fixed .rd-navbar-toggle span:after {
  transform-origin: 13.28571px center;
  transform-origin: 13.28571px center;
  content: "";
  right: 0px;
  left: auto;
}

.rd-navbar-static {
  background: black;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20;
  height: 110px;
}

.desktop-nav * {
  text-transform: none !important;
}

.logo {
  z-index: 10;
  background: none;
  padding: 12px !important;
  display: inline-block;
  width: 200px;
}

ul.right-menu {
  top: 30px !important;
}

.rd-navbar-static.rd-navbar--is-stuck ul.right-menu {
  top: 45px;
}
.rd-navbar-static .rd-navbar-nav > li > a {
  font-size: 17px;
}

.desktop-nav.rd-navbar-static.rd-navbar--is-stuck {
  /*background: rgba(30, 30, 30, 0.8);*/
  background: #000000;
  color: white;
}
.desktop-nav.rd-navbar-static.rd-navbar--is-stuck .logo {
  z-index: 10;
  background: none;
  padding: 12px;
  display: inline-block;
}

.rd-navbar-fixed .rd-navbar-toggle.active span {
  background: transparent;
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before {
  transform: rotate3d(0, 0, 1, -45deg);
}
.rd-navbar-fixed .rd-navbar-toggle.active span:after {
  transform: rotate3d(0, 0, 1, 45deg);
}
.rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after, .rd-navbar-fixed .rd-navbar-toggle.active span:before, .rd-navbar-fixed .rd-navbar-toggle.active span:after {
  width: 24px;
  transform-origin: 12px center;
}

@media (min-width: 768px) and (max-width: 1400px) {
  .desktop-nav.rd-navbar-static.rd-navbar--is-stuck .logo {
    margin-left: 70px;
  }
}
header {
  /* background: #515f73 url("../img/backgrounds/background.png") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;  */
}
header .header-bg {
  opacity: 0;
}
header .header-bg-mobile {
  display: none;
}
header nav .logo {
  margin-left: -83px;
  z-index: 10;
  background: #0e101e;
  padding: 46px 66px 44px 64px;
  display: inline-block;
}
header nav ul.right-menu {
  margin: 0px;
  position: absolute;
  right: 20px;
  top: 45px;
  list-style: none;
  z-index: 10;
}
header nav ul.right-menu li {
  display: inline-block;
}
header nav ul.right-menu li a {
  color: #fff;
  display: block;
  padding: 13px;
  line-height: 13px;
  border: 1px solid transparent;
  border-radius: 15px;
}
header nav ul.right-menu li a.active {
  border: 1px solid #5e6166;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
}
header nav li a:hover {
  border: 1px solid #5e6166;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
}
header .scroll-down-button {
  text-align: center;
  width: 100px;
  color: #fff;
  z-index: 9;
}
header .scroll-down-button img {
  display: inline-block;
  margin-bottom: 5px;
}

.bg-black {
  background-color: black;
}

@media (max-width: 768px) {
  header {
    height: auto;
    padding-top: 62px;
  }
}
@media (max-width: 1486px) {
  header nav .logo {
    margin-left: 0px;
    left: 0;
  }
}
@media (max-width: 576px) {
  header .scroll-down-button {
    display: none;
  }
}
.main-heading {
  display: flex;
  text-align: center;
  position: absolute;
  flex-direction: column;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50%;
  z-index: 9;
  max-width: 66.667%;
  pointer-events: none;
}

.main-heading-mobile {
  margin-bottom: 2em;
}

@media (min-width: 420px) {
  .main-heading-mobile {
    display: none;
  }
}
h1 {
  font-size: 77px;
  line-height: 76.23px;
  color: #fff;
  font-weight: 700;
}
h1 .light {
  font-weight: 400;
}

h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}

h1 + h2 {
  margin-top: 2%;
  margin-bottom: 2%;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  60% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 50% 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.menu-wrapper {
  text-align: center;
}

.g-recaptcha {
  display: inline-block;
}

.background-container {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 500px;
  max-height: 1000px;
  overflow: hidden;
  border-radius: 5px;
  background-image: url("../img/marketing/menu_new@0.5x.webp");
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 10/15;
}

@media (max-width: 628px) {
  .menu-text {
    font-size: 0.8rem !important;
  }
  .menu-text ul {
    margin-top: 5%;
  }
  .menu-text ul li {
    height: 5vh !important;
  }
  .menu-text h3 {
    line-height: 21vw !important;
    height: 14vw !important;
  }
}
.background {
  max-width: 100%;
  max-height: 100%;
}

.menu-item {
  display: flex;
  justify-content: center;
}

.menu-text {
  position: absolute;
  font-weight: 600;
  top: 9%;
  z-index: 1;
  font-size: 1rem;
  color: black;
  overflow: hidden;
  margin: 10px;
  text-align: left;
  width: calc(100% - 20px);
  box-sizing: border-box;
  pointer-events: none;
  font-family: "ITC Officina Serif Std", sans-serif;
}
.menu-text h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  display: block;
  height: 9.4vh;
  line-height: 13.4vh;
}
.menu-text ul {
  margin-left: 0;
  padding-left: 0;
}
.menu-text ul li {
  display: block;
  height: 6vh;
  position: relative;
}
.menu-text ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.arrow-next, .arrow-prev {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: "Brush Script MT", "Brush Script Std", "cursive";
  margin-top: 6.5% !important;
  margin-bottom: 0 !important;
  font-size: 3rem !important;
  pointer-events: auto !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  color: #5d1e00;
}

.arrow-next {
  margin-right: 3% !important;
  right: 0;
  text-align: end;
  cursor: pointer;
}

.arrow-prev {
  margin-left: 3% !important;
  left: 0;
  text-align: start;
  cursor: pointer;
}

@media (min-height: 1002px) {
  .menu-text h3 {
    margin: 0;
    padding: 0;
    display: block;
    height: 94px;
    line-height: 134px;
  }
  .menu-text ul {
    margin-left: 0;
    padding-left: 0;
  }
  .menu-text ul li {
    display: block;
    height: 75px;
    position: relative;
  }
  .menu-text ul li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-height: 1002px) and (max-width: 1470px) {
  .menu-text ul li {
    height: 50px;
  }
}
.price-text {
  padding-top: 100px;
}

/*  EDIT MIRA
@media (max-width: 542px) {
  .menu-text {
    top: 15.5%;
  }

  .menu-text h3 {
    font-size: 5vw;
    margin:0;
    padding:0;
    display: block;
      height: 9.4vh;
    line-height: 9.4vh;
  }

  .menu-text ul {
    margin-left: 0;
    padding-left: 0;
  }

  .menu-text ul li {
    font-size: 5vw;
    display: block;
    height:9.48vh;
    position: relative;
  }

  .menu-text ul li span {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
  }  
}*/
.menu-text * {
  font-family: inherit;
}

.menu-p {
  position: relative;
  list-style-type: none;
  content: "";
  display: block;
  height: 50px;
  width: 100%;
}

#fileTextHere {
  padding: 0;
}

.daily-menu {
  max-height: 100%;
}

.separator {
  position: absolute;
  width: 100%;
  height: 25px;
  max-width: 1000% !important;
  padding-top: 0%;
  scroll-snap-align: start;
}

#galerie .content-container {
  width: 100%;
}

.galerie {
  position: relative;
}
.galerie .swiper-slide {
  width: 100%;
}
.galerie .swiper-button-next, .galerie .swiper-button-prev {
  z-index: 9;
}

swiper-slide {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.swiper-wrapper {
  filter: none !important;
}

.form-color {
  background-color: whitesmoke;
  color: black;
}

.captcha-container {
  bottom: 60px;
}

.link-icon {
  color: khaki;
  vertical-align: middle;
}

.map {
  border: 0;
  max-width: 100%;
}

section {
  width: 100%;
  display: block;
}
section h3 {
  font-size: 44px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 48px;
  padding-top: 60px;
  margin-bottom: 75px;
  font-weight: 400;
  color: #1a1e39;
}
section .icon-block {
  min-height: 290px;
  text-align: center;
}
section .icon-block p {
  margin: 0px;
  padding: 0px;
  color: #13162a;
  font-size: 17px;
  line-height: 1.5rem;
}
section .icon-block h4 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 3;
  margin-bottom: 20px;
}

.section-sablony, .section-uvod {
  background: #f6f6f6;
}

section.section-gray {
  background: #0d1f0a;
  padding-bottom: 130px;
}
section.section-gray p {
  line-height: 2rem;
}
section.section-gray h3 {
  float: left;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
}

.project-image {
  /*background:#1b1f39;*/
  background: radial-gradient(ellipse, #15b1d5 25%, #1a1e39 65%);
  background-size: 150% 100%;
  background-position: center center;
}
.project-image img {
  width: 100%;
}

.project-description .inner {
  padding-left: 80px;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
}
.project-description p {
  margin-bottom: 1rem;
}
.project-description p:last-of-type {
  margin-bottom: 2rem;
}
.project-description h4 {
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 700;
  display: inline-block;
}
.project-description .tag {
  color: #0097b2;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
}

.project-grid .grid-col-1 {
  grid-column: 1;
}
.project-grid .grid-col-2 {
  grid-column: 2;
}

.gradient {
  background: -webkit-linear-gradient(45deg, black 0%, #0d1f0a 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.technologies {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 60px;
}

.technologies li {
  float: left;
  width: 20%;
  display: inline-block;
  margin-bottom: 45px;
  text-align: center;
}

.technology-icon {
  max-height: 80px;
  display: inline-block;
}

@media (max-width: 600px) {
  .technologies li {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .project-description .inner {
    width: 675px;
  }
  .project-description.grid-col-1 .inner {
    float: right;
    padding-right: 80px;
    padding-left: 0px;
  }
  header nav ul.right-menu {
    /* right: -50px;  */
  }
}
@media (min-width: 1681px) {
  header .scroll-down-button {
    bottom: 3%;
  }
}
section.dark {
  background: #1a1e39;
}
section.well {
  background: black;
  background-attachment: fixed;
  background-size: cover;
}
section.well h3 {
  font-size: 44px;
  color: #fff;
  display: inline-block;
  margin-bottom: 60px;
}
section.dark h3 {
  font-size: 44px;
  color: #fff;
  display: inline-block;
  margin-bottom: 60px;
}
section.well h4, section.dark h4 {
  font-size: 23px;
  color: #fff;
}
section.well h5, section.dark h5 {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 768px) {
  section.dark h3 {
    font-size: 24px;
  }
}
.job {
  padding-left: 60px;
  color: #fff;
  margin-bottom: 105px;
}
.job p {
  line-height: 2rem;
  margin-bottom: 2rem;
}
.job ul:last-of-type {
  margin-bottom: 2rem;
}

.button {
  display: inline-block;
  font-size: 15px;
  padding: 18px 48px 18px 48px;
  border-radius: 26px;
  line-height: 18px;
}
.button.button-dark-blue {
  color: #000000;
  background: khaki;
  border: 0px;
}
.button.button-light-blue {
  color: #fff;
  background: #007fa1;
}
.button.button-footer {
  color: #fff;
  background: transparent;
  border: 1px solid #123c59;
  color: #007fa1;
  padding: 11px 30px 11px 30px;
  border-radius: 26px;
}

footer {
  background: #0d1f0a;
  font-size: 18px;
  width: 100%;
  /* position: relative; */
  padding: 75px 0 100px 0;
  color: #fff;
}
footer p {
  color: #fff;
  font-size: 18px;
}
footer p a {
  color: #fff;
}
footer p a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h4 {
  color: white;
  margin-bottom: 2.5rem;
  font-size: 24px;
  font-weight: normal;
  padding-left: 4.7%;
}
footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
footer ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
}

.footerFlexContainer {
  justify-content: center;
  flex-direction: row;
}

.footerFlex {
  margin: auto 0 auto 0;
}

.footerMap {
  text-align: center;
}

@media (max-width: 990px) {
  .container-fluid {
    text-align: center;
  }
}
/* BOOTSTRAP 4 - LG DISPLAY */
@media (min-width: 992px) and (max-width: 1199px) {
  h1, .project-description h4 {
    font-size: 36px;
  }
  section h3, section.well h3 {
    font-size: 36px;
  }
  .project-description.grid-col-1 .inner {
    float: right;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .project-description.grid-col-2 .inner {
    float: none;
    padding-left: 30px;
    padding-right: 0px;
  }
  h2 {
    font-size: 18px;
  }
  section.well h4 {
    font-size: 18px;
  }
  section.well h5 {
    font-size: 16px;
  }
  header nav .logo {
    background: none;
    margin-left: 0px;
    padding: 12px;
  }
  header nav .logo img {
    width: 150px;
  }
  .main-heading {
    bottom: 40%;
  }
  .project-description .tag {
    margin-bottom: 10px;
  }
  .rd-navbar {
    position: fixed;
  }
  header nav ul.right-menu {
    right: 20px;
    top: 0px;
    position: fixed;
  }
}
/* BOOTSTRAP 4 - MD DISPLAY */
@media (min-width: 768px) and (max-width: 991px) {
  h1, .project-description h4 {
    font-size: 36px;
  }
  section h3, section.well h3 {
    font-size: 36px;
  }
  h2, section.well h4 {
    font-size: 18px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-description .inner {
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
    transform: none;
    top: 0px;
  }
  header nav .logo {
    background: none;
    margin-left: 0px;
  }
  .main-heading {
    bottom: 40%;
    max-width: 90%;
    width: 90%;
  }
  header .scroll-down-button {
    bottom: 50px;
  }
  .project-description .tag {
    margin-bottom: 10px;
  }
  .project-grid .grid-col-1, .project-grid .grid-col-2 {
    grid-column: 1;
  }
  header nav .desktop-nav {
    display: none !important;
  }
  header nav .mobile-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgba(30, 30, 30, 0.8);
  }
  header nav .mobile-nav .logo {
    padding: 15px;
  }
  header nav .mobile-nav .logo img {
    height: 32px;
  }
}
/* BOOTSTRAP 4 - XS and SM DISPLAY */
@media (max-width: 768px) {
  h1, .project-description h4 {
    font-size: 24px;
    line-height: 28px;
  }
  section h3, section.well h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h2, section.well h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .project-grid {
    grid-template-columns: 1fr;
  }
  .project-description {
    background: #fff;
  }
  .project-description .inner {
    padding-top: 95px;
    padding-bottom: 95px;
    float: none;
    padding-left: 30px;
    padding-right: 30px;
  }
  header nav .logo {
    background: none;
    margin-left: 0px;
    padding: 15px;
  }
  .main-heading {
    bottom: 18%;
    max-width: 90%;
    width: 90%;
  }
  header .scroll-down-button {
    bottom: 25px;
  }
  .project-description .tag {
    margin-bottom: 10px;
  }
  .project-grid .grid-col-1, .project-grid .grid-col-2 {
    grid-column: 1;
  }
  footer {
    padding-bottom: 30px;
  }
  footer ul li {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .well .job {
    padding-left: 15px;
  }
  header .header-bg-mobile {
    display: block;
  }
  header .header-bg {
    display: none;
  }
  header nav .desktop-nav {
    display: none !important;
  }
  header nav .mobile-nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    background: rgba(30, 30, 30, 0.8);
  }
  header nav .mobile-nav .logo {
    padding: 15px;
  }
  header nav .mobile-nav .logo img {
    height: 32px;
  }
}
button, input {
  margin-bottom: 10px;
}

#poptavka {
  color: white;
  float: right;
}
#poptavka h3 {
  margin-bottom: 30px;
}

.project-image img {
  padding-top: 50px;
  padding-bottom: 50px;
}

h1 {
  color: white !important;
}

/* FORM FIELDS + INPUTS */
#poptavka input[type=text], #poptavka input[type=mail] {
  border: 0px;
  outline: none;
}

.poptavka_form .form-field:nth-child(odd) {
  padding-right: 7px;
}
.poptavka_form .form-field:nth-child(even) {
  padding-left: 7px;
}

@media (max-width: 768px) {
  .poptavka_form .form-field:nth-child(odd) {
    padding-right: 15px;
  }
  .poptavka_form .form-field:nth-child(even) {
    padding-left: 15px;
  }
}
.form-field {
  text-align: left;
  color: black;
}
.form-field input {
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
  height: 60px;
}
.form-field textarea {
  padding: 11px 15px;
  border-radius: 10px;
  width: 100%;
  height: 75%;
}

#FormDate {
  background-color: whitesmoke;
  color: black;
  -webkit-appearance: none;
}

@media (max-width: 1190px) {
  .menu-row {
    flex-direction: column;
  }
  .menu-row .menu-wrapper {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .menu-item {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .form-field {
    margin-top: 10px;
  }
}
@media (min-width: 574px) and (max-width: 1190px) {
  .menu-text ul li {
    height: 8vh !important;
  }
}
.domena input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  padding: 25px;
  font-size: 18px;
  outline: none;
  width: 50%;
  text-align: center;
  margin-bottom: 30px;
  color: #13162a;
}

@media (max-width: 991px) {
  .domena input[type=text] {
    width: 100%;
    font-size: 14px;
  }
}
#sendbutton {
  margin-bottom: 20px;
  position: relative;
  bottom: 52%;
  width: 19%;
  font-size: 18px;
  -webkit-appearance: button;
  cursor: pointer;
}

#menuCycle {
  display: block !important;
  margin: 1em auto 1.5em auto;
}


/* NOVY VZHLED - parallax */
header nav .logo {
  margin-left: 10px;
  z-index: 10;
  background: transparent;
  padding: 0px 20px 12px 0px;
  display: inline-block;
}

.logo > img {
  padding-left: 0px;
  margin: 5px 40px 40px 70px;
}

.right-menu .rd-navbar-nav {
  top: 25px;
}

.rd-navbar-static .rd-navbar-nav > li > a {
  padding: 18px 10px;
  font-family: "Proximanova Regular";
  font-size: 18px;
}
.rd-navbar-static .rd-navbar-nav > li.active > a {
  color: white !important;
  border-radius: 20px;
  border: solid 1px;
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 4px;
  padding-bottom: 4px;
}

h1 {
  font-family: "Proximanova Regular";
  font-size: 48px;
  line-height: 1.4em;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

h2 {
  font-family: "Proximanova Regular";
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.main-heading {
  text-align: center;
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 1%;
  z-index: 9;
  max-width: 100%;
  width: 58%;
}

.scrollDownText {
  font-family: "Myriad Pro";
  font-size: 14px;
  color: white;
  white-space: nowrap;
}

.explore-button {
  position: absolute;
  top: 80%;
  left: 55%;
  right: 0;
  width: 1000px;
  margin: auto;
  z-index: 9;
}

/* co nabizi wpz */
.coNabizi {
  display: none;
  /*TEMPORARY*/
  font-family: "Proximanova Regular";
  font-size: 48px;
  text-align: center;
  padding-bottom: 70px;
  letter-spacing: 0.75px;
}

#pricing {
  background-color: black;
  /*padding-top: 110px;*/
  color: white;
}

.popisText {
  font-size: 18px;
  color: inherit;
  line-height: 1.5;
}

.popisHeading {
  font-size: 24px;
  margin-bottom: 0;
  color: inherit;
  line-height: 1.5;
}
.popisHeading.super {
  font-size: 1.8rem;
  font-weight: 1000;
  margin: 2em 0 1em 0;
}

.popisSecondRow {
  margin-left: 6%;
  text-align: center;
  width: 90%;
}

/* sekce rozšíření */
.section-rozsireni {
  padding-top: 75px;
  text-align: center;
  background-color: #0d1f0a;
}

.rozsireniH2 {
  color: rgb(255, 255, 255);
  font-family: "Proximanova Regular";
  font-size: 48px;
  text-align: justify;
  padding-bottom: 25px;
  line-height: normal;
}

.popisHeading2 {
  font-size: 20px;
  margin-bottom: 0;
  color: inherit;
  line-height: 1.5;
}

.popisText2 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  text-align: justify;
}

@media (max-width: 768px) {
  .popisText2, .rozsireniH2 {
    text-align: center;
  }
}
.subnote {
  margin: auto;
  padding-bottom: 4em;
}

.sub {
  max-width: 75vw;
}

/* lišta */
.rd-navbar--is-stuck {
  height: 110px;
}
.rd-navbar--is-stuck > .content-container > .logo {
  width: 200px;
}

.rd-navbar-static.rd-navbar--is-stuck ul.right-menu {
  top: 30px;
}

/* CENA */
#cena {
  padding-top: 90px;
  background-color: #FFFFFF;
}

.priceH2 {
  color: rgb(255, 255, 255);
  font-family: "Proximanova Regular";
  font-size: 48px;
  text-align: center;
  margin-bottom: 2rem !important;
  padding-bottom: 25px;
}

.priceSubNadpis1 {
  font-size: 24px;
  line-height: 0px !important;
  margin-bottom: 30px;
}

.priceSubNadpis2 {
  font-size: 24px;
  padding-top: 50px;
  line-height: 0px !important;
  margin-bottom: 30px;
}

.price {
  margin-bottom: 10px;
}

.priceSubText {
  line-height: 0 !important;
  margin-bottom: 25px;
  font-size: 18px;
}

.priceSubNadpis3 {
  font-size: 24px;
  color: rgb(255, 255, 255);
  line-height: 0px !important;
  padding-top: 20px;
  margin-bottom: 35px;
}

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

/* KONTAKTNI FORMULAR */
#poptavka {
  padding-top: 133px;
  padding-bottom: 25px;
}

.poptavkaH2 {
  color: white;
  font-family: "Proximanova Regular";
  font-size: 48px;
  text-align: center;
  left: 32px;
  position: relative;
}

.poptavkaH3 {
  color: white;
  font-family: "Proximanova Regular";
  font-size: 24px !important;
  text-align: center;
  padding-top: 0px;
  left: 15px;
  position: relative;
  top: -3px;
  margin-bottom: 50px !important;
}

#poptavka_form {
  position: relative;
  right: 25px;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 18px;
}

.poptavkacheckbox {
  padding-top: 25px;
  position: relative;
  bottom: 75px;
  font-size: 18px;
}
.poptavkacheckbox span {
  padding-left: 15px;
}

input[type=checkbox] {
  transform: scale(1.8);
}

.rowFooterBlocks {
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1999px) {
  .rowFooterBlocks {
    justify-content: center;
  }
}
.footerBlock1 {
  padding-left: 25px;
}

.footerBlock2 {
  position: relative;
}

.footerBlock3 {
  position: relative;
  margin-bottom: 2em;
}
.footerBlock3 p {
  line-height: 1.3;
}

.full-width {
  width: 100%;
}

.hours {
  margin: 0;
  text-align: center;
  border-collapse: collapse;
}
.hours tbody tr th {
  text-align: left !important;
  padding-right: 50px;
}
.hours tbody tr td {
  text-align: right !important;
  white-space: nowrap;
}

/* SWIPER */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-container {
  width: 100vw;
}

/* .swiper-button-prev::after {
  background: url('../img/left-arrow.png');
}

.swiper-button-next::after {
  background: url('../img/right-arrow.png');
} */
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: visible;
  /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
  color: transparent;
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: visible;
  /* color: var(--swiper-navigation-color,var(--swiper-theme-color)); */
  color: transparent;
  left: 30%;
  top: 86%;
  color: white !important;
}

.swiper-button-next {
  left: 45%;
  top: 86%;
  color: white !important;
}

.swiper-button-link {
  scroll-behavior: smooth;
}

.errorchckbox {
  color: red;
}

.creator-signature {
  position: absolute;
  text-align: right;
  right: 1vw;
  font-size: 14px;
}

.title-slide img {
  width: 100%;
}

.lovnamista {
 padding-left: 0 !important;
 padding-right: 0 !important;
}

/* responzivita */
@media (max-width: 1499px) {
  .main-heading {
    left: 40%;
  }
}
@media (max-width: 1299px) {
  .main-heading > h1 {
    font-size: 42px;
  }
  .main-heading > h2 {
    font-size: 22px;
  }
  .footerFlexContainer {
    align-items: center;
  }
  .main-heading {
    bottom: 10%;
  }
}
@media (min-width: 1200px) {
  header nav .logo img {
    width: 300px;
  }
}
@media (max-width: 1199px) {
  .creator-signature {
    position: relative;
    right: 0;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header nav {
    top: 5px;
  }
  header nav .logo img {
    width: 220px;
  }
  header nav ul.right-menu {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .explore-button {
    left: 65%;
    top: 85%;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 88%;
  }
}
@media (min-width: 1500px) {
  .popisTextsirsi2 {
    width: 115%;
  }
  .popisTextsirsi {
    width: 110%;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .footerBlock1 {
    padding-left: 0px;
  }
  .footerBlock2 {
    right: 0px;
  }
  .footerBlock3 {
    right: 0%;
  }
  footer h4 {
    position: relative;
    right: 2%;
  }
  section.section-gray {
    padding-bottom: 30px;
  }
  .priceSubText {
    line-height: 1.5 !important;
    margin-bottom: 25px;
    font-size: 18px;
  }
  .poptavkaH2 {
    left: 0px;
    line-height: 1.2 !important;
  }
  .poptavkaH3 {
    left: 0px;
  }
  /* #poptavka { */
  /* padding-top: 40px; */
  /* padding-bottom: 0px; */
  /* } */
  #sendbutton {
    width: initial !important;
  }
  .main-heading > h1 {
    font-size: 40px;
  }
  .main-heading > h2 {
    font-size: 19px;
  }
  header .scroll-down-button {
    left: 15.5%;
  }
}
@media (max-width: 991px) {
  header nav .mobile-nav .logo img {
    height: 75px;
    margin: 0px;
    padding: 10px 0 10px 0;
  }
  header nav .logo {
    padding: 0px 20px 0px 0px !important;
  }
  .poptavkaH2 {
    font-size: 42px;
    left: 0px;
  }
  #poptavka h3 {
    margin-bottom: 0px;
  }
  .poptavkaH3 {
    font-size: 22px !important;
    left: 0px;
  }
  #poptavka_form {
    right: 0px;
  }
  #sendbutton {
    width: initial;
    left: 0%;
  }
  h2 {
    line-height: 1.2 !important;
  }
  .footerBlock1 {
    padding-left: 15px;
  }
  .footerBlock2 {
    right: 0px;
  }
  .footerBlock3 {
    right: 0%;
    padding-top: 0%;
  }
  footer h4 {
    padding-left: 0px;
  }
  header .scroll-down-button {
    left: 40%;
  }
  .main-heading {
    top: 28%;
    bottom: 0%;
    width: 100%;
  }
  .swiper-button-prev, .swiper-button-next {
    /*display:none !important;*/
  }
  header .scroll-down-button {
    left: 27%;
    bottom: 23%;
  }
  .priceSubText {
    line-height: 1.5 !important;
  }
  section.section-gray {
    padding-bottom: 30px;
  }
  .popisSecondRow {
    margin-left: inherit;
    text-align: center !important;
    width: initial;
  }
  .poptavkacheckbox {
    left: inherit;
  }
}
@media (max-width: 768px) {
  header nav .mobile-nav {
    background: rgb(33, 23, 14) !important;
  }
  .main-heading {
    left: 50%;
  }
  .priceSubNadpis1 {
    font-size: 24px;
    line-height: 2rem !important;
    margin-bottom: 30px;
  }
  #poptavka {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  #cena {
    padding-top: 40px;
  }
  #pricing {
    padding-top: 0px;
  }
  .rozsireniH2, .coNabizi {
    padding-top: 40px;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 575px) {
  .coNabizi, .rozsireniH2, .priceH2, .poptavkaH2 {
    font-size: 40px !important;
  }
  .notMobile {
    display: none;
  }
  .priceSubNadpis2 {
    line-height: inherit !important;
  }
  .main-heading {
    width: 80%;
  }
  .rowHeadingFooter {
    text-align: center;
  }
  .background-container {
    background-image: url("../img/marketing/menu_new_mobile@0.5x.webp");
  }
}
@media (max-width: 320px) {
  .swiper-button-next, .swiper-button-prev {
    display: none !important;
  }
}
.smallMob {
  display: none;
}

@media (min-width: 300px) and (max-width: 399px) {
  .coNabizi, .rozsireniH2, .priceH2, .poptavkaH2 {
    font-size: 30px !important;
  }
  .smallMob {
    display: initial;
  }
  .main-heading > h2 {
    font-size: 19px;
  }
  .main-heading > h1 {
    font-size: 25px;
    line-height: 1.2 !important;
  }
}
/* flash message */
.flmessage {
  font-size: 20px !important;
  color: white;
  background-color: green;
  margin-bottom: 30px;
  margin-left: 15%;
  margin-right: 10%;
}

.flmerror {
  background-color: red !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .flmessage {
    margin-left: 10%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .flmessage {
    margin-left: 0%;
    margin-right: 0%;
  }
}
.error {
  border: 2px solid red !important;
  color: red !important;
}

/* pokracovani responzivity */
@media (max-width: 1140px) {
  .main-heading {
    bottom: 6%;
  }
}
@media (max-width: 1060px) {
  .main-heading {
    bottom: 10%;
  }
  h1 {
    line-height: 1em !important;
  }
  .main-heading > h2 {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  header .scroll-down-button {
    left: 27%;
    bottom: 6%;
  }
  .main-heading {
    padding-top: 5%;
  }
}
@media (max-width: 889px) {
  .main-heading > h2 {
    font-size: 16px !important;
  }
  .main-heading > h1 {
    font-size: 35px;
  }
  header .scroll-down-button {
    bottom: 1%;
  }
}
@media (max-width: 768px) {
  .notMobile {
    display: none;
  }
  .main-heading {
    padding-top: 5%;
    width: 44% !important;
    left: 22% !important;
  }
  .main-heading > h1 {
    font-size: 31px !important;
  }
  .swiper-button-prev {
    left: 30%;
  }
  .scroll-down-button {
    display: none !important;
  }
  .main-heading > h2 {
    font-size: 15px !important;
  }
}
@media (max-width: 615px) {
  .main-heading {
    padding-top: 5%;
    width: 85% !important;
    left: 41% !important;
  }
  .main-heading > h1 {
    font-size: 27px !important;
    line-height: 1em !important;
  }
  .main-heading > h2 {
    font-size: 15px !important;
    width: 41%;
  }
}
@media (max-width: 575px) {
  .main-heading {
    left: 56% !important;
    padding-top: 9%;
    width: 90% !important;
  }
  .main-heading > h2 {
    font-size: 14px !important;
    width: 90%;
  }
  .main-heading > h1 {
    font-size: 24px !important;
    line-height: 1em !important;
  }
}
@media (max-width: 420px) {
  .main-heading {
    left: 39% !important;
    padding-top: 35%;
    width: 95% !important;
  }
  .main-heading.desktop {
    display: none;
  }
  .section-rozsireni {
    padding-top: 0 !important;
  }
  .explore-button {
    position: absolute;
    z-index: 9;
    top: 55%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 160px;
  }
  #pricing {
    padding-top: 0% !important;
  }
  h1 {
    top: 185%;
    position: relative;
    left: 14%;
  }
  .main-heading > h2 {
    top: 180%;
    position: relative;
    left: 14%;
    width: 100%;
    font-size: 18px !important;
    text-align: center;
    padding-top: 25px;
  }
  .main-heading > h1 {
    font-size: 40px !important;
    text-align: center;
  }
  .swiper-container {
    z-index: 9 !important;
  }
}
@media (max-width: 399px) {
  .main-heading > h1 {
    font-size: 30px !important;
  }
  .main-heading > h2 {
    padding-top: 0px;
  }
}
@media (max-width: 420px) {
  .swiper-container {
    z-index: 8 !important;
  }
}
.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
  transform: rotate(-5deg);
}

input::-webkit-date-and-time-value {
  text-align: left;
}

.p-img {
  aspect-ratio: 4/3 !important;
  max-width: 27vw !important;
  overflow: hidden;
}
.p-img img {
  aspect-ratio: 4/3 !important;
}

@media (max-width: 768px) {
  .p-img {
    margin: auto;
    max-width: 100%;
    min-width: 100vw;
  }
}
.price-table {
  width: 50%;
  margin: auto;
}
.price-table * {
  border: 1px solid white;
}
.price-table th {
  border-color: white !important;
}

@media (max-width: 992px) {
  .price-table {
    width: 100%;
  }
}
.link-styled {
  text-decoration: underline;
  color: khaki;
}

.place-slider {
  min-width: none;
}
.place-slider .swiper-button-next {
  right: 7% !important;
  z-index: 9;
}
.place-slider .swiper-button-prev {
  left: 7% !important;
  z-index: 9;
}/*# sourceMappingURL=style.css.map */