/* stylelint-disable length-zero-no-unit */
/* stylelint-enable length-zero-no-unit */
.fusion-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  line-height: 1;
}
.fusion-imageframe img {
  vertical-align: top;
  box-shadow: none !important;
}
.fusion-imageframe img.fusion-mobile-logo,
.fusion-imageframe img.fusion-sticky-logo {
  display: none;
}
.fusion-imageframe.element-bottomshadow {
  overflow: visible;
}
.fusion-imageframe.element-bottomshadow:after,
.fusion-imageframe.element-bottomshadow:before {
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.4);
}
.fusion-imageframe.element-bottomshadow img {
  margin: 0;
  vertical-align: top;
  box-shadow: none !important;
}
.fusion-imageframe.has-mask img {
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center center;
  mask-repeat: no-repeat;
}
.fusion-imageframe.has-aspect-ratio {
  position: relative;
}
.fusion-imageframe.has-aspect-ratio img {
  aspect-ratio: 1;
  /* stylelint-disable-line */
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.awb-image-frame.imageframe-liftup.hover-with-mask:before {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: none;
  filter: drop-shadow(0 4px 5px #000) opacity(0.4);
}
.awb-imageframe-style {
  position: relative;
  /* Navin style */
  /* Dario style */
  /* Resa style */
  /* Schantel style */
  /* Dany style */
}
.awb-imageframe-style .awb-imageframe-caption-title,
.awb-imageframe-style .awb-imageframe-caption-text {
  margin: 0;
}
.awb-imageframe-style .fusion-masonry-element-container {
  background-repeat: no-repeat;
}
.awb-imageframe-style-navin .awb-imageframe-caption-container,
.awb-imageframe-style-dario .awb-imageframe-caption-container,
.awb-imageframe-style-resa .awb-imageframe-caption-container,
.awb-imageframe-style-schantel .awb-imageframe-caption-container,
.awb-imageframe-style-dany .awb-imageframe-caption-container {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.awb-imageframe-style-navin .awb-imageframe-caption-container:before,
.awb-imageframe-style-dario .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa .awb-imageframe-caption-container:before,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:before,
.awb-imageframe-style-dany .awb-imageframe-caption-container:before,
.awb-imageframe-style-navin .awb-imageframe-caption-container:after,
.awb-imageframe-style-dario .awb-imageframe-caption-container:after,
.awb-imageframe-style-resa .awb-imageframe-caption-container:after,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:after,
.awb-imageframe-style-dany .awb-imageframe-caption-container:after {
  pointer-events: none;
}
.awb-imageframe-style-navin img,
.awb-imageframe-style-dario img,
.awb-imageframe-style-resa img,
.awb-imageframe-style-schantel img,
.awb-imageframe-style-dany img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.awb-imageframe-style-navin .fusion-masonry-element-container,
.awb-imageframe-style-dario .fusion-masonry-element-container,
.awb-imageframe-style-resa .fusion-masonry-element-container,
.awb-imageframe-style-schantel .fusion-masonry-element-container,
.awb-imageframe-style-dany .fusion-masonry-element-container {
  opacity: 0.8;
}
.awb-imageframe-style-navin img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.fusion-carousel .fusion-carousel-item .awb-imageframe-style-navin img {
  width: calc(100% + 50px);
}
.awb-imageframe-style-navin .fusion-masonry-element-container {
  transition: opacity 0.35s, background-position 0.35s;
  background-position-x: -40px;
  width: calc(100% + 50px);
}
.awb-imageframe-style-navin .awb-imageframe-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 2em 4em 2em;
  width: 100%;
  text-align: left;
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title,
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text {
  transform: translate3d(0, 100%, 0);
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title {
  transition: transform 0.35s;
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text,
.awb-imageframe-style-navin:hover img,
.awb-imageframe-style-navin:hover .fusion-masonry-element-container {
  opacity: 1;
}
.awb-imageframe-style-navin:hover .fusion-masonry-element-container {
  background-position-x: 0;
}
.awb-imageframe-style-navin:hover img,
.awb-imageframe-style-navin:hover .awb-imageframe-caption-title,
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.awb-imageframe-style-dario img {
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fusion-carousel .fusion-carousel-item .awb-imageframe-style-dario img {
  width: calc(100% + 20px);
}
.awb-imageframe-style-dario .fusion-masonry-element-container {
  transition: opacity 0.35s, background-position 0.35s;
  background-position-x: -10px;
  width: calc(100% + 20px);
}
.awb-imageframe-style-dario:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario:hover .fusion-masonry-element-container {
  opacity: 0.4;
  background-position-x: 0;
}
.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-title:after {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario .awb-imageframe-caption {
  text-align: left;
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-text {
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
.awb-imageframe-style-resa img,
.awb-imageframe-style-resa .fusion-masonry-element-container {
  opacity: 0.7;
  transition: opacity 0.35s;
}
.awb-imageframe-style-resa:hover img,
.awb-imageframe-style-resa:hover .fusion-masonry-element-container {
  opacity: 0.4;
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:after {
  opacity: 1;
  transform: scale(1);
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-text {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0 0 0.5em 0;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa .awb-imageframe-caption-container:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0;
  transition: padding 0.25s ease-in-out;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text {
  margin-top: -1em;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.35s, transform 0.35s, margin 0.35s ease-in-out;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text {
  text-align: center;
}
.awb-imageframe-style-resa .awb-imageframe-caption {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 2em;
}
.awb-imageframe-style-schantel img,
.awb-imageframe-style-schantel .fusion-masonry-element-container {
  transition: opacity 1s, transform 1s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container {
  text-align: left;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-title {
  position: relative;
  padding: 0.5em 0;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(calc(-100% - 100%), 0, 0);
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:first-child {
  transition-delay: 0.15s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 0.1s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 0.05s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:first-child {
  transition-delay: 0s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 0.05s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 0.1s;
}
.awb-imageframe-style-schantel:hover img,
.awb-imageframe-style-schantel:hover .fusion-masonry-element-container {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.awb-imageframe-style-dany img,
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-title {
  transition: transform 0.35s;
}
.awb-imageframe-style-dany .fusion-masonry-element-container {
  transition: background-position 0.35s;
}
.awb-imageframe-style-dany img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container {
  text-align: left;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.66666667em;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-text {
  text-transform: none;
  font-size: 0.9em;
  width: 100%;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
.awb-imageframe-style-dany:hover img {
  transform: translate3d(0, -74px, 0);
}
.awb-imageframe-style-dany:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  transform: translate3d(0, -100px, 0);
}
.awb-imageframe-style-dany:hover .awb-imageframe-caption-container .awb-imageframe-caption-text {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dany:hover .fusion-masonry-element-container {
  background-position-y: -74px;
}
.awb-imageframe-style {
  position: relative;
  /* Navin style */
  /* Dario style */
  /* Resa style */
  /* Schantel style */
  /* Dany style */
}
.awb-imageframe-style .awb-imageframe-caption-title,
.awb-imageframe-style .awb-imageframe-caption-text {
  margin: 0;
}
.awb-imageframe-style .fusion-masonry-element-container {
  background-repeat: no-repeat;
}
.awb-imageframe-style-navin .awb-imageframe-caption-container,
.awb-imageframe-style-dario .awb-imageframe-caption-container,
.awb-imageframe-style-resa .awb-imageframe-caption-container,
.awb-imageframe-style-schantel .awb-imageframe-caption-container,
.awb-imageframe-style-dany .awb-imageframe-caption-container {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.awb-imageframe-style-navin .awb-imageframe-caption-container:before,
.awb-imageframe-style-dario .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa .awb-imageframe-caption-container:before,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:before,
.awb-imageframe-style-dany .awb-imageframe-caption-container:before,
.awb-imageframe-style-navin .awb-imageframe-caption-container:after,
.awb-imageframe-style-dario .awb-imageframe-caption-container:after,
.awb-imageframe-style-resa .awb-imageframe-caption-container:after,
.awb-imageframe-style-schantel .awb-imageframe-caption-container:after,
.awb-imageframe-style-dany .awb-imageframe-caption-container:after {
  pointer-events: none;
}
.awb-imageframe-style-navin img,
.awb-imageframe-style-dario img,
.awb-imageframe-style-resa img,
.awb-imageframe-style-schantel img,
.awb-imageframe-style-dany img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.awb-imageframe-style-navin .fusion-masonry-element-container,
.awb-imageframe-style-dario .fusion-masonry-element-container,
.awb-imageframe-style-resa .fusion-masonry-element-container,
.awb-imageframe-style-schantel .fusion-masonry-element-container,
.awb-imageframe-style-dany .fusion-masonry-element-container {
  opacity: 0.8;
}
.awb-imageframe-style-navin img {
  max-width: none;
  width: calc(100% + 50px);
  opacity: 0.7;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.fusion-carousel .fusion-carousel-item .awb-imageframe-style-navin img {
  width: calc(100% + 50px);
}
.awb-imageframe-style-navin .fusion-masonry-element-container {
  transition: opacity 0.35s, background-position 0.35s;
  background-position-x: -40px;
  width: calc(100% + 50px);
}
.awb-imageframe-style-navin .awb-imageframe-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em 2em 4em 2em;
  width: 100%;
  text-align: left;
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title,
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text {
  transform: translate3d(0, 100%, 0);
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-title {
  transition: transform 0.35s;
}
.awb-imageframe-style-navin .awb-imageframe-caption .awb-imageframe-caption-text {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: opacity 0.2s, transform 0.35s;
}
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text,
.awb-imageframe-style-navin:hover img,
.awb-imageframe-style-navin:hover .fusion-masonry-element-container {
  opacity: 1;
}
.awb-imageframe-style-navin:hover .fusion-masonry-element-container {
  background-position-x: 0;
}
.awb-imageframe-style-navin:hover img,
.awb-imageframe-style-navin:hover .awb-imageframe-caption-title,
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-navin:hover .awb-imageframe-caption-text {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
}
.awb-imageframe-style-dario img {
  max-width: none;
  width: calc(100% + 20px);
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fusion-carousel .fusion-carousel-item .awb-imageframe-style-dario img {
  width: calc(100% + 20px);
}
.awb-imageframe-style-dario .fusion-masonry-element-container {
  transition: opacity 0.35s, background-position 0.35s;
  background-position-x: -10px;
  width: calc(100% + 20px);
}
.awb-imageframe-style-dario:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario:hover .fusion-masonry-element-container {
  opacity: 0.4;
  background-position-x: 0;
}
.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-title:after {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario:hover .awb-imageframe-caption .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dario .awb-imageframe-caption {
  text-align: left;
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  transition: transform 0.35s;
  transform: translate3d(-100%, 0, 0);
}
.awb-imageframe-style-dario .awb-imageframe-caption .awb-imageframe-caption-text {
  padding: 1em 0;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
.awb-imageframe-style-resa img,
.awb-imageframe-style-resa .fusion-masonry-element-container {
  opacity: 0.7;
  transition: opacity 0.35s;
}
.awb-imageframe-style-resa:hover img,
.awb-imageframe-style-resa:hover .fusion-masonry-element-container {
  opacity: 0.4;
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container:after {
  opacity: 1;
  transform: scale(1);
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-text {
  margin: 0;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-resa:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0 0 0.5em 0;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:before,
.awb-imageframe-style-resa .awb-imageframe-caption-container:after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.awb-imageframe-style-resa .awb-imageframe-caption-container:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title {
  padding: 0;
  transition: padding 0.25s ease-in-out;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text {
  margin-top: -1em;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.35s, transform 0.35s, margin 0.35s ease-in-out;
}
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-resa .awb-imageframe-caption-container .awb-imageframe-caption-text {
  text-align: center;
}
.awb-imageframe-style-resa .awb-imageframe-caption {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0 2em;
}
.awb-imageframe-style-schantel img,
.awb-imageframe-style-schantel .fusion-masonry-element-container {
  transition: opacity 1s, transform 1s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container {
  text-align: left;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-title {
  position: relative;
  padding: 0.5em 0;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(calc(-100% - 100%), 0, 0);
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:first-child {
  transition-delay: 0.15s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 0.1s;
}
.awb-imageframe-style-schantel .awb-imageframe-caption-container .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 0.05s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:first-child {
  transition-delay: 0s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(2) {
  transition-delay: 0.05s;
}
.awb-imageframe-style-schantel:hover .awb-imageframe-caption-text:nth-of-type(3) {
  transition-delay: 0.1s;
}
.awb-imageframe-style-schantel:hover img,
.awb-imageframe-style-schantel:hover .fusion-masonry-element-container {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.awb-imageframe-style-dany img,
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-title {
  transition: transform 0.35s;
}
.awb-imageframe-style-dany .fusion-masonry-element-container {
  transition: background-position 0.35s;
}
.awb-imageframe-style-dany img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container {
  text-align: left;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-title,
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.66666667em;
}
.awb-imageframe-style-dany .awb-imageframe-caption-container .awb-imageframe-caption-text {
  text-transform: none;
  font-size: 0.9em;
  width: 100%;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
.awb-imageframe-style-dany:hover img {
  transform: translate3d(0, -74px, 0);
}
.awb-imageframe-style-dany:hover .awb-imageframe-caption-container .awb-imageframe-caption-title {
  transform: translate3d(0, -100px, 0);
}
.awb-imageframe-style-dany:hover .awb-imageframe-caption-container .awb-imageframe-caption-text {
  transform: translate3d(0, 0, 0);
}
.awb-imageframe-style-dany:hover .fusion-masonry-element-container {
  background-position-y: -74px;
}
/* When element is being used for logo */
.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-mobile-logo,
.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-standard-logo {
  display: none;
}
.fusion-tb-header .fusion-sticky-container.fusion-sticky-transition .fusion-imageframe.has-fusion-sticky-logo img.fusion-sticky-logo {
  display: inline-block;
}
/* bottom shadow classes in taglinebox.less */
.imageframe-align-center {
  text-align: center;
}
