/********************************************
	BREAKPOINT WIDTHS
********************************************/

/********************************************
	FONTS
********************************************/

/********************************************
	COLOURS
********************************************/

[data-cognigy-webchat-root] .carousel .control-arrow, .carousel.carousel-slider .control-arrow {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  opacity: 0.4;
  filter: alpha(opacity=40);
  position: absolute;
  z-index: 2;
  top: 20px;
  background: none;
  border: 0;
  font-size: 32px;
  cursor: pointer;
}

[data-cognigy-webchat-root] .carousel .control-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-cognigy-webchat-root] .carousel .control-arrow:before, .carousel.carousel-slider .control-arrow:before {
  margin: 0 5px;
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  content: '';
}

[data-cognigy-webchat-root] .carousel .control-disabled.control-arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: inherit;
  display: none;
}

[data-cognigy-webchat-root] .carousel .control-prev.control-arrow {
  left: 0;
}

[data-cognigy-webchat-root] .carousel .control-prev.control-arrow:before {
  border-right: 8px solid #fff;
}

[data-cognigy-webchat-root] .carousel .control-next.control-arrow {
  right: 0;
}

[data-cognigy-webchat-root] .carousel .control-next.control-arrow:before {
  border-left: 8px solid #fff;
}

[data-cognigy-webchat-root] .carousel {
  position: relative;
  width: 100%;
}

[data-cognigy-webchat-root] .carousel * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[data-cognigy-webchat-root] .carousel img {
  width: 100%;
  display: inline-block;
  pointer-events: none;
}

[data-cognigy-webchat-root] .carousel .carousel {
  position: relative;
}

[data-cognigy-webchat-root] .carousel .control-arrow {
  outline: 0;
  border: 0;
  background: none;
  top: 50%;
  margin-top: -13px;
  font-size: 18px;
}

[data-cognigy-webchat-root] .carousel .thumbs-wrapper {
  margin: 20px;
  overflow: hidden;
}

[data-cognigy-webchat-root] .carousel .thumbs {
  -webkit-transition: all 0.15s ease-in;
  -moz-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  list-style: none;
  white-space: nowrap;
}

[data-cognigy-webchat-root] .carousel .thumb {
  -webkit-transition: border 0.15s ease-in;
  -moz-transition: border 0.15s ease-in;
  -ms-transition: border 0.15s ease-in;
  -o-transition: border 0.15s ease-in;
  transition: border 0.15s ease-in;
  display: inline-block;
  width: 80px;
  margin-right: 6px;
  white-space: nowrap;
  overflow: hidden;
  border: 3px solid #fff;
  padding: 2px;
}

[data-cognigy-webchat-root] .carousel .thumb:focus {
  border: 3px solid #ccc;
  outline: none;
}

[data-cognigy-webchat-root] .carousel .thumb.selected, .carousel .thumb:hover {
  border: 3px solid #333;
}

[data-cognigy-webchat-root] .carousel .thumb img {
  vertical-align: top;
}

[data-cognigy-webchat-root] .carousel.carousel-slider {
  position: relative;
  margin: 0;
  overflow: hidden;
}

[data-cognigy-webchat-root] .carousel.carousel-slider .control-arrow {
  top: 0;
  color: #fff;
  font-size: 26px;
  bottom: 0;
  margin-top: 0;
  padding: 5px;
}

[data-cognigy-webchat-root] .carousel.carousel-slider .control-arrow:hover, [data-cognigy-webchat-root] .carousel.carousel-slider .control-arrow:focus {
  background: rgba(0, 0, 0, 0.2);
}

[data-cognigy-webchat-root] .carousel .slider-wrapper {
  overflow: hidden;
  margin: auto;
  width: 100%;
  -webkit-transition: height 0.15s ease-in;
  -moz-transition: height 0.15s ease-in;
  -ms-transition: height 0.15s ease-in;
  -o-transition: height 0.15s ease-in;
  transition: height 0.15s ease-in;
}

[data-cognigy-webchat-root] .carousel .slider-wrapper.axis-horizontal .slider {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

[data-cognigy-webchat-root] .carousel .slider-wrapper.axis-horizontal .slider .slide {
  flex-direction: column;
  flex-flow: column;
}

[data-cognigy-webchat-root] .carousel .slider-wrapper.axis-vertical {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}

[data-cognigy-webchat-root] .carousel .slider-wrapper.axis-vertical .slider {
  -webkit-flex-direction: column;
  flex-direction: column;
}

[data-cognigy-webchat-root] .carousel .slider {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  width: 100%;
}

[data-cognigy-webchat-root] .carousel .slider.animated {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

[data-cognigy-webchat-root] .carousel .slide {
  min-width: 100%;
  margin: 0;
  position: relative;
  /* text-align: center; */
  /* background: #000; */
}

[data-cognigy-webchat-root] .carousel .slide img {
  width: 100%;
  vertical-align: top;
  border: 0;
}

[data-cognigy-webchat-root] .carousel .slide iframe {
  display: inline-block;
  width: calc(100% - 80px);
  margin: 0 40px 40px;
  border: 0;
}

[data-cognigy-webchat-root] .carousel .slide .legend {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  opacity: 0.25;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
  -ms-transition: opacity 0.35s ease-in-out;
  -o-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

[data-cognigy-webchat-root] .carousel .control-dots {
  position: absolute;
  bottom: 0;
  margin: 10px 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 960px) {
  .carousel .control-dots {
    bottom: 0;
  }
}

[data-cognigy-webchat-root] .carousel .control-dots .dot {
  -webkit-transition: opacity 0.25s ease-in;
  -moz-transition: opacity 0.25s ease-in;
  -ms-transition: opacity 0.25s ease-in;
  -o-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 0.3;
  filter: alpha(opacity=30);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
  background: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin: 0 8px;
}

[data-cognigy-webchat-root] .carousel .control-dots .dot.selected, .carousel .control-dots .dot:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

[data-cognigy-webchat-root] .carousel .carousel-status {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  font-size: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
  color: #fff;
}

[data-cognigy-webchat-root] .carousel:hover .slide .legend {
  opacity: 1;
}