/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./src/stylesheets/modules/m-architectProfile-favorites.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
/* 
    Created on : 2019-01-22, 20:47:20
    Author     : l.kobus
*/
/**
 * ==============================================
 * Dot Pulse
 * ==============================================
 */
.photoLabelSmall {
  position: absolute;
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 19px;
  padding: 12px;
  top: -1px;
  left: -1px;
}
@media (max-width: 768px) and (min-width: 576px) {
  .photoLabelSmall {
    font-size: 1.4rem;
    line-height: 14px;
  }
}
.photoLabelSmall__nr {
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 768px) and (min-width: 576px) {
  .photoLabelSmall__nr {
    font-size: 10px;
  }
}

.photoBox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.photoBox__img {
  width: 50%;
  height: 50%;
  overflow: hidden;
}
.photoBox__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .photoBox__img img {
    min-width: 100%;
    min-height: 100%;
  }
}

.photoBorder {
  border: 1px solid #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  cursor: pointer;
}

.photoLabel {
  position: absolute;
  top: 39%;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
}
@media (max-width: 1420px) {
  .photoLabel {
    top: 36%;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .photoLabel {
    top: 31%;
  }
}
@media (max-width: 576px) {
  .photoLabel {
    top: 39%;
  }
}
.photoLabel p {
  display: inline-block;
  background-color: #333333;
  padding: 20px 30px 16px 30px;
}
.photoLabel__nr {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
}

.padBot {
  padding-bottom: 74.7%;
  height: 0;
  position: relative;
}

.fav-return-btn {
  position: absolute;
  display: block;
  transform: translateX(-100px);
}
@media (max-width: 992px) {
  .fav-return-btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.fav-items-container {
  overflow: hidden;
  position: relative;
}
.fav-items-container .row {
  display: none;
}
.fav-items-container .row > [class*=cl12-], .fav-items-container .row > [class*=cl-] {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.3, 1.02, 0.73, 1);
}
.fav-items-container .row.is-active {
  display: flex;
}
.fav-items-container .row.is-active > [class*=cl12-], .fav-items-container .row.is-active > [class*=cl-] {
  margin-bottom: 55px;
  opacity: 1;
}
@media (max-width: 992px) {
  .fav-items-container .row.is-active > [class*=cl12-], .fav-items-container .row.is-active > [class*=cl-] {
    margin-top: 30px;
  }
}
.fav-items-container .row.is-active ~ .fav-return-btn {
  position: relative;
  transform: translateX(0px);
  margin-bottom: 55px;
}
@media (max-width: 576px) {
  .fav-items-container .row.is-active ~ .fav-return-btn {
    left: 15px;
  }
}

.fav-min-height {
  min-height: 300px;
}
