@charset "UTF-8";
/* PROMĚNNÉ*/
/*=======================*/
.yellow-text {
  color: #fbd000;
}

.white-text {
  color: #fff;
}

/* STYLY */
/*======================*/
body {
  font-family: 'Yantramanav', sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  background: #ffffff;
}

.container-menu {
  max-width: 1400px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

h1, .h1 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  color: #09316f;
  margin-bottom: 25px;
}

.col-12.col-lg-3 .h1 {
	display: none;
}

.podstrana h1, .podstrana .h1 {
  text-transform: uppercase;
}
.podstrana main h1, .podstrana main .h1 {
  text-transform: none;
}

h1:after, .h1:after {
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: #fed926;
}
.podstrana h1:after, .podstrana .h1:after {
  display: none;
}

p {
  color: #565969;
}

input {
  width: 100%;
  height: 60px;
  padding: 0 45px 0 30px;
  border: 2px solid #f0f0f0;
  color: #565969;
  background-position: right 15px center;
  background-repeat: no-repeat;
}

input::-webkit-input-placeholder {
  color: #565969;
}

input:-ms-input-placeholder {
  color: #565969;
}

input::-ms-input-placeholder {
  color: #565969;
}

input::placeholder {
  color: #565969;
}

textarea {
  width: 100%;
  padding: 15px 45px 15px 30px;
  border: 2px solid #f0f0f0;
  resize: none;
  color: #565969;
  background-position: right 15px top 15px;
  background-repeat: no-repeat;
}

textarea::-webkit-input-placeholder {
  color: #565969;
}

textarea:-ms-input-placeholder {
  color: #565969;
}

textarea::-ms-input-placeholder {
  color: #565969;
}

textarea::placeholder {
  color: #565969;
}

.err::-webkit-input-placeholder { /* Edge */
  color: #e00129;
}
.err:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #e00129;
}
.err::placeholder {
  color: #e00129;
}

input[name="jmeno"] {
  background-image: url("../images/input-jmeno.png");
  background-size: 14px 13px;
}

input[name="email"] {
  background-image: url("../images/input-email.png");
  background-size: 18px 12px;
}

textarea[name="vzkaz"] {
  background-image: url("../images/input-vzkaz.png");
  background-size: 18px 15px;
}

.vice {
  color: #082559;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}

.vice:before {
  content: "";
  margin-top: 2px;
  display: inline-block;
  background-image: url("../images/plus.png");
  margin-right: 5px;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  width: 12px;
  height: 12px;
}

.vice:hover:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nadpis-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fbd000;
  text-align: center;
}

.nadpis-section:before, .nadpis-section:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #fbd000;
}

.nadpis-section:before {
  margin-right: 20px;
}

.nadpis-section:after {
  margin-left: 20px;
}

.cleaner {
  clear: both;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: unset;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin-top: 20px;
}

.breadcrumb .breadcrumb-item a {
  color: #6ea1e9;
  text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item:before {
  color: white;
}

.breadcrumb .breadcrumb-item.active a {
  color: white;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("../images/arrow.png");
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

#hamburger {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 33px;
  height: 69px;
  margin-left: 20px;
  position: relative;
  background-color: transparent;
  cursor: pointer;
}

#hamburger:hover span {
  background: #082559;
}

#hamburger span {
  position: absolute;
  height: 3px;
  width: 29px;
  background: #082559;
  opacity: 1;
  right: 0;
  left: 0;
  margin: 10px auto;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(2) {
  top: 22px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(3) {
  top: 30px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open span {
  background: #082559;
}

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 12px;
  left: 0px;
}

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 32px;
  left: 0px;
}

.img-border {
  border: 4px solid #ffffff;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #082559;
  background-color: #fed926;
  font-size: 16px;
  font-weight: 900;
  border-radius: 10px;
  width: 200px;
  height: 60px;
}

.btn:hover {
  background-color: #f1c800;
}

menu {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 101;
}

menu .logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 630px;
}

menu .logo img {
  width: 100%;
  height: auto;
}

menu .menu-strip {
  position: absolute;
  top: 0;
  width: 100%;
  background: #fbd000;
  padding: 20px 0;
  z-index: 1;
}

menu .menu-strip .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
}

menu ul li {
  margin: 0 10px;
}

menu ul li a {
  position: relative;
  text-transform: uppercase;
  color: #082559;
  padding: 10px 8px;
  font-weight: 700;
}

menu ul li a:hover {
  text-decoration: none;
  color: #082559;
}

