.cq-imageslider{
	position: relative;
	padding: 0;
	clear: both;
	margin: 0 0 20px 0;
}
.cq-imageslider iframe{
  margin: 0;
  padding: 0;
}
.cq-imageslider-shape-square .cq-imageslider-image{
  border-radius: 0px;
}
.cq-imageslider-shape-rounded .cq-imageslider-image{
  border-radius: 8px;
}
.cq-imageslider.cq-imageslider-shape-rounded .cq-imageslider-navigation .imageslider-navigation-next, .cq-imageslider.cq-imageslider-shape-rounded .cq-imageslider-navigation .imageslider-navigation-prev{
  border-radius: 4px;
}

.cq-imageslider-shape-round .cq-imageslider-image {
  border-radius: 16px;
}
.cq-imageslider.cq-imageslider-shape-round .cq-imageslider-navigation .imageslider-navigation-next, .cq-imageslider.cq-imageslider-shape-round .cq-imageslider-navigation .imageslider-navigation-prev{
  border-radius: 8px;
}
.cq-imageslider .slick-list{
  min-height: 200px!important;
}
.cq-imageslider-text{
  color: #333;
  margin-top: 12px;

}
.cq-imageslider-text p{
  margin: 0;
  padding: 0;
}
.cq-imageslider-imageitem.cq-imageslider-noimage{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  min-height: 200px;
}

.cq-imageslider-imagelink, .cq-imageslider-imagelink:focus{
	border: none;
	outline:
}

