.gallery-modal-wrapper .item-to-animate-movement {
  overflow: hidden;
  display: none;
  position: fixed;
  z-index: 9999;
  will-change: top, left, height, width, opacity, display;
  background-color: #c7d3dc;
  transform: translate3d(0, 0, 0);
}
.gallery-modal-wrapper .item-to-animate-movement__image {
  height: 100%;
  width: 100%;
  will-change: height, object-fit, object-position;
  transition: all 0.4s linear;
  object-fit: cover;
}
.gallery-modal-wrapper__global-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  opacity: 1;
  transition: all 0.2s;
}
.gallery-modal-wrapper__global-loader::after {
  content: '';
  width: 30px;
  height: 30px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #222222;
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/ticshared/clientlib-site/resources/images/load_icon_darkbg.gif');
  background-size: 50px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery-modal-wrapper__modal-content {
  position: fixed;
  z-index: 9998;
  top: -90px;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #f5f5f5;
  transition: all 0.2s linear;
  opacity: 0;
}
.gallery-modal-wrapper__modal-content--visible {
  opacity: 1;
  top: 0;
}
.gallery-modal-wrapper__modal-content--no-y-translate {
  top: 0;
  transition: opacity 0.2s linear;
}
.gallery-modal-wrapper__modal-content--transition-in-progress .gallery-modal-wrapper__grid .gallery-grid__item .gallery-item {
  transform: scale(0.75);
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery-modal-wrapper__modal-content--transition-in-progress .gallery-modal-wrapper__carousel .gallery-carousel__navigation-box {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.2s linear;
}
.gallery-modal-wrapper__modal-content--shows-loader {
  padding-bottom: 0 !important;
}
.gallery-modal-wrapper__modal-content--shows-loader .gallery-modal-wrapper__section-content {
  margin-bottom: 0;
}
.gallery-modal-wrapper__section--grid {
  padding-left: 0;
  padding-right: 0;
}
.gallery-modal-wrapper__section-content {
  transition: opacity 0.2s ease-in;
  opacity: 0;
  margin-bottom: 100px;
}
.gallery-modal-wrapper__section-content--visible {
  opacity: 1;
}
.gallery-modal-wrapper__section-content--share-form {
  transition: opacity 0.2s ease-in 0.2s;
}
.gallery-modal-wrapper__section-content--share-form.gallery-modal-wrapper__share-wrapper {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.2s ease-in, transform 0.2s linear;
}
.gallery-modal-wrapper__section-content--share-form.gallery-modal-wrapper__share-wrapper.gallery-modal-wrapper__section-content--visible {
  opacity: 1;
  transform: translateX(0);
}
.gallery-modal-wrapper__title {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  display: block;
  clear: both;
  font-size: 12px;
  margin: 38px 0 4px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #58595b;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .gallery-modal-wrapper__title {
    margin: 10px 0;
  }
}
.gallery-modal-wrapper__share-title {
  font-size: 30px;
  color: #000000;
  line-height: 48px;
  margin-bottom: 0px;
}
.gallery-modal-wrapper__share-title::before,
.gallery-modal-wrapper__share-title::after {
  content: '\e91b';
  color: #da291c;
  font-family: 'icomoon';
  font-size: .8em;
  position: relative;
  top: 0;
}
.gallery-modal-wrapper__floorplan-info {
  text-align: center;
}
.gallery-modal-wrapper__share-wrapper {
  margin: 0 auto;
  padding: 0 24px 50px;
}
.gallery-modal-wrapper__share-wrapper .vue-share-form .columnFix {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.gallery-modal-wrapper__share-wrapper .vue-share-form .input-alpha label {
  left: 10px;
}
.gallery-modal-wrapper__share-wrapper .vue-share-form .disclaimer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.gallery-modal-wrapper__share-wrapper .vue-share-form .confirmation-message {
  text-align: center;
}
.gallery-modal-wrapper__share-wrapper .vue-share-form .confirmation-message .general {
  text-align: center;
}
@media (min-width: 992px) {
  .gallery-modal-wrapper__share-wrapper .vue-share-form .confirmation-message .general {
    font-size: 30px;
  }
}
.gallery-modal-wrapper__empty-state {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  text-align: center;
  line-height: 18px;
  font-size: 20px;
  color: #58595b;
  padding: 20px;
}
.gallery-modal-wrapper__empty-state-reset {
  color: #017491;
  cursor: pointer;
}
.gallery-modal-wrapper__share-form {
  overflow: hidden;
  padding-bottom: 60px;
}
.gallery-modal-wrapper__copy-url {
  margin-left: 30px;
}
.gallery-modal-wrapper__loader {
  display: flex;
  height: calc(100vh - 26px);
  position: relative;
}
.gallery-modal-wrapper__loader::before {
  content: '';
  background-image: url('../../../../../../../etc.clientlibs/settings/wcm/designs/ticshared/clientlib-site/resources/images/load_icon_darkbg.gif');
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  transform: all 0.2s;
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .gallery-modal-wrapper__share-title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .gallery-modal-wrapper__share-wrapper {
    padding: 0 28px;
  }
  .gallery-modal-wrapper__section--grid {
    padding-left: 29px;
    padding-right: 29px;
  }
  .gallery-modal-wrapper__filter-container {
    padding: 33px 21px 3px 21px;
  }
  .gallery-modal-wrapper__share-title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .gallery-modal-wrapper__modal-content {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .gallery-modal-wrapper__share-wrapper {
    max-width: 592px;
  }
  .gallery-modal-wrapper__section--grid {
    padding-left: 84px;
    padding-right: 84px;
  }
  .gallery-modal-wrapper__section--carousel,
  .gallery-modal-wrapper__section--share-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .gallery-modal-wrapper__section--grid {
    padding: 30px 117px 0px 117px;
  }
  .gallery-modal-wrapper__section--carousel,
  .gallery-modal-wrapper__section--share-form {
    overflow-x: hidden;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .gallery-modal-wrapper__section {
    margin: 0 auto;
    max-width: 1440px;
  }
  .gallery-modal-wrapper__section--grid {
    max-width: 1240px;
    padding: 30px 17px 0;
  }
  .gallery-modal-wrapper .gallery-modal-wrapper__modal-content {
    width: 1300px;
    height: auto;
    overflow-y: auto;
    max-height: 100%;
    margin: 35px auto 0 auto;
    right: 0;
  }
  .gallery-modal-wrapper .gallery-modal-wrapper__section-content {
    margin-bottom: 50px;
  }
  .gallery-modal-wrapper .ico-modal__overlay--show {
    z-index: 9997;
    background-color: #000000;
    opacity: 0.5;
  }
  .gallery-modal-wrapper .gallery-carousel__navigation-box {
    top: 30px;
  }
  .gallery-modal-wrapper .gallery-carousel__counter {
    top: -64px;
  }
  .gallery-modal-wrapper .gallery-carousel__caption {
    padding-top: 115px;
  }
  .gallery-modal-wrapper .gallery-carousel__caption .fp-slideout {
    max-height: 470px;
  }
}

@media (min-width: 1200px) {
  .gallery-modal-wrapper__section--grid {
    padding: 0 117px 0px 117px;
  }
  .gallery-modal-wrapper__section--carousel {
    overflow: visible;
  }
}
@media (min-width: 1440px) {
  .gallery-modal-wrapper__section--grid {
    padding: 0 17px;
  }
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header {
  position: sticky;
  top: 0;
  z-index: 11;
  background-color: transparent;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header--scrolled {
  background-color: #f5f5f5;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .icon-button .ico-icon-share-white {
  font-size: 11px;
  width: 15px;
  margin: 0;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-filter .icon-button {
  margin-left: 29px;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header {
  transition: all 0.2s linear;
  opacity: 1;
  position: sticky;
  top: 0;
  background-color: transparent;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--hidden {
  opacity: 0;
  top: -90px;
  transform: translateY(-100%);
  transition: none;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--carousel .gallery-modal-wrapper__header-wrapper {
  padding: 14px 25px 13px;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--share-form .gallery-modal-wrapper__header-wrapper {
  padding: 11px 25px 10px;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
  padding: 9px 25px 8px;
  min-height: 45px;
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__close {
  transform: translateY(2px);
}
.gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__close::before {
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--grid .gallery-modal-wrapper__header-section--right {
    flex: 1;
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header .gallery-filter .icon-button {
    margin-left: 20px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
    padding: 12px 25px 11px;
  }
}
@media (min-width: 768px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
    padding: 18px 29px 15px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--carousel .gallery-modal-wrapper__header-wrapper,
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--share-form .gallery-modal-wrapper__header-wrapper {
    padding: 28px 25px 18px;
  }
}
@media (min-width: 992px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
    padding: 31px 84px 26px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--carousel .gallery-modal-wrapper__header-wrapper,
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--share-form .gallery-modal-wrapper__header-wrapper {
    padding: 37px 30px 14px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--carousel .gallery-modal-wrapper__close,
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--share-form .gallery-modal-wrapper__close {
    transform: translateY(-50%) translateY(10px);
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateY(3px);
    right: 17px;
  }
}
@media (min-width: 1200px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
    padding: 31px 117px 30px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-inner-wrapper {
    max-width: none;
  }
}
@media (min-width: 1440px) {
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-wrapper {
    padding: 31px 17px 30px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--carousel .gallery-modal-wrapper__header-wrapper,
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header--share-form .gallery-modal-wrapper__header-wrapper {
    max-width: 1440px;
  }
  .gallery-modal-wrapper .ico-modal--has-sticky-header.gallery-modal-wrapper__sticky-header .gallery-modal-wrapper__header-inner-wrapper {
    max-width: 97%;
    margin: 0;
  }
}