menu ul li a:hover:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: white;
}

menu .kontakt-menu {
  text-align: right;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

menu .kontakt-menu span {
  display: block;
  font-size: 20px;
  color: #082559;
  font-weight: 900;
  margin-bottom: -10px;
}

menu .kontakt-menu a {
  color: #2472dd;
  font-size: 30px;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
}

.header-content {
  position: relative;
  margin-top: -127px;
}

.header-content .header-foto {
  width: 100%;
  height: auto;
  max-height: 880px;
}

.header-content .container-menu {
  position: absolute;
  max-width: 1600px;
  top: 300px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.header-content .text {
  max-width: 650px;
}

.header-content .text .nadpis {
  display: block;
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
}

.header-content .text p {
  color: white;
  margin: 25px 0 35px 0;
}

.podstrana main.container {
  max-width: 1470px;
  padding: 70px 15px;
}

.podstrana main.container .text {
  text-align: left;
}

.podstrana main.container .text h1 {
  font-size: 42px;
  font-weight: 500;
}

.podstrana main.container .text h1:after {
  display: none;
}

.podstrana main.container .text img {
  float: left;
  margin: 0 40px 15px 0;
  width: 100%;
  height: auto;
  max-width: 450px;
}

.podstrana main.container .text p {
  text-align: justify;
}

.podstrana .container-menu {
  top: 180px !important;
}

.podstrana .text {
  text-align: center;
  max-width: unset;
}

.podstrana .text .nadpis {
  font-weight: 900;
}

.podstrana .kontakt-blok {
  margin-top: -80px;
}

.banners {
  text-align: center;
}
.banners img {
  max-width: 350px;
  width: 100%;
  height: auto;
}
.banners a {
  max-width: 350px;
  width: 100%;
  height: auto;
}

.kontakty {
  border: 2px solid #f0f0f0;
  padding: 20px;
}

.kontakty .nadpis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: 700;
  color: #09316f;
}

.kontakty .nadpis:before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff5e10;
  margin-right: 10px;
}

.kontakty .kontakt-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.kontakty .kontakt-item .icon {
  max-width: 42px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 25px;
}

.kontakty .kontakt-item .nazev {
  font-size: 18px;
  font-weight: 900;
  color: #09316f;
}

.kontakty .kontakt-item a {
  display: block;
  color: #09316f;
  font-size: initial;
  overflow-wrap: anywhere;
}

.kontakty .kontakt-item span {
  display: block;
  color: #09316f;
}

.header-foto-podstrana {
  width: 100%;
  min-height: 389px;
  max-height: 389px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ff0000;
  text-align: center;
  font-size: 40px;
  color: white;
  font-weight: 700;
  padding: 8px 15px;
}

.banner span, .banner a {
  text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.6);
}

.banner .yellow-text {
  font-weight: 900;
}

.banner a:hover {
  color: #fbd000;
}

section.o-nas {
  padding: 70px 0;
  background-color: #ffffff;
  background-image: url("../images/vektor-es.png");
  background-repeat: no-repeat;
}

section.o-nas .img-border {
  position: relative;
}

section.o-nas .img-border:first-child {
  z-index: 2;
}

section.o-nas .img-border:nth-child(2) {
  z-index: 1;
  margin-top: -80px;
  margin-left: 160px;
}

section.nase-sluzby {
  padding: 70px 0;
  background-color: #ebebeb;
}

section.nase-sluzby .col-12 {
  margin-top: 20px;
}

section.nase-sluzby .karta {
  position: relative;
  display: block;
  height: 100%;
  padding: 25px 25px 80px 25px;
  background-color: white;
}

section.nase-sluzby .karta .icon {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 110px;
  height: 80px;
}

section.nase-sluzby .karta .icon img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

section.nase-sluzby .karta .nadpis {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #09316f;
}

section.nase-sluzby .karta p {
  margin-top: 10px;
}

section.nase-sluzby .karta .vice {
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin-top: 10px;
}

section.nase-sluzby .karta:hover {
  text-decoration: none;
}

section.nase-sluzby .karta:hover .vice:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

section.nase-sluzby .row .owl-item:nth-child(odd), section.nase-sluzby .row .owl-item:nth-child(odd) .karta {
  background-color: #ffffff;
}

section.nase-sluzby .row .owl-item:nth-child(even), section.nase-sluzby .row .owl-item:nth-child(even) .karta {
  background-color: #fbd000;
}

