/* paralax */

.parallax-window {
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1000px;
  position: relative;
}
.list-logo {
  list-style: none;
}
.list-logo li {
  margin: 10px 0px;
}

.shadow-text {
  text-shadow: 5px -10px 10px black;
}

.col-5 .line {
  border: 3px solid #e3000f;
  width: 150px;
  float: right;
  margin-top: 60px;
}

.col-md-7 .line {
  border: 3px solid #e3000f;
  width: 10%;
  float: left;
  margin-top: 88px;
}

.offer-item-2 {
  border: 3px solid transparent;
  box-shadow: 0 2px 3px #ccc;
  padding: 5px;
  text-align: center;
}
.offer-item-2:hover {
  border: 3px solid #2a458c;
  transition: border 0.5s;
}

.offer-item-2 > .offer-item-description > .btn {
  background: #2a458c;
  color: #fff;
}

#offer {
  background: #fff;
}

.offer-item-3 {
  width: 90%;
  min-height: 100px;
  border: 3px solid transparent;
  box-shadow: 0 2px 3px #ccc;
  padding: 5px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
}
.offer-item-3:hover {
  border: 3px solid #e3000f;
  transition: border 0.5s;
}
.offer-item-3 > .offer-item-description > .btn {
  background: #e3000f;
  color: #fff;
}

.offer-item-4 {
  min-height: 100px;
  border: 3px solid transparent;
  box-shadow: 0 2px 3px #ccc;
  padding: 5px;
  text-align: center;
  display: inline-block;
  margin: 10px 0px;
}
.offer-item-4:hover {
  border: 3px solid #41403a;
  transition: border 0.5s;
}
.offer-item-4 > .offer-item-description > .btn {
  background: #41403a;
  color: #fff;
}

.col-5 {
  align-items: center;
}

/* .tools{
 background: url(./SVG/SVG/tools.png);
} */
.roofs {
  /* background: url(./roofs-2.jpg) no-repeat; */
  background: #fff;
}

/* font-family: 'Lora', serif; */

.list-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.partner-description {
  color: white;
  font-size: 1.6em;
  text-shadow: 5px -5px 10px black;
}

.small-image {
  margin: 5px 5px;
  cursor: pointer;
}
.small-image > img:hover {
  filter: contrast(100%);
}
.small-image > img {
  border: 3px solid transparent;
  transition: 0.4s ease-in-out;
  filter: contrast(35%);
}
.active-image {
  border: 3px solid #e1891f !important;
  filter: contrast(100%) !important;
}
.img-thumbnail {
  background: black;
}
.figure-caption {
  font-size: 1.7rem;
  color: black;
}

#powloki {
  background-color: #fff;
}

.surface-content {
  text-align: left;
  margin: 5px;
  padding: 10px;
  border-bottom: 3px solid #e1891f;
}
.surface-content > .image-popup-no-margins {
  float: left;
  margin: 0 15px 0 0;
}

/* gooogle */
.mapouter {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.mapouter > iframe {
  border: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
/* .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
} */

.contact-section {
  position: relative;
  overflow: hidden;
}
.form-box {
  padding: 135px 160px 100px;
  text-align: center;
}
.form-group {
  margin-bottom: 10px;
}
.form-group > textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 5px 10px;
}
.form-group > button {
  background: #e1891f;
  width: 200px;
  color: #fff;
}
.alert-success {
  font-size: 18px;
}
.hidden {
  display: none;
  opacity: 0;
  transition: opacity 1s ease-out;
}
.notification {
  display: block;
  opacity: 1;
}
.dropdown-item.active,
.dropdown-item:focus {
  background: #e1891f !important;
}
.col-line {
  border-left: 6px solid #e3000f;
}

.footer {
  background: #e1891f;
}
.footer-list li {
  list-style: none;
  margin: 5px;
}
.footer-list {
  text-align: center;
}
.footer-list li a {
  color: white;
}
.footer .fas {
  font-size: 20px;
}
.social-icons {
  list-style: none;
}
.social-icons li {
  margin-right: 10px;
  margin-left: 10px;
  display: inline-block;
}
.social-icon {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  width: 47px;
  height: 47px;
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  transition: background 300ms linear;
}
.social-icon i {
  display: inline-block;
  width: inherit;
  line-height: 50px;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.social-icons li:nth-child(1) > .social-icon:hover {
  background: #4267b2;
}
.social-icons li:nth-child(2) > .social-icon:hover {
  background: #1da1f2;
}

a.btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-item::after {
  content: "";
  display: block;
  border: 0;
}
.nav-item::after {
  content: "";
  display: block;
  background: #e1891f;
  width: 0;
  height: 2px;
}
.nav-item.active::after {
  width: 100%;
  transition: 0.3s ease-in-out width;
}

.photoswipe-img {
  width: 200px;
  height: 150px;
  margin-bottom: 10px;
}

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
@media (max-width: 991px) {
  .mapouter {
    position: relative;
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .list-logo {
    text-align: center;
  }
  .line {
    display: none;
  }
  .col-line {
    border: none;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 623px) {
  .form-box {
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1245px) {
  .form-box {
    padding: 35px 60px 100px;
  }
}
