.cq-loadingslideshow{
  overflow: hidden;
  position: relative;
}

.cq-loadingslideshow-progressbar {
}
.cq-loadingslideshow-progressbar {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: 1001;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cq-loadingslideshow-barposition-top .cq-loadingslideshow-progressbar {
  top: 0;
  left: 0;
}
.cq-loadingslideshow-barposition-bottom .cq-loadingslideshow-progressbar {
  bottom: 0;
  left: 0;
}


.cq-loadingslideshow-bar-square .cq-loadingslideshow-progressbar {
  border-radius: 0;
}
.cq-loadingslideshow-bar-rounded .cq-loadingslideshow-progressbar {
  border-radius: 4px;
}


.cq-loadingslideshow-progressbar span {
  display: block;
}

.cq-loadingslideshow-bar {
  background: rgba(0, 0, 0, 0.075);
}

.cq-loadingslideshow-progress {
  background: #75b800;
  color: #fff;
  padding: 4px;
  width: 0;
}
.cq-isloading{
  -webkit-animation: cq-loading 4s ease;
          animation: cq-loading 4s ease;
}
.cq-isloading-no{
}
.cq-isloading-1{
  -webkit-animation: cq-loading 1s ease;
          animation: cq-loading 1s ease;
}
.cq-isloading-2{
  -webkit-animation: cq-loading 2s ease;
          animation: cq-loading 2s ease;
}
.cq-isloading-3{
  -webkit-animation: cq-loading 3s ease;
          animation: cq-loading 3s ease;
}
.cq-isloading-4{
  -webkit-animation: cq-loading 4s ease;
          animation: cq-loading 4s ease;
}
.cq-isloading-5{
  -webkit-animation: cq-loading 5s ease;
          animation: cq-loading 5s ease;
}
.cq-isloading-6{
  -webkit-animation: cq-loading 6s ease;
          animation: cq-loading 6s ease;
}
.cq-isloading-7{
  -webkit-animation: cq-loading 7s ease;
          animation: cq-loading 7s ease;
}
.cq-isloading-8{
  -webkit-animation: cq-loading 8s ease;
          animation: cq-loading 8s ease;
}
.cq-isloading-9{
  -webkit-animation: cq-loading 9s ease;
          animation: cq-loading 9s ease;
}
.cq-isloading-10{
  -webkit-animation: cq-loading 10s ease;
          animation: cq-loading 10s ease;
}

@-webkit-keyframes cq-loading {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}

@keyframes cq-loading {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  25% {
    width: 24%;
  }
  43% {
    width: 41%;
  }
  56% {
    width: 50%;
  }
  66% {
    width: 52%;
  }
  71% {
    width: 60%;
  }
  75% {
    width: 76%;
  }
  94% {
    width: 86%;
  }
  100% {
    width: 100%;
  }
}



.cq-loadingslideshow-image-left .cq-loadingslideshow-imgcontainer{
  margin-right: 16px;
}
.cq-loadingslideshow-image-right .cq-loadingslideshow-imgcontainer{
  margin-left: 16px;
}
.cq-loadingslideshow-image-right .cq-loadingslideshow-item{
  padding-left: 20px;
}

.cq-loadingslideshow-item p{
  text-align: left;
  line-height: 150%;
}



.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-wrapper{
  margin-top: 12px;
}

.swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #000;
  background-color: transparent;
  opacity: 1;
  align-items: center;
  display: inline-flex;
  margin: 0;
  justify-content: center;
}

.cq-loadingslideshow-content{
  line-height: 180%;
}

.cq-loadingslideshow-dotsize-16 .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.cq-loadingslideshow-dotsize-16 .cq-loadingslideshow-dot{
  width: 8px;
  height: 8px;
}
.cq-loadingslideshow-dotsize-24 .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
}
.cq-loadingslideshow-dotsize-24 .cq-loadingslideshow-dot{
  width: 16px;
  height: 16px;
}
.cq-loadingslideshow-dotsize-32 .swiper-pagination-bullet {
  width: 32px;
  height: 32px;
}
.cq-loadingslideshow-dotsize-32 .cq-loadingslideshow-dot{
  width: 24px;
  height: 24px;
}
.cq-loadingslideshow-dotsize-48 .swiper-pagination-bullet {
  width: 48px;
  height: 48px;
}
.cq-loadingslideshow-dotsize-48 .cq-loadingslideshow-dot{
  width: 40px;
  height: 40px;
}



.cq-loadingslideshow-shape-square .cq-loadingslideshow-avatar {
  border-radius: 0;
}
.cq-loadingslideshow-shape-rounded .cq-loadingslideshow-avatar {
  border-radius: 16px;
}
.cq-loadingslideshow-shape-round .cq-loadingslideshow-avatar {
  border-radius: 8px;
}

.cq-loadingslideshow-dot{
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: inline-block;
  background-color: #AAB2BD;
}

.swiper-pagination-bullet-active {
  background: #3BAFDA;
  border: solid 1px #4FC1E9;
}