.cq-imageslider-navcontainer{
	  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.cq-imageslider-dot {
  position: relative;
  cursor: default;
  text-align: center;
  margin: 8px auto 0 auto;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cq-imageslider-dot li {
  position: relative;
  display: block;
  float: left;
  margin: 0 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.cq-imageslider-dot .cq-imageslider-linkdot {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: none;
}
.cq-imageslider-dot .cq-imageslider-linkdot:hover, .cq-imageslider-dot .cq-imageslider-linkdot:focus {
  box-shadow: none;
}
.cq-imageslider-dot svg circle {
}

.cq-imageslider-grapefruit .cq-imageslider-linkdot {
  background-color: #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-linkdot {
  background-color: #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-linkdot {
  background-color: #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-linkdot {
  background-color: #8CC152;
}
.cq-imageslider-mint .cq-imageslider-linkdot {
  background-color: #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-linkdot {
  background-color: #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-linkdot {
  background-color: #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-linkdot {
  background-color: #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-linkdot {
  background-color: #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-linkdot {
  background-color: #E6E9ED;
}
.cq-imageslider-cq-transparent .cq-imageslider-linkdot {
  background-color: none;
}

.cq-imageslider-dot .cq-imageslider-linkdot:focus {
  outline: none;
}

.cq-imageslider-dot-fillup .cq-imageslider-linkdot {
  overflow: hidden;
  background-color: transparent;
  transition: background 0.3s ease;
}
.cq-imageslider-dot-fillup .cq-imageslider-linkdot:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  transition: height 0.3s ease;
}

.cq-imageslider-grapefruit .cq-imageslider-linkdot:after {
  background-color: #DA4453;
}
.cq-imageslider-grapefruit .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-aqua .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-bittersweet .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-sunflower .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-grass .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-mint .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-lavender .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-bluejeans .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-pinkrose .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-white .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-lightgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-mediumgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after, .cq-imageslider-darkgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after{
  background-color: transparent;
}
.cq-imageslider-bittersweet .cq-imageslider-linkdot:after {
  background-color: #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-linkdot:after {
  background-color: #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-linkdot:after {
  background-color: #8CC152;
}
.cq-imageslider-mint .cq-imageslider-linkdot:after {
  background-color: #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-linkdot:after {
  background-color: #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-linkdot:after {
  background-color: #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-linkdot:after {
  background-color: #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-linkdot:after {
  background-color: #D770AD;
}
.cq-imageslider-white .cq-imageslider-linkdot:after {
  background-color: #FFF;
}
.cq-imageslider-lightgray .cq-imageslider-linkdot:after {
  background-color: #E6E9ED;
}
.cq-imageslider-mediumgray .cq-imageslider-linkdot:after {
  background-color: #656D78;
}
.cq-imageslider-darkgray .cq-imageslider-linkdot:after {
  background-color: #434A54;
}
.cq-imageslider-cq-transparent .cq-imageslider-linkdot:after {
  background-color: none;
}



.cq-imageslider-dot-fillup .cq-imageslider-linkdot:hover, .cq-imageslider-dot-fillup .cq-imageslider-linkdot:focus {
}
.cq-imageslider-dot-fillup li.is-current .cq-imageslider-linkdot:after {
  height: 100%;
}
.cq-imageslider-dot-scaleup .cq-imageslider-linkdot {
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-scaleup .cq-imageslider-linkdot:hover, .cq-imageslider-dot-scaleup .cq-imageslider-linkdot:focus {
}
.cq-imageslider-dot-scaleup li.is-current .cq-imageslider-linkdot {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.cq-imageslider-grapefruit li.is-current .cq-imageslider-linkdot {
  background-color: #DA4453!important;
}
.cq-imageslider-bittersweet li.is-current .cq-imageslider-linkdot {
  background-color: #E9573F!important;
}
.cq-imageslider-sunflower li.is-current .cq-imageslider-linkdot {
  background-color: #F6BB42!important;
}
.cq-imageslider-grass li.is-current .cq-imageslider-linkdot {
  background-color: #8CC152!important;
}
.cq-imageslider-mint li.is-current .cq-imageslider-linkdot {
  background-color: #37BC9B!important;
}
.cq-imageslider-aqua li.is-current .cq-imageslider-linkdot {
  background-color: #3BAFDA!important;
}
.cq-imageslider-lavender li.is-current .cq-imageslider-linkdot {
  background-color: #967ADC!important;
}
.cq-imageslider-bluejeans li.is-current .cq-imageslider-linkdot {
  background-color: #4A89DC!important;
}
.cq-imageslider-pinkrose li.is-current .cq-imageslider-linkdot {
  background-color: #D770AD!important;
}
.cq-imageslider-lightgray li.is-current .cq-imageslider-linkdot {
  background-color: #E6E9ED!important;
}
.cq-imageslider-mediumgray li.is-current .cq-imageslider-linkdot {
  background-color: #656D78!important;
}
.cq-imageslider-darkgray li.is-current .cq-imageslider-linkdot, .cq-imageslider-darkgray li.is-current .cq-imageslider-linkdot:hover, .cq-imageslider-darkgray li.is-current .cq-imageslider-linkdot:focus {
  background-color: #656D78!important;
}
.cq-imageslider-cq-transparent li.is-current .cq-imageslider-linkdot {
  background-color: none!important;
}




.cq-imageslider-dot-dotstroke .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover, .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:focus {
  background-color: #AAB2BD;
}


.cq-imageslider-grapefruit .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #DA4453!important;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #E9573F!important;
}
.cq-imageslider-sunflower .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #F6BB42!important;
}
.cq-imageslider-grass .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #8CC152!important;
}
.cq-imageslider-mint .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #37BC9B!important;
}
.cq-imageslider-aqua .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #3BAFDA!important;
}
.cq-imageslider-lavender .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #967ADC!important;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #4A89DC!important;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #D770AD!important;
}
.cq-imageslider-lightgray .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #E6E9ED!important;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover {
  background-color: #AAB2BD!important;
}
.cq-imageslider-cq-transpar.cq-imageslider-dot-dotstroke ent .cq-imageslider-linkdot:hover {
  background-color: none!important;
}




.cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  background-color: transparent;
  box-shadow: 0 0 0 2px #AAB2BD;
}

