
* {
  --cc-btn-primary-bg: #fcb484;
  --cc-btn-primary-text: #000000;
}

@import url("https://fonts.googleapis.com/css?family=Exo+2:400,700&subset=latin-ext");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: 'Exo 2', sans-serif;
  font-size: 15px;
  background-color: #b0a088;
  margin: 0;
}

h1, h2, h3, h4, p, ul, ol {
  margin-top: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
h3.mb {
  margin-bottom: 28px;
}

h4 {
  font-size: 20px;
  font-weight: bold;
}

a {
  color: #ef7e20;
  font-weight: bold;
  text-decoration: none;
  overflow-wrap: break-word;
}

a:hover {
  color: #bd8763;
}

.form {
  position: relative;
}

.form .message {
  background: #0ea728;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}

.form .message.error {
  background: #ef7e20;
}

.form .message:not(.error) {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 11px 30px;
}
@media screen and (min-width: 1000px) {
  .form .message:not(.error) {
    left: 30px;
    transform: translateX(0);
  }
}
.form .message:not(.error)::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  top: 0; left: 0;
  background: rgba(0,0,0,.3);
}

form label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #18252d;
}

form input, form textarea {
  width: 100%;
  border: 0;
  margin-bottom: 30px;
  padding: 8px;
  font-family: 'Exo 2', sans-serif;
}

form input.btn {
  width: auto;
}

form input:last-child {
  margin-bottom: 0px;
}

img {
  max-width: 100%;
}

.texture a:hover, .dark a:hover {
  color: #fcb484;
}

.container {
  margin: 0;
}

@media screen and (min-width: 1000px) {
  .container {
  	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
  }
}

.btn {
  display: inline-block;
  background: #18252d;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  line-height: 40px;
  padding: 0 28px;
  border: 0;
  cursor: pointer;
}

.btn:hover {
  color: #ef7e20;
}

.btn.btn-main {
  background: #f1ffc0;
  border: 4px solid #d3ff60;
  color: #1a1f00;
}

.btn.btn-main:hover {
  border-color: #f1ffc0;
  background-color: #d3ff60;
  color: #1a1f00;
}

.btn.spinner {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: none;
  cursor: default !important;
  transition: padding 200ms;
}

header {
  position: relative;
}
@media screen and (min-width: 1000px) {
  header.homepage {
    min-height: 800px;
  }
}

header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1000px;
  background: url("/__pfile/web/47-4d89200eb992ec5a3fc07315ae2208dd11d1d7dccfd3de4ce89bcf64857dc10f6ae7b655ce9fc032/top-bg.jpg") center center no-repeat;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  header::before {
    background-color: #aaa;
    background-blend-mode: multiply;
    height: 600px;
  }
}

header nav {
  position: fixed;
  width: 100%;
  z-index: 1010;
}

header nav .container {
  background: #fcb484;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 9px solid #ef7e20;
  z-index: 1000;
  transition: box-shadow 200ms;
}

header nav.scrolled .container {
  box-shadow: 0 5px 10px 2px rgba(0,0,0,.3);
}

header nav .navbar-toggle {
  background: none;
  border: none;
  font-size: 24px;
  padding: 0 20px;
  margin-right: 10px;
  cursor: pointer;
}

header nav .navbar-toggle:hover {
  color: #ef7e20;
}

@media screen and (min-width: 1000px) {
  header nav .navbar-toggle {
    display: none;
  }
}

header nav .logo {
  background: #000000;
  display: inline-block;
  padding: 10px 20px;
  height: 60px;
  transition: height 200ms;
}

header nav .logo img {
  height: 40px;
  transition: height 200ms;
}

@media screen and (min-width: 1000px) {
  header nav:not(.scrolled) .logo {
    height: 100px;
  }
  header nav:not(.scrolled) .logo img {
    height: 80px;
  }
}

header nav .navbar {
  display: none;
  background: #fcb484;
  list-style: none;
  margin: 0;
  padding: 9px;
  position: absolute;
  top: 100%;
  width: 100%;
}

