.clearfix {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.slideshow {
  margin: 0 0 50px 0;
}
.slideshow .owl-carousel {
  height: 550px;
  max-width: 550px;
  border: 10px solid #f0f1f2;
}
.slideshow .owl-carousel:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.slideshow .owl-carousel .owl-stage-outer {
  background: #f0f1f2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
}
.slideshow .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  max-height: 550px;
  height: 550px;
}
.slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
  width: 100%;
  text-align: center;
  max-height: 100%;
  max-height: 550px;
  height: 550px;
}
.slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item div img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item div .slide-content {
  display: none;
}
.slideshow .owl-carousel .owl-controls {
  position: absolute;
  top: 560px;
  right: -10px;
}
.slideshow .slideshow-footer {
  padding: 24px 10px;
  min-height: 100px;
  max-width: 550px;
}
.slideshow .slideshow-footer p {
  padding-right: 0;
}
.slideshow .slideshow-footer h3 {
  max-width: 400px;
}
.slideshow h2 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #2c2a29;
}
.slideshow h3 {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #2c2a29;
  margin-top: 0;
}
.slideshow p {
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  color: #818385;
  margin-bottom: 12px;
  padding-right: 0;
  margin-top: 0;
}
.slideshow .owl-nav:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.slideshow .owl-theme .owl-nav [class*="owl-"] {
  background-color: #e3e3e0;
  width: 36px;
  height: 36px;
  display: block;
  float: left;
  text-indent: -2000em;
  padding: 0;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev.disable-button,
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next.disable-button {
  background-color: #f5f5f3;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev.disable-button:hover,
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next.disable-button:hover {
  background-color: #f5f5f3;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-color: #0046ad;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev {
  background-image: url(icon-sprite-slideshow.svg);
  background-position: -42px -40px;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev.disable-button {
  background-position: -2px -40px;
  cursor: default;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
  background-position: -2px -40px;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next {
  background-image: url(icon-sprite-slideshow.svg);
  background-position: -40px -1px;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next.disable-button {
  background-position: 0px -1px;
  cursor: default;
}
.slideshow .owl-carousel .owl-controls .owl-nav .owl-next:hover {
  background-position: 0 -1px;
}
.slideshow .counter {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  color: #2c2a29;
  padding-top: 12px;
  margin-right: 10px;
}
.slideshow:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.lbox-inner div div .slideshow p,
.lbox-inner div div .slideshow h3,
.lbox-inner div div .slideshow h2,
.lbox-inner div div .slideshow ul,
.lbox-inner div div .slideshow ol,
.lbox-inner div div .slideshow .counter span {
  padding-left: 0;
  text-align: left;
  padding-right: 0;
}
#cpm-container .slideshow h2 {
  padding-left: 0;
  text-align: left;
  padding: 0 0 12px 0;
  margin: 0;
}
.topic-body-container #topic-body .slideshow p {
  padding-right: 0;
}
@media only screen and (max-width: 739px) {
  .slideshow .owl-carousel {
    height: 500px;
    border: none;
  }
  .slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    max-height: 500px;
    height: 500px;
  }
  .slideshow .owl-carousel .owl-stage-outer .owl-stage .owl-item div {
    max-height: 500px;
    height: 500px;
  }
  .slideshow .owl-carousel .owl-controls {
    top: 500px;
    right: 0;
  }
  .slideshow .slideshow-footer {
    margin-top: 36px;
  }
}
