/* ------------------------------------------------------------
    PAGE COMPONENT
------------------------------------------------------------ */
.slick-slide {
  overflow: hidden;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbs_dots {
  margin: 10px 0 0;
}

.thumbs_list {
  margin: auto;
  width: 90%;
  text-align: center;
}

.thumbs_list li {
  margin-right: 7px;
  display: inline-block;
  width: 70px;
  height: 50px;
  opacity: 0.4;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.thumbs_list li.slick-active {
  opacity: 1;
}

.sectionInformation .sectionInformation__innerBlock {
  padding-top: 1em;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .sectionInformation .sectionInformation__innerBlock {
    margin-top: 1.5em;
  }
}
.sectionInformation .sectionInformation__innerBlock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #000), to(transparent));
  background-image: linear-gradient(to right, transparent, #000 50%, transparent);
  background-repeat: no-repeat;
}

.requestBT__inner {
  border: 5px solid #fff;
  padding: 6px 20px;
  width: 100%;
  display: block;
}

.btnlinestretches2 {
  position: relative;
  color: rgb(255, 255, 255);
  background: rgb(27, 91, 155);
  display: inline-block;
  text-decoration: none;
  outline: none;
}
@media only screen and (min-width: 769px) {
  .btnlinestretches2 {
    width: 70%;
    line-height: 2.5;
  }
}
.btnlinestretches2::before, .btnlinestretches2::after {
  content: "";
  position: absolute;
  border: solid rgb(27, 91, 155);
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnlinestretches2::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.btnlinestretches2::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.btnlinestretches2:hover {
  color: rgb(255, 255, 255);
  background: rgb(177, 151, 89);
}
.btnlinestretches2:hover::before, .btnlinestretches2:hover::after {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-color: rgb(177, 151, 89);
}
/*# sourceMappingURL=special_photogallery.css.map */