.cq-imageslider-grapefruit .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px #E6E9ED;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: 0 0 0 2px none;
}







.cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: box-shadow 0.3s ease;
}
.cq-imageslider-dot-fillin .cq-imageslider-linkdot:hover, .cq-imageslider-dot-fillin .cq-imageslider-linkdot:focus {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.cq-imageslider-grapefruit .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #E6E9ED;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #AAB2BD;
}
.cq-imageslider-darkgray .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #656D78;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-fillin .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px none;
}
.cq-imageslider-grapefruit .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #E6E9ED;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #AAB2BD;
}
.cq-imageslider-darkgray .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px #656D78;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-fillin li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px none;
}


.cq-imageslider-grapefruit .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px #E6E9ED;
}
.cq-imageslider-transparent .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
	box-shadow: inset 0 0 0 2px none;
}



.cq-imageslider-dot-circlegrow .cq-imageslider-linkdot {
  overflow: hidden;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
  transition: opacity 0.3s ease;
}
.cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cq-imageslider-grapefruit .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: #E6E9ED;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:after {
  background-color: none;
}



.cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:hover, .cq-imageslider-dot-circlegrow .cq-imageslider-linkdot:focus {
}
.cq-imageslider-dot-circlegrow li.is-current .cq-imageslider-linkdot:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.cq-imageslider-dot-dotstroke .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.5);
  transition: box-shadow 0.3s ease;
}
.cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:hover, .cq-imageslider-dot-dotstroke .cq-imageslider-linkdot:focus {
  box-shadow: inset 0 0 0 8px #fff;
}
.cq-imageslider-dot-dotstroke li.is-current .cq-imageslider-linkdot {
  box-shadow: inset 0 0 0 2px #fff;
}

.cq-imageslider-dot-drawcircle li {
  width: 18px;
  height: 18px;
}
.cq-imageslider-dot-drawcircle li.is-current .cq-imageslider-linkdot {
  opacity: 0.5;
}
.cq-imageslider-dot-drawcircle li.is-current circle {
  opacity: 1;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.3s, opacity 0.15s;
}
.cq-imageslider-dot-drawcircle .cq-imageslider-linkdot {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background-color: #AAB2BD;
  transition: opacity 0.3s ease;
}
.cq-imageslider-dot-drawcircle .cq-imageslider-linkdot:hover, .cq-imageslider-dot-drawcircle .cq-imageslider-linkdot:focus {
  opacity: 0.5;
}
.cq-imageslider-dot-drawcircle svg {
  z-index: 10;
}
.cq-imageslider-dot-drawcircle svg circle {
  opacity: 0;
  fill: none;
  stroke: #434A54;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 39 39;
  stroke-dashoffset: 39;
  transition: stroke-dashoffset 0.3s, opacity 0.3s;
}

.cq-imageslider-grapefruit .cq-imageslider-dot-drawcircle svg circle {
  stroke: #DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-drawcircle svg circle {
  stroke: #E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-drawcircle svg circle {
  stroke: #F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-drawcircle svg circle {
  stroke: #8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-drawcircle svg circle {
  stroke: #37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-drawcircle svg circle {
  stroke: #3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-drawcircle svg circle {
  stroke: #967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-drawcircle svg circle {
  stroke: #4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-drawcircle svg circle {
  stroke: #D770AD;
}
.cq-imageslider-lightgray .cq-imageslider-dot-drawcircle svg circle {
  stroke: #E6E9ED;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-drawcircle svg circle {
  stroke: none;
}