header nav .navbar li {
  text-align: center;
}

header nav .navbar li.active, header nav .navbar li:hover {
  background-color: #f1ffc0;
}

header nav .navbar li a {
  padding: 9px 0;
  display: inline-block;
  width: 100%;
  font-size: 17px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
}

@media screen and (max-width: 999px) {
  header nav .navbar.expanded {
    display: block;
    z-index: 1000;
  }
}

@media screen and (min-width: 1000px) {
  header nav .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  header nav .navbar li {
    margin-bottom: -9px;
    border-bottom: 9px solid #ef7e20;
  }
  header nav .navbar li.active, header nav .navbar li:hover {
    border-color: #d3ff60;
  }
  header nav .navbar li:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
    z-index: 1;
  }
  header nav .navbar li a {
    padding: 0 28px;
    line-height: 60px;
    transition: line-height 200ms;
  }
  header nav:not(.scrolled) .navbar li a {
    line-height: 100px;
  }
}

header nav .social {
  display: inline-block;
  white-space: nowrap;
  margin-left: auto;
  margin-right: 10px;
  line-height: 60px;
  transition: line-height 200ms;
  font-size: 24px;
  color: #bd8763;
}
header nav .social a {
  color: #bd8763;
}
header nav .social a:hover {
  color: #ef7e20;
}
@media screen and (min-width: 1000px) {  
  header nav .social {
    margin-right: 36px;
  }
  header nav:not(.scrolled) .social {
    line-height: 100px;
  }
}

header main {
  position: relative;
  z-index: 1;
  padding-top: 115px;
  padding-bottom: 45px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

}
header.homepage main {
  padding-bottom: 135px;
}
@media screen and (min-width: 1000px) {
  header main {
    padding-top: 200px;
    padding-bottom: 90px;
    height: 510px;
  }
  header.homepage main {
    height: auto;
  }
}

header main .container {
  padding-left: 18px;
  padding-right: 18px;
}

@media screen and (min-width: 1000px) {
  header main .container {
    padding-left: 48px;
    padding-right: 680px;
  }
}

header main .container h1 {
  position: relative;
  display: inline-block;
  margin: 0 0 50px 0;
  text-shadow: 1px 2px 4px #333;
}

header main .container h1:after {
  content: '';
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 50%;
  height: 4px;
  background: #ef7e20;
}

header main .container p {
  margin: 0 0 26px 0;
  font-size: 18px;
  font-weight: 500;
  text-shadow: 1px 2px 4px #333;
}

section {
  position: relative;
  background: #ffffff;
  padding: 30px 18px;
  text-align: center;
  color: #293e4b;
}
section.slim {
  padding: 18px 
}
@media screen and (min-width: 1000px) {
  section {
    padding: 58px;
  }
  section.slim {
    padding: 28px 58px 
  }
}

section h2, section h3, section h4 {
  color: #18252d;
}

section h3 {
  margin-bottom: 4px;
}

section h2.underline {
  position: relative;
  margin-bottom: 40px;
}

section h2.underline:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: calc(50% - 35px);
  width: 70px;
  height: 4px;
  background: #ef7e20;
}

.texture {
  background: url("/__pfile/web/46-c871d60b4d3447534a4b3a89d3e652ff5cf3a8f0fa657030477dd1ebf3022fe0c875db522b8398fb/texture.png");
}

.texture, .texture h2, .texture h3, .texture h4 {
  color: #ffffff;
}

.texture.arrow::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  border-top: 16px solid #07151e;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  z-index: 1;
}

.dotted {
  background: url("/__pfile/web/49-51d41537bb5cc8198083e29c60611daa5f6f4dab12b250b899ca87ddb24ec3ca276ee840e75169da/dot.png");
}

.dotted.arrow::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  border-top: 16px solid #efefef;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  z-index: 1;
}

.texture section, .dotted section {
  background: none;
}

section.left {
  text-align: left;
}

section.left h2.underline::after {
  left: 0;
}

#why {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #why {
    padding: 58px 100px 38px;
    margin-top: -100px;
  }
}