section.nase-sluzby .row .owl-item:nth-child(even) .karta .icon img {
  filter: brightness(0) invert(1);
}

section.zastupujeme {
  padding: 70px 0 120px;
}

.container-slider {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-slider {
  margin-top: 40px;
  max-width: 1540px;
  padding-right: 115px;
  padding-left: 115px;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 155px;
}

.owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 40px;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  position: absolute;
  display: block;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  background-size: contain !important;
  background-image: url("../images/btn-slider.png") !important;
}

.owl-carousel .owl-nav .owl-prev span, .owl-carousel .owl-nav .owl-next span {
  display: none;
}

.owl-carousel .owl-nav .owl-next {
  right: -100px; 
}

.owl-carousel .owl-nav .owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -200px;
}

.kontakt-blok {
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2170dd;
  text-align: center;
}

.kontakt-blok .blok {
  color: white;
}

.kontakt-blok .blok .nadpis {
  display: block;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.kontakt-blok .blok span {
  display: block;
}

.kontakt-blok .blok a {
  display: block;
  color: white;
}

.kontakt-blok .blok a:hover {
  color: white;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 720px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: auto;
  width: 100%;
}

.gmap_canvas iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 720px;
}

section.mapa {
  position: relative;
  text-align: center;
}

section.mapa .kontakt-blok {
  margin-bottom: -200px;
}

section.mapa a {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 720px;
}