.cq-imageslider-dot-smalldotstroke li {
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  transition: box-shadow 0.3s ease;
}
.cq-imageslider-dot-smalldotstroke li.is-current {
  box-shadow: 0 0 0 2px #fff;
}
.cq-imageslider-dot-smalldotstroke li.is-current .cq-imageslider-linkdot {
  background-color: #fff;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
}
.cq-imageslider-dot-smalldotstroke .cq-imageslider-linkdot {
  background-color: rgba(255, 255, 255, 0.7);
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease;
  transition: background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-smalldotstroke .cq-imageslider-linkdot:hover, .cq-imageslider-dot-smalldotstroke .cq-imageslider-linkdot:focus {
  background-color: #fff;
}

.cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot {
	border-color: #FFF;
}
.cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-puff .cq-imageslider-linkdot {
  border: 2px solid #fff;
  transition: border-color 0.3s ease;
}
.cq-imageslider-dot-puff .cq-imageslider-linkdot:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(3);
          transform: scale(3);
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus {
}


.cq-imageslider-grapefruit .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-grapefruit .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-grapefruit .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#ED5565;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-bittersweet .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-bittersweet .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#FC6E51;
}
.cq-imageslider-sunflower .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-sunflower .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-sunflower .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#FFCE54;
}
.cq-imageslider-grass .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-grass .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-grass .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#A0D468;
}
.cq-imageslider-mint .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-mint .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-mint .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#48CFAD;
}
.cq-imageslider-aqua .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-aqua .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-aqua .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#4FC1E9;
}
.cq-imageslider-lavender .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-lavender .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-lavender .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#AC92EC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-bluejeans .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-bluejeans .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#5D9CEC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-pinkrose .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-pinkrose .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#EC87C0;
}
.cq-imageslider-lightgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-lightgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-lightgray .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#E6E9ED;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-mediumgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-mediumgray .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#CCD1D9;
}
.cq-imageslider-darkgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-darkgray .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-darkgray .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:#434A54;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-puff .cq-imageslider-linkdot:hover, .cq-imageslider-cq-transparent .cq-imageslider-dot-puff .cq-imageslider-linkdot:focus, .cq-imageslider-c .cq-imageslider-dot-puff li.is-current .cq-imageslider-linkdot{
  border-color:none;
}




.cq-imageslider-dot-tooltip li:hover .cq-imageslider-linkdot, .cq-imageslider-dot-tooltip li.is-current .cq-imageslider-linkdot {
  z-index: 100;
  line-height: 150%;
  padding: 4px;
  border-radius: 4px;
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0%);
          transform: translateX(-50%) translateY(0%);
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  text-decoration: none;
}

.cq-imageslider-dot-tooltip:hover li.is-current .cq-imageslider-linkdot {
  opacity: 0.2;
}
.cq-imageslider-dot-tooltip li {
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 1;
  transition: border-color 0.3s ease;
}
.cq-imageslider-dot-tooltip li:hover {
  z-index: 100;
}
.cq-imageslider-dot-tooltip li.is-current {
}
.cq-imageslider-dot-tooltip li.is-current:hover .cq-imageslider-linkdot {
	opacity: 1;
}
.cq-imageslider-dot-tooltip.cq-imageslider-hide-yes li.is-current .cq-imageslider-linkdot{
	animation-duration: 1s;
  	animation-name: fadeout;
  	animation-delay: 3s;
}
@keyframes fadeout {
  from {
  	opacity: 1;
  }

  to {
  	opacity: 0;
  }
}


.cq-imageslider-dot-tooltip .cq-imageslider-linkdot {
  top: auto;
  bottom: 250%;
  left: 50%;
  visibility: hidden;
  padding: 4px 10px;
  width: auto;
  min-width: 80px;
  height: auto;
  border-radius: 0;
  color: #fff;
  text-indent: 0;
  line-height: 2;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.3s ease, visibility 0s 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-color: transparent;
  border-top-color: #c44d48;
  content: '';
  pointer-events: none;
  top: 99%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.3s ease;
}
.cq-imageslider-dot-tooltip .cq-imageslider-notooltip.cq-imageslider-linkdot:after{
	border-top-color: transparent!important;
	border-radius: 0;
}
.cq-imageslider-dot-tooltip li.is-current .cq-imageslider-notooltip{
	background-color: transparent;
	padding: 0;
}
.cq-imageslider-dot-tooltip li:hover .cq-imageslider-notooltip{
	background-color: transparent;
	padding: 0;
}