.cq-loadingslideshow-active-none .swiper-pagination-bullet-active .cq-loadingslideshow-dot {

}
.cq-loadingslideshow-active-grapefruit .swiper-pagination-bullet-active {
  background: #ED5565!important;
}
.cq-loadingslideshow-active-bittersweet .swiper-pagination-bullet-active {
  background: #FC6E51!important;
}
.cq-loadingslideshow-active-sunflower .swiper-pagination-bullet-active {
  background: #FFCE54!important;
}
.cq-loadingslideshow-active-grass .swiper-pagination-bullet-active {
  background: #A0D468!important;
}
.cq-loadingslideshow-active-mint .swiper-pagination-bullet-active {
  background: #48CFAD!important;
}
.cq-loadingslideshow-active-aqua .swiper-pagination-bullet-active {
  background: #4FC1E9!important;
}
.cq-loadingslideshow-active-bluejeans .swiper-pagination-bullet-active {
  background: #5D9CEC!important;
}
.cq-loadingslideshow-active-pinkrose .swiper-pagination-bullet-active {
  background: #EC87C0!important;
}
.cq-loadingslideshow-active-lightgray .swiper-pagination-bullet-active {
  background: #F5F7FA!important;
}
.cq-loadingslideshow-active-mediumgray .swiper-pagination-bullet-active {
  background: #CCD1D9!important;
}
.cq-loadingslideshow-active-darkgray .swiper-pagination-bullet-active {
  background: #656D78!important;
}

.swiper-pagination-bullet {
  border: solid 1px #AAB2BD;
}

.cq-loadingslideshow-border-grapefruit .swiper-pagination-bullet {
  border: solid 1px #ED5565;
}
.cq-loadingslideshow-border-bittersweet .swiper-pagination-bullet {
  border: solid 1px #FC6E51;
}
.cq-loadingslideshow-border-sunflower .swiper-pagination-bullet {
  border: solid 1px #FFCE54;
}
.cq-loadingslideshow-border-grass .swiper-pagination-bullet {
  border: solid 1px #A0D468;
}
.cq-loadingslideshow-border-mint .swiper-pagination-bullet {
  border: solid 1px #48CFAD;
}
.cq-loadingslideshow-border-aqua .swiper-pagination-bullet {
  border: solid 1px #4FC1E9;
}
.cq-loadingslideshow-border-bluejeans .swiper-pagination-bullet {
  border: solid 1px #5D9CEC;
}
.cq-loadingslideshow-border-pinkrose .swiper-pagination-bullet {
  border: solid 1px #EC87C0;
}
.cq-loadingslideshow-border-lightgray .swiper-pagination-bullet {
  border: solid 1px #F5F7FA;
}
.cq-loadingslideshow-border-mediumgray .swiper-pagination-bullet {
  border: solid 1px #CCD1D9;
}
.cq-loadingslideshow-border-darkgray .swiper-pagination-bullet {
  border: solid 1px #656D78;
}




.cq-loadingslideshow-border-dashed .swiper-pagination-bullet-active {
  border: solid 1px #AAB2BD;
}
.cq-loadingslideshow-border-dotted .swiper-pagination-bullet-active {
  border: solid 1px #AAB2BD;
}
.cq-loadingslideshow-border-solid .swiper-pagination-bullet-active {
  border: dashed 1px #AAB2BD;
}
.cq-loadingslideshow-border-none .swiper-pagination-bullet-active {
  border: none;
}


.cq-loadingslideshow-icon{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 2.4em;
    line-height: 100px;
    padding: 0;
}
.cq-loadingslideshow-avatar{
     text-align: center;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: #EFEFEF;
    background-size: cover;
    background-position: center center;
}
.cq-loadingslideshow-avatar-80 .cq-loadingslideshow-avatar{
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.cq-loadingslideshow-avatar-80 .cq-loadingslideshow-icon{
  font-size: 24px;
  line-height: 80px;
}

.cq-loadingslideshow-avatar-100 .cq-loadingslideshow-avatar{
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.cq-loadingslideshow-avatar-100 .cq-loadingslideshow-icon{
  font-size: 32px;
  line-height: 100px;
}
.cq-loadingslideshow-avatar-120 .cq-loadingslideshow-avatar{
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.cq-loadingslideshow-avatar-120 .cq-loadingslideshow-icon{
  font-size: 42px;
  line-height: 120px;
}
.cq-loadingslideshow-avatar-160 .cq-loadingslideshow-avatar{
    width: 160px;
    height: 160px;
    line-height: 160px;
}
.cq-loadingslideshow-avatar-160 .cq-loadingslideshow-icon{
  font-size: 64px;
  line-height: 160px;
}
.cq-loadingslideshow-avatar-200 .cq-loadingslideshow-avatar{
    width: 200px;
    height: 200px;
    line-height: 200px;
}
.cq-loadingslideshow-avatar-200 .cq-loadingslideshow-icon{
  font-size: 80px;
  line-height: 200px;
}
.cq-loadingslideshow-avatar-240 .cq-loadingslideshow-avatar{
    width: 240px;
    height: 240px;
    line-height: 240px;
}
.cq-loadingslideshow-avatar-240 .cq-loadingslideshow-icon{
  font-size: 100px;
  line-height: 240px;
}
.cq-loadingslideshow-avatar-320 .cq-loadingslideshow-avatar{
    width: 320px;
    height: 320px;
    line-height: 320px;
}
.cq-loadingslideshow-avatar-320 .cq-loadingslideshow-icon{
  font-size: 120px;
  line-height: 320px;
}



.cq-loadingslideshow-nav{
  margin: 16px auto;
  text-align: center;
}
