@import '../../vendor/bootstrap/bootstrap.min.css';
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1MmgWxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  scroll-padding-top: 170px;
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
* p {
  color: #1A1B23;
  font-size: 20px;
}
.odstavec {
  padding: 50px 0;
}
.odstavec .odstavec_nadpis {
  text-align: center;
  font-weight: 800;
  margin: 0;
  padding: 45px 0;
  font-size: 40px;
  color: #1A1B23;
}
.odstavec ul li,
.odstavec ol li {
  font-size: 20px;
}
.btn {
  padding: 15px 35px;
  font-size: 20px !important;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
}
.btn-white {
  background-color: #fff;
  color: #D79728;
  background-size: auto 100%;
  background-image: linear-gradient(35deg, #fff 0, #fff 75%, #f4f4f4 75%);
  border: 0;
  transition: 0.3s;
}
.btn-white:hover {
  color: #D79728;
  transition: 0.3s;
  background-size: auto 850%;
}
.btn-yellow {
  background-color: #D79728;
  color: #fff;
  background-size: auto 100%;
  transition: 0.3s;
  background-image: linear-gradient(35deg, #D79728 0, #D79728 75%, #c98b22 75%);
}
.btn-yellow:hover {
  color: #fff;
  transition: 0.3s;
  background-size: auto 850%;
}
.navbar {
  padding: 0;
  max-height: 100px;
  position: fixed;
  width: 100%;
  z-index: 100001;
  background: #fff;
}
.navbar .navbar-brand img {
  height: 75px;
  object-fit: contain;
  padding: 10px;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: #fff;
    flex-direction: column;
    padding: 15px 35px;
  }
  .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    border-bottom: 1px solid #eeeeee;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    background-color: #1A1B23;
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.sep,
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
}
.navbar .navbar-brand {
  padding: 0 !important;
}
.navbar .container-fluid {
  padding: 0;
}
.navbar .container-fluid .nav-link {
  color: #1A1B23;
  font-size: 20px;
  font-weight: 100;
  padding: 0 25px;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .navbar .container-fluid .nav-link {
    padding: 0 15px;
    font-size: 17px;
  }
}
.navbar .container-fluid .nav-link.active,
.navbar .container-fluid .nav-link:hover {
  color: #D79728;
}
.navbar .btn-menu {
  height: 100px;
  padding: 0 25px;
  line-height: 100px;
  background-color: #D79728;
  border-radius: 0;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-size: auto 100%;
  transition: 0.3s;
  background-image: linear-gradient(35deg, #D79728 0, #D79728 75%, #c98b22 75%);
}
@media (max-width: 1200px) {
  .navbar .btn-menu {
    font-size: 17px !important;
    padding: 0 25px !important;
  }
}
@media (max-width: 991px) {
  .navbar .btn-menu {
    height: 70px;
    line-height: 70px;
  }
}
.navbar .btn-menu:hover {
  color: #fff;
  transition: 0.3s;
  background-size: auto 650%;
}
#slider {
  max-height: calc(100vh - 100px);
}
#slider .owl-item {
  position: relative;
}
#slider .owl-item img {
  max-height: calc(100vh - 100px);
  min-height: 700px;
  object-fit: cover;
}
#slider .owl-item .banner-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1a1b23b8;
  padding: 25px 0 0 25px;
  max-width: fit-content;
}
@media (max-width: 600px) {
  #slider .owl-item .banner-text {
    padding: 15px;
  }
  #slider .owl-item .banner-text p {
    text-align: center !important;
  }
}
#slider .owl-item .banner-text .btn {
  margin-top: 25px;
}
#slider .owl-item .banner-text .btn-white {
  position: relative;
  padding: 15px 35px 15px 55px !important;
}
#slider .owl-item .banner-text .btn-white:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 50px;
  background-repeat: no-repeat;
  background-image: url(/layout/images/phone.png);
}
#slider .owl-item .banner-text p {
  margin: 0;
}
#slider .owl-item .banner-text h1 {
  font-size: 82px;
  color: #fff;
  font-weight: 600;
  padding-right: 55px;
}
@media (max-width: 901px) {
  #slider .owl-item .banner-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  #slider .owl-item .banner-text h1 {
    padding-right: 0;
    text-align: center;
  }
}
#slider .owl-item .banner-text h1 em {
  font-size: 60px;
  font-style: normal;
}
@media (max-width: 901px) {
  #slider .owl-item .banner-text h1 em {
    font-size: 30px;
  }
}
.tiles {
  background-color: transparent;
  padding: 0;
}
.tiles .container-fluid {
  padding: 0;
}
.tiles .col-md-4 {
  background-color: #1A1B23;
  padding: 25px 15px;
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .tiles .col-md-4 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.tiles .col-md-4:hover {
  cursor: pointer;
  background-color: rgba(26, 27, 35, 0.55);
}
.tiles .col-md-4 img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  z-index: -1;
  height: 100%;
  width: 100%;
  object-position: bottom;
}
.tiles .col-md-4:last-child {
  border-right: 0;
}
.tiles .col-md-4 h2 {
  color: #fff;
  font-size: 33px;
  font-weight: 300;
  margin-bottom: 15px;
}
@media (max-width: 600px) {
  .tiles .col-md-4 h2 {
    font-size: 25px !important;
  }
}
.tiles .col-md-4 a {
  color: #D79728;
}
.about-hp {
  background-color: #F8F8F8;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-hp .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 10px 0;
  }
  .about-hp .col-md-6:last-child {
    order: 0;
  }
  .about-hp .col-md-6:first-child {
    order: 1;
  }
}
.about-hp .container {
  padding: 35px;
  background-color: #fff;
  position: relative;
  transform: translateY(100px);
}
.about-hp .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 9px;
  background-image: url(/layout/images/line.png);
}
.about-hp .container p {
  margin: 0;
}
.about-hp .container strong {
  color: #D79728;
  font-size: 20px;
  text-transform: uppercase;
}
.about-hp .container h2 {
  color: #1A1B23;
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 25px;
}
.about-hp .container .btn {
  color: #D79728;
  background-color: #F8F8F8;
  border: 0;
  margin-top: 25px;
}
.dark-background {
  background-color: #1A1B23;
  padding: 100px 0;
  padding-bottom: 150px;
}
@media (max-width: 1250px) {
  .dark-background .col-md-4,
  .dark-background .col-md-2 {
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
  }
  .dark-background .col-md-6 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .dark-background .col-md-4,
  .dark-background .col-md-2 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.dark-background .container {
  padding: 0;
}
.dark-background p {
  color: #fff;
}
.dark-background h2 {
  color: #D79728;
  font-size: 30px;
  font-weight: 900;
}
.dark-background .col-md-4 {
  padding-top: 10px;
}
.dark-background .col-md-4 img {
  margin: 0 15px;
}
.ref-hp {
  background-color: #F8F8F8;
  padding: 0;
  max-height: 850px;
}
@media (max-width: 991px) {
  .ref-hp {
    max-height: none;
  }
  .ref-hp .col-md-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100%;
  }
}
.ref-hp .btn {
  margin-left: 10px;
}
.ref-hp .container {
  padding: 35px;
  background-color: #fff;
  position: relative;
  transform: translateY(-100px);
}
.ref-hp .container strong {
  text-transform: uppercase;
}
.ref-hp .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 9px;
  background-image: url(/layout/images/line.png);
}
.ref-hp .container p {
  margin: 0;
}
.ref-hp .container strong {
  color: #D79728;
  font-size: 20px;
}
.ref-hp .container h2 {
  color: #1A1B23;
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 25px;
}
.ref-hp .container .btn {
  color: #D79728;
  background-color: #F8F8F8;
  border: 0;
  margin-top: 25px;
}
.ref-hp #references-wrap .col-md-6 {
  position: relative;
  min-height: 350px;
  max-width: 48%;
  margin: 1%;
  overflow: hidden;
}
.ref-hp #references-wrap .col-md-6:hover img {
  transform: scale(1.2);
}
.ref-hp #references-wrap .col-md-6 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.3s;
}
.ref-hp #references-wrap .ref-desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  padding: 20px 40px 20px 20px;
  z-index: 10001;
  background-color: rgba(26, 27, 35, 0.85);
  pointer-events: none;
  max-width: 75%;
}
.ref-hp #references-wrap .ref-desc h3 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 900;
}
.ref-hp #references-wrap .ref-desc strong {
  text-transform: initial;
}
.form-hp {
  background-color: #1A1B23;
  padding: 100px 0;
  padding-bottom: 150px;
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 1250px) {
  .form-hp .col-md-4,
  .form-hp .col-md-2 {
    flex: 0 0 50%;
    width: 100%;
    max-width: 50%;
  }
  .form-hp .col-md-6 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 650px) {
  .form-hp .col-md-4,
  .form-hp .col-md-2 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.form-hp .container {
  padding: 0;
}
.form-hp p {
  color: #fff;
}
.form-hp h2 {
  color: #D79728;
  font-size: 30px;
  font-weight: 900;
}
.form-hp .col-md-4 {
  padding-top: 10px;
}
.form-hp .col-md-4 img {
  margin: 0 15px;
}
@media (max-width: 991px) {
  .form-hp {
    padding-top: 50px;
  }
  .form-hp .col-md-8,
  .form-hp .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.form-hp h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
}
.form-hp .col-md-4 {
  padding-top: 0;
}
.form-hp .col-md-4 form {
  color: #fff;
}
.form-hp .col-md-4 form .col-12,
.form-hp .col-md-4 form .col-md-12 {
  padding-right: 0;
}
.form-hp .col-md-4 form .col-md-6:nth-child(2) {
  padding-right: 0;
}
.form-hp .col-md-4 form .required {
  display: none;
}
.form-hp .col-md-4 form label {
  display: none;
}
.form-hp .col-md-4 form .form-control {
  background-color: #20212A;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #D79728;
  color: #fff;
}
.form-hp .col-md-4 form textarea {
  max-height: 80px;
}
footer {
  padding: 50px 0 0;
  background-color: #F8F8F8;
}
footer p {
  font-size: 20px;
}
footer .row {
  padding-bottom: 25px;
}
footer .row .row {
  border-bottom: 1px solid #dedede;
  margin-bottom: 40px;
}
footer .container {
  max-width: 1350px !important;
}
footer a {
  color: #D79728;
}
footer .col-md-2 {
  font-size: 20px;
}
@media (max-width: 1200px) {
  footer .col-md-2 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    margin: 15px 0;
  }
  footer .col-md-2:first-child {
    display: none;
  }
}
@media (max-width: 500px) {
  footer .col-md-2 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
footer .col-md-2 u {
  text-transform: uppercase;
  text-decoration: none;
}
footer .col-md-2:nth-child(2) a,
footer .col-md-2:nth-child(3) a {
  color: #1A1B23;
}
.page-header {
  padding-top: 0;
}
.page-header .container-fluid {
  padding: 0;
}
.page-header .container-fluid .col-md-6 {
  padding: 0;
  min-height: 500px;
}
@media (max-width: 991px) {
  .page-header .container-fluid .col-md-6 {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .page-header .container-fluid .col-md-6 {
    min-height: 90px;
  }
}
.page-header .container-fluid .col-md-6:first-child {
  position: relative;
}
.page-header .container-fluid .col-md-6:first-child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-header .container-fluid .col-md-6:first-child img {
    height: 200px;
  }
}
.page-header .container-fluid .col-md-6:last-child {
  padding: 150px 75px;
  background-color: #1A1B23;
}
@media (max-width: 991px) {
  .page-header .container-fluid .col-md-6:last-child {
    padding: 35px;
  }
}
.page-header .container-fluid .col-md-6:last-child strong {
  color: #fff;
  font-size: 42px;
  font-weight: 100;
  padding-right: 50px;
}
@media (max-width: 991px) {
  .page-header .container-fluid .col-md-6:last-child strong {
    font-size: 30px;
  }
}
.page-header .container-fluid .col-md-6:last-child h1 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-content {
  padding: 50px 0;
}
.page-content .col-md-6:last-child {
  position: relative;
  padding-right: 50px;
}
.page-content .col-md-6:last-child:before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 70px;
  background-image: url(/layout/images/logo-watermark.png);
  background-repeat: no-repeat;
  height: 220px;
  width: 250px;
  z-index: -1;
  opacity: 0.5;
  background-size: 100%;
}
.page-content .col-md-6:first-child {
  background: #D79728;
  padding: 75px 35px;
  max-width: 35%;
  transform: translateY(-75%);
  display: block;
  margin: 0 auto;
  background-color: #D79728;
  background-image: linear-gradient(339deg, #D79728 0, #D79728 75%, #c98b22 75%);
}
@media (max-width: 1250px) {
  .page-content .col-md-6:first-child {
    max-width: 45%;
  }
}
@media (max-width: 901px) {
  .page-content .col-md-6:first-child {
    max-width: 50%;
    transform: none;
  }
}
@media (max-width: 901px) {
  .page-content .col-md-6:first-child {
    max-width: 100%;
    padding-right: 20px 35px;
    margin-bottom: 25px;
  }
}
.page-content .col-md-6:first-child h2 {
  color: #fff;
  font-weight: 900;
}
.page-content .col-md-6:first-child p {
  color: #fff;
}
.nabidka_sluzeb .page-header {
  padding-bottom: 0;
}
.services {
  background-color: #1A1B23;
  padding: 50px 0 100px;
}
@media (max-width: 991px) {
  .services {
    padding: 50px 0;
  }
}
.services .odstavec_nadpis {
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 40px;
}
.services .col-md-4 {
  background-color: #32333f;
  padding: 0;
  max-width: 31.333%;
  flex: 0 0 31.333%;
  margin: 0 1%;
  position: relative;
  padding-bottom: 95px;
}
@media (max-width: 901px) {
  .services .col-md-4 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    margin: 15px 0;
  }
}
.services .col-md-4 img {
  max-height: 200px;
  object-fit: cover;
  object-position: bottom;
}
.services .col-md-4 .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.services .col-md-4 h3 {
  padding: 0 25px;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1300px) {
  .services .col-md-4 h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .services .col-md-4 h3 {
    font-size: 20px;
  }
}
.services .col-md-4:nth-child(2) {
  transform: translateY(50px);
}
@media (max-width: 991px) {
  .services .col-md-4:nth-child(2) {
    transform: none;
  }
}
.services .col-md-4 p {
  padding: 0 25px;
  color: #fff;
}
.services .col-md-4 p:first-child {
  padding: 0;
}
.ref-page {
  padding-top: 0;
}
.ref-page #references-wrap .col-md-6 {
  margin-bottom: 20px;
}
.ref-page #references-wrap .col-md-6:hover img {
  transform: scale(1.2);
}
.ref-page #references-wrap .ref-desc {
  padding: 20px 40px 20px 20px;
  z-index: 10001;
  border: 1px solid #1a1b2326;
  pointer-events: none;
  height: 100%;
  position: relative;
  border-radius: 10px;
  padding-bottom: 50px;
}
.ref-page #references-wrap .ref-desc:before {
  content: '';
  background-image: url(/layout/images/quotes.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 30px;
  background-size: contain;
  opacity: 0.7;
}
.ref-page #references-wrap .ref-desc .ref-text {
  padding-left: 65px;
}
.ref-page #references-wrap .ref-desc .ref-text p {
  font-size: 16px;
  font-style: italic;
}
.ref-page #references-wrap .ref-desc h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.ref-page #references-wrap .ref-desc strong {
  text-transform: initial;
  color: #D79728;
}
.ref-page #references-wrap .client {
  text-align: right;
  color: #D79728;
  padding-top: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.calculace,