.cq-imageslider-grapefruit .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#DA4453;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#E9573F;
}
.cq-imageslider-sunflower .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#F6BB42;
}
.cq-imageslider-grass .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#8CC152;
}
.cq-imageslider-mint .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#37BC9B;
}
.cq-imageslider-aqua .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#3BAFDA;
}
.cq-imageslider-lavender .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#967ADC;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#4A89DC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#D770AD;
}
.cq-imageslider-white .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#FFF;
}
.cq-imageslider-lightgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#E6E9ED;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#AAB2BD;
}
.cq-imageslider-darkgray .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:#656D78;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-tooltip .cq-imageslider-linkdot:after {
  border-top-color:none;
}


.cq-imageslider-grapefruit .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #DA4453!important;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #E9573F!important;
}
.cq-imageslider-sunflower .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #F6BB42!important;
}
.cq-imageslider-grass .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #8CC152!important;
}
.cq-imageslider-mint .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #37BC9B!important;
}
.cq-imageslider-aqua .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #3BAFDA!important;
}
.cq-imageslider-lavender .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #967ADC!important;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #4A89DC!important;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #D770AD!important;
}
.cq-imageslider-white .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  color: #333;
  background-color: #FFF!important;
}
.cq-imageslider-lightgray .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #E6E9ED!important;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot{
  background-color: #AAB2BD!important;
}
.cq-imageslider-darkgray .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot, .cq-imageslider-darkgray .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot:focus {
  background-color: #656D78!important;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-tooltip li .cq-imageslider-linkdot {
  background-color: none!important;
}


.cq-imageslider-grapefruit .cq-imageslider-dot-tooltip li.is-current{
  background-color: #DA4453!important;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-tooltip li.is-current{
  background-color: #E9573F!important;
}
.cq-imageslider-sunflower .cq-imageslider-dot-tooltip li.is-current{
  background-color: #F6BB42!important;
}
.cq-imageslider-grass .cq-imageslider-dot-tooltip li.is-current{
  background-color: #8CC152!important;
}
.cq-imageslider-mint .cq-imageslider-dot-tooltip li.is-current{
  background-color: #37BC9B!important;
}
.cq-imageslider-aqua .cq-imageslider-dot-tooltip li.is-current{
  background-color: #3BAFDA!important;
}
.cq-imageslider-lavender .cq-imageslider-dot-tooltip li.is-current{
  background-color: #967ADC!important;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-tooltip li.is-current{
  background-color: #4A89DC!important;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-tooltip li.is-current{
  background-color: #D770AD!important;
}
.cq-imageslider-lightgray .cq-imageslider-dot-tooltip li.is-current{
  background-color: #E6E9ED!important;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-tooltip li.is-current{
  background-color: #656D78!important;
}
.cq-imageslider-darkgray .cq-imageslider-dot-tooltip li.is-current{
  background-color: #656D78!important;
}
.cq-imageslider-cq-transparent .cq-imageslider-dot-tooltip li.is-current{
  background-color: none;!important
}