#why h3 {
  margin-bottom: 31px;
}

@media screen and (min-width: 1000px) {
  #why .why-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 32px 208px 32px 1fr;
        grid-template-columns: 1fr 208px 1fr;
    grid-gap: 32px;
  }
  
  #why .why-inner > *:nth-child(1) {
    -ms-grid-column: 1;
  }
  #why .why-inner > *:nth-child(2) {
    -ms-grid-column: 3;
  }
  #why .why-inner > *:nth-child(3) {
    -ms-grid-column: 5;
  }
  
  
  #why .why-inner h2, #why .why-inner div {
    padding-top: 48px;
  }
  
  #why .why-inner h2 {
    font-size: 32px;
    text-align: right;
  }

  #why .why-inner div {
    text-align: left;
  }
}

#services .row {
  margin-top: 50px;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: grid;
  grid-column-gap: 20px;
}
@media screen and (min-width: 640px) {
  #services .row {
    grid-template-columns: 1fr 1fr;
  }
  #services .row .item {
    -ms-flex: 29% 1 0;
  }
}
@media screen and (min-width: 980px) {
  #services .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#services .row .item {
  position: relative;
  padding: 0 30px 30px 15px;
  text-align: left;
  border-right: 1px solid #efefef;
  font-size: 15px;
}

#services .row .item:after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 9px;
  height: 370px;
  background: #ef7e20;
}

#services .row .item .main-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 250px;
  right: -1px;
  overflow: hidden;
}

#services .row .item .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#services .row .item .main-image:hover img {
  filter: brightness(.75);
}

#services .row .item h4 {
  font-size: 25px;
  position: absolute;
  width: 80%;
  top: 280px;
}
@media screen and (min-width: 1000px) {
  #services .row .item h4 {
    width: 90%;
  }
}

#services .row .item h4 a {
  color: black;
}
#services .row .item h4 a:hover {
  color: #bd8763}

#services .row .item ul, #services .row .item p {
  margin-top: 400px;
}

#services .row .item ul {
  padding-left: 25px;
}

#services .row .photo {
  background: url("/__pfile/web/48-a999a6a9399ddd834c3e10c7cb9f2a88ee15a0cbbcc46c443e000dbebd373a0c1125d6dccb352d0d/vana.jpg") center/cover;
  min-height: 220px;
  margin: 0 -18px;
}
#services .row .item.dark {
  margin: 0 -18px;
  background: #07151e;
  padding-left: 18px;
}
@media screen and (min-width: 1000px) {
  #services .row .photo, #services .row .item.dark {
    margin: 0;
  }
}
@media screen and (max-width: 1299.999px) {
  #services .row .item.dark::after {
  	display: none;
  }
}

#services .row .item.dark, #services .row .item.dark h4 {
  color: #ffffff;
}

#services .row .item.dark:after {
  height: 100%;
}

#services .row .item.ln2 {
  padding-bottom: 30px;
}

#services .row .item.ln2 h4 {
  padding-top: 30px;
}

#services .row .img-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 245px 1fr;
      grid-template-rows: 245px 1fr;
}

#services .row .img-item img {
  max-width: 100%; 
  max-height: 100%;
  padding-left: 30px;
}

#services .row .img-item h4 {
  padding-top: 1rem !important;
}

section#contact {
  padding-top: 0;
}

@media screen and (min-width: 1000px) {
  #contact .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 70px;
    text-align: left;
    margin-top: 50px;
  }
  
  #contact .row >*:nth-child(1) {
    -ms-grid-column: 1;
  }
  #contact .row >*:nth-child(2) {
    -ms-grid-column: 3;
  }
}

#contact .row .postup {
  padding-top: 30px;
}

.form {
  padding: 30px;
  background: #efefef;
}

#services-menu .menu {
  margin: 0;
  padding: 18px 0 0 0;
  text-align: left;
  list-style-type: none;
}

@media screen and (min-width: 1000px) {
  #services-menu .menu {
    columns: 3;
    padding: 62px 0 0 0;
  }
}