section.mapa a img {
  width: 100%;
  height: auto;
  min-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

section.formular {
  padding-top: 70px;
  padding-bottom: 70px;
}

section.formular h1 {
  margin-top: 20px;
  text-align: center;
  color: #09316f;
}

section.formular h1:after {
  display: none;
}

.contact-form {
  margin-top: 60px;
}

.contact-form .input-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form .input-fields input {
  width: 48.5%;
}

.contact-form textarea {
  margin-top: 30px;
}

.contact-form button {
  margin: 30px auto 0;
  text-transform: uppercase;
  color: white;
}

.contact-form button:hover {
  color: white;
}

footer {
  background-color: #303030;
  padding: 120px 0 140px 0;
}

footer .first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .first-row .socialni-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .first-row .socialni-site a {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #585858;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

footer .first-row .socialni-site a:first-child {
  margin-left: 0;
}

footer .first-row .socialni-site a:hover {
  background: #fdd200;
  border: 1px solid #fdd200;
}

footer hr {
  margin: 60px 0;
  background: #4f4f4f;
}

footer .copyright {
  text-align: left;
  color: #a4a4a4;
}

.news-blok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.news-blok .news-image {
  height: 280px;
}

.news-blok .news-image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-blok .news-blok-inner {
  position: relative;
  background-color: white;
  padding: 20px 30px 45px 30px;
  height: 100%;
}

.news-blok .date {
  display: block;
  color: #676e7c;
  font-size: 18px;
}

.news-blok .title {
  margin: 10px 0 20px;
  max-height: 96px;
  overflow: hidden;
  display: block;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  color: #010e2a;
}

.news-blok .title:hover {
  text-decoration: underline;
}

.news-blok .text {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #676e7c;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.news-blok .link-with-arrow {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

/* MEDIA QUERIES */
@media (max-width: 2000px) {
  menu ul {
    margin: unset;
    margin-left: auto;
  }
}

@media (max-width: 1880px) {
  .header-content .container-menu {
    top: 200px;
  }
}

@media (max-width: 1600px) {
  .header-content .container-menu {
    top: 180px;
  }
  .header-content .header-foto {
    min-height: 720px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1500px) {
  menu .logo {
    max-width: 540px;
  }
  menu .kontakt-menu span {
    font-size: 18px;
  }
  menu .kontakt-menu a {
    font-size: 25px;
  }
}

@media (max-width: 1280px) {
  menu .logo {
    max-width: 420px;
  }
  menu .kontakt-menu {
    display: none;
  }
}

@media (max-width: 1200px) {
  section.o-nas .img-border:nth-child(2) {
    margin-left: 60px;
  }
  .kontakty .kontakt-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .kontakty .kontakt-item .nazev {
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  menu ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .backdrop {
    display: none !important;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
  #hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  menu {
    height: 69px;
  }
  menu ul {
    display: none;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    margin: auto;
    width: 100%;
    top: 69px;
    text-align: center;
    left: 0;
    background: #fbd000;
  }
  menu ul li {
    margin: 15px 0;
  }
  menu ul li a:before {
    display: none;
  }
  menu .menu-strip {
    padding: 0;
  }
  menu .menu-strip .container-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header-foto-podstrana {
    min-height: 320px;
  }
  .header-content .container-menu {
    top: 150px;
  }
  .header-content .header-foto {
    min-height: 500px;
  }
  .header-content .text .nadpis {
    font-size: 40px;
    line-height: 48px;
  }
  .header-content .text p {
    margin: 0 0 10px 0;
  }
  .podstrana main.container .text h1 {
    font-size: 32px;
  }
  .banner {
    font-size: 25px;
  }
  .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .images img {
    width: 50%;
    height: auto;
    margin: unset !important;
    margin-bottom: 40px;
  }
  .kontakty .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kontakty .kontakt-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .kontakty .kontakt-item .nazev {
    margin-top: 0px;
  }
}

@media (max-width: 870px) {
  .kontakty .flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  section.zastupujeme {
    padding: 70px 0 40px;
  }
  section.mapa .kontakt-blok {
    margin-bottom: 0;
  }
  .mapouter {
    height: 500px;
  }
  .podstrana .kontakt-blok {
    margin-top: 0;
  }
  .kontakt-blok {
    margin-bottom: unset;
    max-width: unset;
  }
  .kontakt-blok .blok {
    margin-bottom: 35px;
  }
  .banner {
    font-size: 18px;
  }
  .contact-form {
    margin-top: 0px;
  }
  .contact-form .input-fields {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-form .input-fields input {
    width: 100%;
    margin-top: 30px;
  }
  .contact-form .input-fields input:first-child {
    margin-top: 0px;
  }
  .nase-sluzby .owl-carousel .owl-nav, .nase-sluzby .owl-carousel .owl-dots {
    display: none !important;
}
  footer {
    padding: 100px 0 60px 0;
  }
  footer .first-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer .first-row .logo-paticka {
    margin-bottom: 40px;
  }
  footer .first-row .logo-paticka img {
    width: 100%;
    height: auto;
  }
  footer .copyright {
    text-align: center;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
  menu ul {
    top: 50px;
  }
  menu .menu-strip {
    height: 50px;
  }
  menu .logo {
    max-width: 290px;
  }
  #hamburger span {
    margin: 2px auto;
  }
  .podstrana .container-menu {
    top: 150px !important;
  }
  .header-foto-podstrana {
    min-height: 280px;
  }
  .header-content .container-menu {
    top: 130px;
  }
  .header-content .text .nadpis {
    font-size: 30px;
    line-height: 38px;
  }
  .nase-sluzby .owl-carousel .owl-nav, .nase-sluzby .owl-carousel .owl-dots {
    display: none !important;
}
  .images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .images img {
    width: 100%;
  }
  section.o-nas, section.nase-sluzby {
    padding: 40px 0;
  }
}

@media (max-width: 360px) {
  menu .logo {
    max-width: 260px;
    height: 60px;
  }
  menu .logo img {
    height: 100%;
  }
}

.nase-sluzby .owl-carousel {
  padding: 15px;
}
.header-content .owl-carousel .owl-nav, .header-content .owl-carousel .owl-dots {
  display: none !important;
}
.nase-sluzby .owl-carousel .owl-nav, .nase-sluzby .owl-carousel .owl-dots {
position: absolute;
top: 30%;
}
.header-content .owl-carousel .text {
  padding-left: 2px;
}
.header-content .nadpis.white-text:first-line {
  color: #fbd000;
}
.banner .marquee {
  display: inline-block;
  white-space: nowrap;
  width: auto;
  max-width: 600px;
  margin-bottom: -18px;
  overflow: hidden;
}
.copyright a {
  color: #fbd000;
}
@media (max-width: 1280px) {
 .banner .marquee {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .banner .marquee {
    max-width: 450px;
    margin-bottom: -12px;
  }  
}
@media (max-width: 767px) {
  .banner .marquee {
    max-width: 400px;
    margin-bottom: -8px;
  }  
}
@media (max-width: 630px) {
 .banner .marquee {
    max-width: 300px;
  }
}
@media (max-width: 540px) {
 .banner .marquee {
    max-width: 200px;
  }
}
.html-content table {
  width: 100%;
  margin-bottom: 10px;
}
.html-content table td, .html-content table th {
  padding: 3px;
  border-bottom: 1px solid #fbd000;
}
.html-content table tbody tr:last-child td, .html-content table tbody tr:last-child th {
  border-bottom: none;
}
/*# sourceMappingURL=styles.css.map */