.newsletter-alert {
  padding: 10px 25px;
  position: fixed;
  top: 25px;
  left: 50px;
  width: calc(100% - 100px);
  background: rgba(255, 255, 255, 0.75);
}
.newsletter-alert h3 {
  text-align: center;
  font-size: 25px;
  margin: 0;
}
.newsletter-alert.success h3 {
  color: #a5ff93;
}
.newsletter-alert.fail h3 {
  color: #ff6f6f;
}

[protected_domain] {
  position: relative;
}
[protected_domain][protected_domain_revealed="true"]:after {
  display: none !important;
}
[protected_domain]:after {
  content: "viac";
  position: absolute;
  right: -5px;
  top: 0;
  height: 100%;
  background: white;
  border: 1px solid #eee;
  padding: 0 6px;
  color: #555;
  border-radius: 10px;
  box-shadow: -3px 0px 4px 1px #fff;
}

.mb-0 {
  margin-bottom: 0;
}

#rev_slider_one h2 {
  z-index: 13;
  line-height: 80px;
  font-weight: 700;
  font-size: 70px;
  margin: 0 0 15px;
  white-space: normal;
  color: #fff;
}
#rev_slider_one h3,
#rev_slider_one h4 {
  z-index: 13;
  white-space: normal;
  font-weight: 500;
  color: #fff;
  font-family: Poppins, sans-serif;
  visibility: inherit;
  line-height: 27px;
  font-size: 20px;
  margin-top: 10px;
}

.unformat ul {
  padding-left: 20px;
}
.unformat ul li {
  position: relative;
  list-style-type: none;
  padding: 5px 5px 5px;
}
.unformat ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -15px;
  top: 2px;
  display: block;
  font-size: 15px;
  color: #000;
}

#pricing-table th {
  text-align: center;
}
#pricing-table td,
#pricing-table th {
  border: 2px solid #f2f2f2;
}
#pricing-table td {
  padding: 10px 10px !important;
}

#over-footer-img {
  background-size: cover;
  background-position: center;
  height: 330px;
}

#o-spolocnosti {
  margin-top: 275px;
  margin-bottom: 0;
  height: auto;
  min-height: 0;
}
#o-spolocnosti > div {
  top: -250px;
  position: relative;
  padding: 0;
}

#zoznam-zbernych-kovov .concrete-card > div {
  background-size: contain !important;
  background-position: center !important;
  width: 100%;
  height: 150px;
}
#zoznam-zbernych-kovov .card-overlay {
  background: none;
}

#rev_slider_one_forcefullwidth h1 {
  line-height: 1 !important;
  font-weight: 700;
  font-size: 70px;
  white-space: normal;
  color: #fff;
}
#rev_slider_one_forcefullwidth h1 small {
  color: #fff;
  font-size: 59px !important;
  font-weight: bold !important;
}

#gmap_canvas2 {
  position: relative;
}
#gmap_canvas2:hover .googleMaps_overlay:before,
#gmap_canvas2:hover .googleMaps_overlay span {
  opacity: 1;
}
#gmap_canvas2 .googleMaps_overlay {
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/images/mapy.jpg") no-repeat center/cover;
  z-index: 1;
}
#gmap_canvas2 .googleMaps_overlay:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.88);
  z-index: 2;
  opacity: 0;
  transition: 0.3s;
}
#gmap_canvas2 .googleMaps_overlay > span {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  color: white;
  font-size: 22px;
  z-index: 3;
  opacity: 0;
  transition: 0.3s;
}

.spec-btn {
  margin: 20px 0 15px;
  display: inline-block;
  box-shadow: -10px -10px #f5bf23;
  min-width: 200px;
  background-color: #fff;
  padding: 20px;
  color: #1a1a1a;
  font-size: 20px;
  transition: all 0.2s linear;
}
.spec-btn:hover {
  color: #f5bf23;
}

html {
  scroll-behavior: smooth;
}

#cookies-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2px 12px;
  text-align: center;
  background-color: #222222;
  z-index: 99999999;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.27);
}

#cookies-message p {
  color: #eee;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 14px;
  padding: 2px 0;
}

#cookies-message a {
  color: #fff;
  font-weight: bold;
}

#cookies-message button {
  background: none;
  border: none;
  font-weight: bold;
  color: #f5bf23;
  padding: 0;
  margin-left: 10px;
}

#cookiesModal {
  z-index: 99999999;
}

#cookiesModal .modal-body {
  padding: 10px 15px;
}

#cookiesModal .close {
  top: 15px;
  right: 15px;
  line-height: 42px;
}

#cookiesModal .modal-content {
  border-radius: 0;
}

@media screen and (min-width: 1199px) {
  #cookiesModal .modal-dialog {
    width: 1140px;
  }
}
header .logo-header img {
  margin-bottom: -98px;
}
header .main-bar {
  padding-left: 170px;
}
header .header-botton {
  background: #f5bf31;
}
header .header-botton .header-nav .nav > li > a {
  color: #222;
}
header .header-botton .header-nav .nav > li.active > a {
  color: #222;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  header .main-bar {
    padding-left: 0;
  }

  .logo-header {
    height: 0 !important;
    margin: 0 !important;
  }
  .logo-header > a {
    text-align: left;
  }
  .logo-header > a img {
    position: absolute;
    left: 0;
    top: 0;
  }

  .header-style-2 .header-botton .navbar-toggle {
    float: right;
  }

  #rev_slider_one_forcefullwidth .tp-caption {
    padding: 0 30px !important;
  }
  #rev_slider_one_forcefullwidth .tp-caption h1,
  #rev_slider_one_forcefullwidth .tp-caption h2 {
    font-size: 34px !important;
  }
  #rev_slider_one_forcefullwidth .tp-caption h1 small,
  #rev_slider_one_forcefullwidth .tp-caption h2 small {
    font-size: 28px !important;
  }
  #rev_slider_one_forcefullwidth .tp-caption h3 {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  #o-spolocnosti {
    margin-bottom: 40px;
  }

  #domov-kontakt-form {
    padding-bottom: 30px;
  }
  #domov-kontakt-form .get-in-touch-info {
    text-align: center;
    margin: auto;
    animation: none;
    -webkit-animation: none;
  }

  #pricing-table td {
    padding: 6px 4px !important;
  }
  #pricing-table tr td:nth-of-type(3) {
    width: 55px;
  }

  footer {
    text-align: center;
  }
  footer .logo-footer {
    margin: auto;
  }

  header .visible-xs img {
    position: absolute;
    left: 15px;
    top: 0;
    max-width: 90px;
  }
}

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