#about-menu .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style-type: none;
}
@media screen and (min-width: 1000px) {
  #about-menu .menu {
    columns: 3;
    text-align: center;
  }
}

#services-menu .menu a, #about-menu .menu a {
  color: #bebebe;
  font-weight: 500;
  line-height: 1.75;
}

#services-menu .menu a:hover, #services-menu .menu a.active,
#about-menu .menu a:hover, #about-menu .menu a.active {
  color: #ffffff;
}

#services-menu .menu a:before, #about-menu .menu a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: .5rem;
}

#services-crossroads .item {
  margin-bottom: 28px;
}
#services-crossroads .item .main-image {
  flex: 200px 0 0;
  display: inline-block;
  width: 200px;
  height: 150px;
  overflow: hidden;
}
#services-crossroads .item .main-image img {
  object-fit: cover;
}
#services-crossroads .item .main-image:hover img {
  filter: brightness(.7);
}
#services-crossroads .item h2 {
  font-size: 32px;
  line-height: 32px;
}
#services-crossroads .item h2 a {
  color: #000000;
}
#services-crossroads .item h2 a:hover {
  color: #bd8763;
}
#services-crossroads .item ul {
  text-align: left;
}
@media screen and (min-width: 800px) {
  #services-crossroads {
  	test-align: left;
  }
  #services-crossroads .item {
    display: flex;
  }
  #services-crossroads .item .main-image {
    margin-right: 28px;
  }
  #services-crossroads .item h2 {
    text-align: left;
  }
}

.cta {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media screen and (min-width: 1000px) {
  .cta {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta p {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  #address .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    padding-top: 42px;
  }
  #address .row > *:nth-child(1) {
    -ms-grid-column: 1;
  }
  #address .row > *:nth-child(2) {
    -ms-grid-column: 2;
  }
  
  #address .row.line {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;  
  }
  
  #contacts .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;  
  }
  #contacts .row > *:nth-child(1) {
    -ms-grid-column: 1;
  }
  #contacts .row > *:nth-child(2) {
    -ms-grid-column: 2;
  }
  #contacts .row > *:nth-child(3) {
    -ms-grid-column: 1;
  }
  #contacts .row > *:nth-child(4) {
    -ms-grid-column: 2;
  }
}

#address .row p, #contacts .row p  {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #address .row p, #contacts .row p {
    padding-left: 65px;
    text-align: left;
  }
}

#address .row p .icon, #contacts .row p .icon {
  font-size: 52px;
  text-align: center;
  color: #cccccc;
  display: block;
  padding-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  #address .row p .icon, #contacts .row p .icon {
    position: absolute;
    left: 0;
    width: 52px;
  }  
}
.orange {
  color: #ef7e20 !important; 
}

.panorama {
  cursor: pointer;
}
.panorama:hover .fas {
  color: #ef7e20 !important; 
}

#map-container {
	position: relative;
  padding-botom: 30px;
  min-height: 300px;
  background: white;
}

#map-container #map {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  box-shadow: 0 25px 40px -15px rgba(0,0,0,.4);
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  #map-container {
    padding-bottom: 30%;
  }
  #map-container #map {
    left: 50px;
    width: calc(100% - 100px);
  }
}

#contacts {
  padding-top: 108px;
  margin-top: -50px;
}

.gallery {
  text-align: center;
  display: -ms-flexbox; 
  -ms-flex-wrap: wrap;
  display: grid;
}
.gallery figure {
  -ms-flex: 100% 1 1;
}
@media screen and (min-width: 600px) {
  .gallery {
    grid-template-columns: 1fr 1fr; 
  }
  .gallery figure {
    -ms-flex: 45% 1 1;
  }
}
@media screen and (min-width: 1200px) {
  .gallery {
    grid-template-columns: 1fr 1fr 1fr; 
  }
  .gallery figure {
    -ms-flex: 29% 1 1;
  }  
}

.gallery figure {
  padding: 0;
  margin: 0 20px 40px 20px;
}