.cq-imageslider-dot-dotmove li:last-child {
  position: absolute;
  margin: 0;
  width: 32px;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.cq-imageslider-dot-dotmove li:last-child:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #c44d48;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.cq-imageslider-grapefruit .cq-imageslider-dot-dotmove li:last-child:after{
  background: #ED5565;
}
.cq-imageslider-bittersweet .cq-imageslider-dot-dotmove li:last-child:after{
  background: #FC6E51;
}
.cq-imageslider-sunflower .cq-imageslider-dot-dotmove li:last-child:after{
  background: #FFCE54;
}
.cq-imageslider-grass .cq-imageslider-dot-dotmove li:last-child:after{
  background: #A0D468;
}
.cq-imageslider-mint .cq-imageslider-dot-dotmove li:last-child:after{
  background: #48CFAD;
}
.cq-imageslider-aqua .cq-imageslider-dot-dotmove li:last-child:after{
  background: #4FC1E9;
}
.cq-imageslider-bluejeans .cq-imageslider-dot-dotmove li:last-child:after{
  background: #5D9CEC;
}
.cq-imageslider-pinkrose .cq-imageslider-dot-dotmove li:last-child:after{
  background: #EC87C0;
}
.cq-imageslider-lightgray .cq-imageslider-dot-dotmove li:last-child:after{
  color: #333;
  background: #F5F7FA;
}
.cq-imageslider-mediumgray .cq-imageslider-dot-dotmove li:last-child:after{
  background: #CCD1D9;
}
.cq-imageslider-darkgray .cq-imageslider-dot-dotmove li:last-child:after{
  background: #656D78;
}


