.sqs-gallery-design-carousel.summary-block-wrapper {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.loaded-carousel .summary-item-list {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.section-with-balance-slider .content-wrapper {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.balance-plugin.summary-block-wrapper {
  max-width: 100%;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin: 0px auto !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.balance-plugin.summary-block-wrapper .summary-block-header {
  display: none;
}
.balance-plugin.summary-block-wrapper .summary-item-list {
  margin: 0px !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.balance-plugin.summary-block-wrapper .info-slide {
  position: relative;
}
.balance-plugin.summary-block-wrapper .info-slide .title-wrapper h3 {
  font-size: 25px;
  color: #C58E78;
  margin-bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .balance-plugin.summary-block-wrapper .info-slide .title-wrapper h3 {
    font-size: 18px;
  }
}
.balance-plugin.summary-block-wrapper .info-slide .title-wrapper a {
  pointer-events: none;
}
.balance-plugin.summary-block-wrapper .info-slide .desc-wrapper p {
  margin-bottom: 0px;
  color: #000;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 1.2em;
}
.balance-plugin.summary-block-wrapper .info-slide .desc-wrapper p:empty {
  display: none;
}
@media only screen and (max-width: 640px) {
  .balance-plugin.summary-block-wrapper .info-slide .desc-wrapper p {
    font-size: 14px;
  }
}
.balance-plugin.summary-block-wrapper .info-slide .summary-thumbnail-outer-container {
  display: none;
}
.balance-plugin.summary-block-wrapper .info-slide .summary-metadata-container {
  display: none;
}
.balance-plugin.summary-block-wrapper .summary-item-list-container {
  width: 100%;
  display: none;
}
@media only screen and (max-width: 800px) {
  .balance-plugin.summary-block-wrapper .summary-item-list-container {
    width: 100%;
  }
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .image-slide-inner {
  width: 100%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .info-slide {
  width: 100%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="100%"] .image-slide-inner {
  width: 50%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="100%"] .info-slide {
  width: 50%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="100%"] .desc-wrapper {
  max-width: 90%;
}
@media only screen and (max-width: 800px) {
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="100%"] .image-slide-inner {
    width: 100%;
  }
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="100%"] .info-slide {
    width: 100%;
  }
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="33.333%"] .image-slide-inner {
  padding-bottom: 60%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="33.333%"] .desc-wrapper {
  max-width: 95%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="50%"] .image-slide-inner {
  padding-bottom: 60%;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide[data-width="50%"] .desc-wrapper {
  max-width: 90%;
}
@media only screen and (max-width: 640px) {
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .image-slide-inner {
    padding-bottom: 75% !important;
  }
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .info-slide {
  top: 0;
  padding: 20px 20px;
}
@media only screen and (max-width: 640px) {
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .info-slide {
    padding: 20px 14px;
  }
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .info-slide p {
    margin-top: 10px;
  }
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .info-slide h3 {
  margin-top: 0px;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .slider-button {
  font-size: 15px;
  color: #000;
  padding: 7px 15px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin-top: 10px;
  display: inline-block;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .slider-button:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .image-slide-inner {
  overflow: hidden;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .image-slide-inner img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide.active-slide {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide:hover {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide:hover .image-slide-inner img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide-inner {
  position: relative;
  padding-bottom: 33%;
}
@media only screen and (max-width: 800px) {
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide-inner {
    padding-bottom: 75%;
  }
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper .image-slide-inner img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.balance-plugin.summary-block-wrapper .balance-images-wrapper img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .balance-plugin.summary-block-wrapper .balance-images-wrapper .balance-slide .desc-wrapper{
    width: 100% !important;
  }
}