.contact {
  padding: 0;
}
.calculace .container-fluid,
.contact .container-fluid {
  padding: 0;
}
@media (max-width: 768px) {
  .calculace .col-md-6,
  .contact .col-md-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.calculace .col-md-6:first-child,
.contact .col-md-6:first-child {
  background-color: #1A1B23;
  padding: 50px 0;
  background-image: linear-gradient(339deg, #1A1B23 0, #1A1B23 75%, #1A1B23 75%);
}
@media (max-width: 768px) {
  .calculace .col-md-6:first-child,
  .contact .col-md-6:first-child {
    order: 2;
  }
}
.calculace .col-md-6:first-child h2,
.contact .col-md-6:first-child h2 {
  color: #fff !important;
  font-weight: 100;
}
@media (max-width: 991px) {
  .calculace .col-md-6:first-child h2,
  .contact .col-md-6:first-child h2 {
    font-size: 20px !important;
  }
}
.calculace .col-md-6:last-child,
.contact .col-md-6:last-child {
  padding: 50px;
  position: relative;
}
.calculace .col-md-6:last-child:before,
.contact .col-md-6:last-child:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  height: 100%;
  width: 9px;
  background-image: url(/layout/images/line.png);
}
.calculace .col-md-6:last-child:after,
.contact .col-md-6:last-child:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 70px;
  background-image: url(/layout/images/logo-watermark.png);
  background-repeat: no-repeat;
  height: 220px;
  width: 250px;
  z-index: -1;
  opacity: 0.1;
  background-size: 100%;
}
.calculace .col-md-6:last-child a,
.contact .col-md-6:last-child a {
  font-size: 30px;
  color: #D79728;
}
@media (max-width: 991px) {
  .calculace .col-md-6:last-child a,
  .contact .col-md-6:last-child a {
    font-size: 18px !important;
  }
}
.calculace .col-md-6:last-child h2,
.contact .col-md-6:last-child h2 {
  color: #989898 !important;
  font-weight: 900;
}
.calculace form,
.contact form {
  color: #fff;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  padding: 0 25px;
}
.calculace form .text-right,
.contact form .text-right {
  text-align: center !important;
}
.calculace form .col-md-6,
.contact form .col-md-6,
.calculace form .col-md-12,
.contact form .col-md-12 {
  padding: 15px !important;
}
.calculace form .required,
.contact form .required {
  display: none;
}
.calculace form label,
.contact form label {
  display: none;
}
.calculace form .form-control,
.contact form .form-control {
  background-color: #20212A;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #D79728;
  color: #fff;
}
.calculace form textarea,
.contact form textarea {
  max-height: 80px;
}
.kalkulace .page-header,
.kontakt .page-header {
  padding-bottom: 0;
}
select:invalid {
  color: gray !important;
}
.photogallery {
  padding-top: 0;
}
.photogallery .container-fluid {
  padding: 0;
}
.photogallery #galleries .text-center {
  padding-top: 50px;
}
.photogallery #galleries h2 {
  text-align: center;
  font-weight: 800;
  margin: 0;
  padding-bottom: 50px;
  font-size: 40px;
  color: #1A1B23;
}
.photogallery #galleries .col-md-4 {
  padding: 5px;
}
.photogallery #galleries .col-md-3 {
  padding: 1px;
}
.photogallery #galleries .col-md-4:hover,
.photogallery #galleries .col-md-3:hover {
  cursor: pointer;
}
.photogallery #galleries .col-md-4:hover img,
.photogallery #galleries .col-md-3:hover img {
  transform: scale(1.2);
  filter: brightness(1);
}
.photogallery #galleries .col-md-4 .zoom,
.photogallery #galleries .col-md-3 .zoom {
  overflow: hidden;
  height: 350px;
}
@media (max-width: 1200px) {
  .photogallery #galleries .col-md-4 .zoom,
  .photogallery #galleries .col-md-3 .zoom {
    height: 250px;
  }
}
.photogallery #galleries .col-md-4 .zoom .ref-text,
.photogallery #galleries .col-md-3 .zoom .ref-text {
  position: absolute;
  bottom: 25px;
  left: 5px;
  padding: 20px 40px 20px 20px;
  z-index: 101;
  background-color: rgba(26, 27, 35, 0.85);
  max-width: 85%;
  pointer-events: none;
}
@media (max-width: 991px) {
  .photogallery #galleries .col-md-4 .zoom .ref-text,
  .photogallery #galleries .col-md-3 .zoom .ref-text {
    padding: 20px 40px 20px 40px;
  }
}
.photogallery #galleries .col-md-4 .zoom .ref-text h3,
.photogallery #galleries .col-md-3 .zoom .ref-text h3 {
  color: #fff;
  font-size: 20px !important;
  font-weight: 900;
}
.photogallery #galleries .col-md-4 .zoom .ref-text strong,
.photogallery #galleries .col-md-3 .zoom .ref-text strong {
  color: #D79728;
  font-size: 20px;
}
.photogallery #galleries .col-md-4 .zoom img,
.photogallery #galleries .col-md-3 .zoom img {
  width: 100%;
  height: 350px;
  filter: brightness(0.8);
  transition: 0.3s;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .photogallery #galleries .col-md-4 .zoom img,
  .photogallery #galleries .col-md-3 .zoom img {
    height: 250px;
  }
}
.gallery #gallery {
  padding: 0;
  margin: 0;
}
.gallery #gallery .gallery-item {
  list-style-type: none;
  margin: 10px;
}
.gallery #gallery .gallery-item img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1350px) {
  .gallery #gallery .gallery-item img {
    max-height: 450px;
  }
}
@media (max-width: 991px) {
  .gallery #gallery .gallery-item img {
    max-height: 350px;
  }
}
.kalkulace .calculace .odstavec_nadpis {
  margin: 0;
  padding: 50px 0;
  font-weight: 900;
  font-size: 40px;
  color: #1A1B23;
  text-align: center;
}
.map {
  padding: 0;
  height: 450px;
  position: relative;
}
.map .btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.map .container-fluid {
  padding: 0;
}
.map .container-fluid p {
  margin: 0;
}
.contact .col-md-6:last-child h2 {
  color: #989898 !important;
}
@media (max-width: 991px) {
  .contact .col-md-6:last-child h2 {
    font-size: 20px !important;
  }
}
.contact .col-md-6:last-child u {
  font-style: normal !important;
  font-weight: 100;
  font-size: 25px !important;
  letter-spacing: 3px;
  text-decoration: none;
}
.contact .col-md-6:last-child .social {
  margin-left: 10px;
}
.podstranka:not(.uvod) .navbar {
  border-bottom: 1px solid #f8f8f8;
}
.podstranka:not(.uvod) #content {
  padding-top: 75px;
}
.nabidka_sluzeb .page-header .col-md-6:last-child {
  border-bottom: 1px solid rgba(54, 54, 54);
}
.nabidka_sluzeb .services:last-child {
  padding-bottom: 0;
}
.nabidka_sluzeb .services:last-child .container-fluid {
  transform: translateY(-100px);
}
.logo-list ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .logo-list ul {
    justify-content: center;
  }
}
.logo-list ul li {
  flex: 0 0 25%;
  padding: 25px;
}
@media (max-width: 767px) {
  .logo-list ul li {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
}
.logo-list ul li img {
  height: 80px;
  object-fit: contain;
  margin: auto;
}
.left-right-cursor {
  opacity: 1;
  pointer-events: none;
  background: #1A1B23;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  position: fixed;
  transition: transform 0.2s cubic-bezier(0.02, 1.23, 0.79, 1.08);
  z-index: 99999;
  color: #fff;
  text-align: center;
  line-height: 91px;
}
.left-right-cursor.hidden {
  opacity: 0;
  transition: 0.25s;
}
.left-right-cursor span {
  color: #fff;
  font-size: 35px;
  padding: 5px;
}
.no-padding {
  padding: 0;
}
.alert-success {
  color: #fff;
  background-color: #1a1b23;
  border-color: #fff;
  border-radius: 0;
  text-align: center;
}