.cq-imageslider-dot-dotmove li .cq-imageslider-linkdot {
  transition: background-color 0.3s ease;
}
.cq-imageslider-dot-dotmove li .cq-imageslider-linkdot:hover, .cq-imageslider-dot-dotmove li .cq-imageslider-linkdot:focus {
  background-color: #fff;
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(1) ~ li:last-child {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(2) ~ li:last-child {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(3) ~ li:last-child {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(4) ~ li:last-child {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(5) ~ li:last-child {
  -webkit-transform: translateX(400%);
          transform: translateX(400%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(6) ~ li:last-child {
  -webkit-transform: translateX(500%);
          transform: translateX(500%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(7) ~ li:last-child {
  -webkit-transform: translateX(600%);
          transform: translateX(600%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(8) ~ li:last-child {
  -webkit-transform: translateX(700%);
          transform: translateX(700%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(9) ~ li:last-child {
  -webkit-transform: translateX(800%);
          transform: translateX(800%);
}
.cq-imageslider-dot-dotmove li.is-current:nth-child(10) ~ li:last-child {
  -webkit-transform: translateX(900%);
          transform: translateX(900%);
}



.cq-imageslider-dot-fall li:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: #c44d48;
  border-radius: 50%;
  -webkit-transform: translateY(-200%);
          transform: translateY(-200%);
  transition: opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-fall li:hover .cq-imageslider-linkdot {
  background-color: #fff;
}
.cq-imageslider-dot-fall li.is-current .cq-imageslider-linkdot {
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}
.cq-imageslider-dot-fall li.is-current:after {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.cq-imageslider-dot-fall .cq-imageslider-linkdot {
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.cq-imageslider-dot-fall .cq-imageslider-linkdot:focus {
  background-color: #fff;
}


.cq-imageslider .slick-slider{
	margin: 0;
}

.cq-imageslider .cq-imageslider-link, .cq-imageslider .cq-imageslider-link:focus{
	outline: none;
	border: none;
}
.cq-imageslider-navigation{
	display: inline-block;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 40px;
	margin: 0;
	padding: 0;
}
.cq-imageslider.navigation-float-left .cq-imageslider-navigation, .cq-imageslider.navigation-overlay-left .cq-imageslider-navigation{
	left: 0;
}

.cq-imageslider.navigation-float-right .cq-imageslider-navigation, .cq-imageslider.navigation-overlay-right .cq-imageslider-navigation{
	right: 0;
}
.cq-imageslider-area{
	width: 100%;
	position: relative;
	display: inline-block;
	z-index: 1;
	clear: both;
}
.cq-imageslider.navigation-float-left .cq-imageslider-area.btn-large{
}
.cq-imageslider.navigation-float-left .cq-imageslider-area.btn-medium{
}
.cq-imageslider.navigation-float-left .cq-imageslider-area.btn-small{
}


.cq-imageslider-navigation .imageslider-navigation-prev{
	background: #AC92EC;
}
.cq-imageslider-navigation .imageslider-navigation-next{
	background: #967ADC;
}
.cq-imageslider.grapefruit .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #ED5565;
}
.cq-imageslider.grapefruit .cq-imageslider-navigation .imageslider-navigation-next{
	background: #DA4453;
}
.cq-imageslider.bittersweet .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #FC6E51;
}
.cq-imageslider.bittersweet .cq-imageslider-navigation .imageslider-navigation-next{
	background: #E9573F;
}
.cq-imageslider.sunflower .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #FFCE54;
}
.cq-imageslider.sunflower .cq-imageslider-navigation .imageslider-navigation-next{
	background: #F6BB42;
}
.cq-imageslider.grass .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #A0D468;
}
.cq-imageslider.grass .cq-imageslider-navigation .imageslider-navigation-next{
	background: #8CC152;
}
.cq-imageslider.mint .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #48CFAD;
}
.cq-imageslider.mint .cq-imageslider-navigation .imageslider-navigation-next{
	background: #48CFAD;
}
.cq-imageslider.aqua .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #4FC1E9;
}
.cq-imageslider.aqua .cq-imageslider-navigation .imageslider-navigation-next{
	background: #3BAFDA;
}
.cq-imageslider.bluejeans .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #5D9CEC;
}
.cq-imageslider.bluejeans .cq-imageslider-navigation .imageslider-navigation-next{
	background: #4A89DC;
}
.cq-imageslider.pinkrose .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #EC87C0;
}
.cq-imageslider.pinkrose .cq-imageslider-navigation .imageslider-navigation-next{
	background: #D770AD;
}
.cq-imageslider.lightgray .cq-imageslider-navigation .imageslider-navigation-prev{
	color: #333;
	background: #F5F7FA;
}
.cq-imageslider.lightgray .cq-imageslider-navigation .imageslider-navigation-prev:hover{
	color: #fff;
}
.cq-imageslider.lightgray .cq-imageslider-navigation .imageslider-navigation-next{
	color: #333;
	background: #E6E9ED;
}
.cq-imageslider.lightgray .cq-imageslider-navigation .imageslider-navigation-next:hover{
	color: #fff;
}

.cq-imageslider.mediumgray .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #CCD1D9;
}
.cq-imageslider.mediumgray .cq-imageslider-navigation .imageslider-navigation-next{
	background: #AAB2BD;
}
.cq-imageslider.darkgray .cq-imageslider-navigation .imageslider-navigation-prev{
	background: #656D78;
}
.cq-imageslider.darkgray .cq-imageslider-navigation .imageslider-navigation-next{
	background: #434A54;
}
.cq-imageslider-navigation .imageslider-navigation-prev, .cq-imageslider-navigation .imageslider-navigation-next{
	cursor: pointer;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cq-imageslider-navigation.btn-large{
	width: 40px;
}
.cq-imageslider-navigation.btn-medium{
	width: 32px;
}
.cq-imageslider-navigation.btn-small{
	width: 24px;
}
.cq-imageslider-navigation.btn-large .imageslider-navigation-prev, .cq-imageslider-navigation.btn-large .imageslider-navigation-next
{
	width: 40px;
	height: 40px;
}
.cq-imageslider-navigation.btn-medium .imageslider-navigation-prev, .cq-imageslider-navigation.btn-medium .imageslider-navigation-next
{
	width: 32px;
	height: 32px;
}

.cq-imageslider-navigation.btn-small .imageslider-navigation-prev, .cq-imageslider-navigation.btn-small .imageslider-navigation-next
{
	width: 24px;
	height: 24px;
}
.cq-imageslider-navigation.btn-large .cq-imageslider-icon{
	line-height: 40px;
}
.cq-imageslider-icon{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	height: 100%;
}
.cq-imageslider-navigation.btn-medium .cq-imageslider-icon{
	font-size: 14px;
	line-height: 32px;
}
.cq-imageslider-navigation.btn-small .cq-imageslider-icon{
	font-size: 12px;
	line-height: 24px;
}
.cq-imageslider.navigation-isfloat .cq-imageslider-area.btn-large{
}
.cq-imageslider.navigation-isfloat .cq-imageslider-area.btn-medium{
}
.cq-imageslider.navigation-isfloat .cq-imageslider-area.btn-small{
}
.cq-imageslider.tinyshadow .cq-imageslider-area{
	-webkit-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 2px 4px 0px rgba(50, 50, 50, 0.2);
}
.cq-imageslider.longshadow .cq-imageslider-area{
	-webkit-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 5px 11px 0px rgba(50, 50, 50, 0.4);
}

.cq-imageslider.grapefruit .cq-imageslider-area {
	background: #DA4453;
	color: #fff;
}
.cq-imageslider.bittersweet .cq-imageslider-area {
	background: #E9573F;
	color: #fff;
}
.cq-imageslider.sunflower .cq-imageslider-area {
	background: #F6BB42;
	color: #fff;
}
.cq-imageslider.grass .cq-imageslider-area {
	background: #8CC152;
	color: #fff;
}
.cq-imageslider.mint .cq-imageslider-area {
	background: #48CFAD;
	color: #fff;
}
.cq-imageslider.aqua .cq-imageslider-area {
	background: #3BAFDA;
	color: #fff;
}
.cq-imageslider.bluejeans .cq-imageslider-area {
	background: #4A89DC;
	color: #fff;
}
.cq-imageslider.pinkrose .cq-imageslider-area {
	background: #D770AD;
	color: #fff;
}
.cq-imageslider.lightgray .cq-imageslider-area {
	background: #F5F7FA;
}
.cq-imageslider.mediumgray .cq-imageslider-area {
	background: #AAB2BD;
	color: #fff;
}
.cq-imageslider.darkgray .cq-imageslider-area {
	background: #434A54;
	color: #fff;
}
.cq-imageslider-cover{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: #fff;
}
.cq-imageslider-itemcontainer{
	display: block;
}
.cq-imageslider-area.roundsmall{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}
.cq-imageslider-area.roundlarge{
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	overflow: hidden;
}
.cq-imageslider-content{

}
.cq-imageslider.grapefruit .cq-imageslider-content{
	background: #DA4453;
}

.cq-imageslider.bittersweet .cq-imageslider-content{
	background: #E9573F;
}

.cq-imageslider.sunflower .cq-imageslider-content{
	background: #F6BB42;
}

.cq-imageslider.grass .cq-imageslider-content{
	background: #8CC152;
}

.cq-imageslider.mint .cq-imageslider-content{
	background: #48CFAD;
}

.cq-imageslider.aqua .cq-imageslider-content{
	background: #3BAFDA;
}

.cq-imageslider.bluejeans .cq-imageslider-content{
	background: #4A89DC;
}

.cq-imageslider.pinkrose .cq-imageslider-content{
	background: #D770AD;
}

.cq-imageslider.lightgray .cq-imageslider-content{
	background: #F5F7FA;
}
.cq-imageslider.mediumgray .cq-imageslider-content{
	background: #AAB2BD;
}

.cq-imageslider.darkgray .cq-imageslider-content{
	background: #434A54;
}

.cq-imageslider-coveritem{
	width: 100%;
	padding: 0;
	margin: 0;
}
.cq-imageslider-contentitem{
	padding: 12px;
	width: 100%;
}


.slick-dots li{
	list-style: none;
}
.cq-imageslider .slick-current, .cq-imageslider .slick-active{
	outline: none;
	border: none;
}
.cq-imageslider .cq-imageslider-area button.slick-arrow{
	display: none!important;
}

.cq-imageslider .vc_btn3-container{
	margin: 0;
}