.gallery figure a {
  display: inline-block;
  margin-bottom: 18px;
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}

.gallery figure a::before {
  content: "";
  display: block;
  position: absolute;
  width: 140px;
  height: 80px;
  bottom: 0;
  right: 0;
  background: #07151e;
  z-index: 2;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  transform: translate(50%, 50%);
  transition: transform 200ms 100ms;  
}

.gallery figure a::after {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f00e";
  font-size: 30px;
  color: white;
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 12px;
  opacity: 0;
  transition: opacity 200ms;
}

.gallery figure a:hover::before {
  transform: translate(0, 0);
  transition: transform 200ms;
}

.gallery figure a:hover::after {
  opacity: 1;
  transition: opacity 200ms 100ms;
}

.gallery figure a img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: 1;
}

.gallery figure figcaption {
	text-align: left;
}

footer {
  background: url("/__pfile/web/46-c871d60b4d3447534a4b3a89d3e652ff5cf3a8f0fa657030477dd1ebf3022fe0c875db522b8398fb/texture.png");
  text-align: center;
  padding: 78px 18px 120px 18px;
  color: #ffffff;
}

footer .logo {
  height: 60px;
}
@media screen and (min-width: 1000px) {
  footer .logo {
    height: 98px;
  }
}

footer .contact {
  margin: 30px 0;
  font-size: 16px;
}
footer .contact span {
  display: block;
}
footer .contact span i {
  padding-right: 10px;
}
@media screen and (min-width: 1000px) {
  footer .contact {
    margin: 62px 0 44px;
    font-size: 20px;
  }
  footer .contact span {
    display: inline-block;
  }
  footer .contact span:first-child::after {
    content: "|";
    padding: 0 18px;
  }
}

footer .copy {
  font-size: 14px;
}

footer .copy .gr {
  color: #ef7e20;
}

.scroll-hint {
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  top: -92px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}

.scroll-hint a {
  position: absolute;
  background-color: #ef7e20;
  color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
}

.scroll-hint a:hover {
  color: white;
}

.scroll-hint a i {
  line-height: 46px;
}

@-webkit-keyframes shrink {
  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  0%,to {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

@keyframes shrink {
  10% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
  0%,to {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
}

.scroll-hint:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fcb484;
  border-radius: 50%;
  opacity: .5;
  z-index: 1;
  -webkit-animation: shrink 2s ease 0s infinite;
  animation: shrink 2s ease 0s infinite;
}

.postup ol {
  list-style: none;
  counter-reset: olcounter;
  padding: 0;
  display: grid;
  grid-auto-rows: 1fr;
  align-items: center;
}

.postup ol li {
  counter-increment: olcounter;
  margin-bottom: 28px;
  text-align: left;
  position: relative;
  margin-left: 40px;
}
@supports(display: grid) {
  .postup ol li {
    margin-bottom: 14px; 
  }
}

.postup ol li::before {
  content: counter(olcounter);
  font-weight: bold;
  font-size: 44px;
  line-height: 44px;
  flex: 0 0 30px;
  color: #fcb484;
  display: block;
  width: 30px;
  text-align: center;
  position: absolute;
  left: -40px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}

.subsection {
  margin-bottom: 80px;
}
.subsection:last-child {
  margin-bottom: 0px;
}
.subsection::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}

.dodavatele {
  display: flex;
  flex-wrap: wrap;
}

.dodavatele .item {
  text-align: center;
  padding: 28px;
}

.dodavatele .item a {
  display: inline-block;
  width: 60%;
  height: 60px;
  margin-bottom: 14px;
}

.dodavatele .item a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.dodavatele .item {
  flex: 100% 0 0;
}
@media screen and (min-width: 600px) {
  .dodavatele .item {
    flex: 50% 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .dodavatele .item {
    flex: 33% 0 0;
  }
}

.koupelna-3d {
  width: 100%;
  height: 600px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  border-color: rgba(255,255,255,.3) !important; 
  border-radius: 50% !important; 
}

/*# sourceMappingURL=style.css.map */