.kewbee-slider-container {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .kewbee-slider-container .slide-thumbnails {
    position: absolute;
    list-style: outside none none;
    color: #c0c0c0;
    bottom: 10px;
    z-index: 15;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    right: 15px;
    line-height: 17px; }
    .kewbee-slider-container .slide-thumbnails li {
      display: inline-block;
      cursor: pointer;
      margin-left: 10px; }
    .kewbee-slider-container .slide-thumbnails .bubbles {
      height: 15px;
      width: 15px;
      text-indent: -999px;
      background: #c0c0c0 none repeat scroll 0 0;
      border-radius: 10px; }
    .kewbee-slider-container .slide-thumbnails .numbers {
      height: 17px;
      width: 17px;
      font-size: 11px;
      text-align: center;
      background: #c0c0c0 none repeat scroll 0 0;
      border-radius: 10px;
      color: #ffffff;
      font-family: Arial, Helvetica, sans-serif; }
    .kewbee-slider-container .slide-thumbnails .thumbs {
      width: 22px;
      line-height: 8px; }
      .kewbee-slider-container .slide-thumbnails .thumbs img {
        height: 12px;
        width: 20px;
        margin: 1px;
        object-fit: cover;
        object-position: center;
        opacity: 0.8; }
    .kewbee-slider-container .slide-thumbnails .active {
      cursor: auto; }
    .kewbee-slider-container .slide-thumbnails .bubbles:hover,
    .kewbee-slider-container .slide-thumbnails .bubbles.active {
      background-color: #ffffff;
      border: 1px solid #000000; }
    .kewbee-slider-container .slide-thumbnails .numbers:hover,
    .kewbee-slider-container .slide-thumbnails .numbers.active {
      background-color: #ffffff;
      color: #000000;
      font-weight: bold;
      border: 1px solid #000000; }
    .kewbee-slider-container .slide-thumbnails .thumbs:hover img {
      opacity: 1.0; }
    .kewbee-slider-container .slide-thumbnails .thumbs.active {
      border: 1px solid #ffffff;
      outline: 1px solid #000000; }
      .kewbee-slider-container .slide-thumbnails .thumbs.active img {
        margin: 0;
        opacity: 1.0; }
  .kewbee-slider-container .slider-navigation-container {
    position: absolute;
    color: #c0c0c0;
    z-index: 10;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 17px;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 24px; }
    .kewbee-slider-container .slider-navigation-container .slider-navigate {
      position: absolute;
      width: 30px;
      height: 100%;
      top: 0;
      cursor: pointer;
      display: flex; }
      .kewbee-slider-container .slider-navigation-container .slider-navigate:hover {
        background-color: rgba(192, 192, 192, 0.6); }
    .kewbee-slider-container .slider-navigation-container .slider-navigate-left {
      left: 0; }
    .kewbee-slider-container .slider-navigation-container .slider-navigate-right {
      right: 0; }
    .kewbee-slider-container .slider-navigation-container .slider-navigation-icon {
      color: #ffffff;
      display: flex;
      align-items: center;
      width: 30px;
      justify-content: space-evenly; }
  .kewbee-slider-container .kewbee-slider-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    position: relative; }
  .kewbee-slider-container .image-slide {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .kewbee-slider-container .image-slide picture {
    display: block;
    width: 100%; }
  .kewbee-slider-container .image-slide picture img {
    display: block;
    width: 100%; }
  .kewbee-slider-container .text-slide {
    position: absolute;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .kewbee-slider-container .text-slide section {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff; }
  .kewbee-slider-container .text-slide section h1 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif; }
  .kewbee-slider-container .text-slide section p {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%; }
  .kewbee-slider-container .slide-visible {
    left: 0;
    top: 0;
    opacity: 1.0; }
  .kewbee-slider-container .flyInFromRight-start {
    left: 100%;
    top: 0;
    opacity: 1.0; }
  .kewbee-slider-container .flyInFromLeft-start {
    left: -100%;
    top: 0;
    opacity: 1.0; }
  .kewbee-slider-container .flyInFromTop-start {
    left: 0;
    top: -100%;
    opacity: 1.0; }
  .kewbee-slider-container .flyInFromBottom-start {
    left: 0;
    top: 100%;
    opacity: 1.0; }
  .kewbee-slider-container .appear-start {
    left: 0;
    top: 0;
    opacity: 0.0; }
  .kewbee-slider-container .flyInFromRight-animation {
    animation: flyInFromRight-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyInFromLeft-animation {
    animation: flyInFromLeft-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyInFromTop-animation {
    animation: flyInFromTop-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyInFromBottom-animation {
    animation: flyInFromBottom-animation-keyframes 1.2s; }
  .kewbee-slider-container .appear-animation {
    animation: appear-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyOutToRight-animation {
    animation: flyOutToRight-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyOutToLeft-animation {
    animation: flyOutToLeft-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyOutToTop-animation {
    animation: flyOutToTop-animation-keyframes 1.2s; }
  .kewbee-slider-container .flyOutToBottom-animation {
    animation: flyOutToBottom-animation-keyframes 1.2s; }
  .kewbee-slider-container .disappear-animation {
    animation: disappear-animation-keyframes 1.2s; }

@keyframes flyInFromRight-animation-keyframes {
  0% {
    left: 100%;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1.0; } }
@keyframes flyInFromLeft-animation-keyframes {
  0% {
    left: -100%;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1.0; } }
@keyframes flyInFromTop-animation-keyframes {
  0% {
    left: 0;
    top: -100%;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1.0; } }
@keyframes flyInFromBottom-animation-keyframes {
  0% {
    left: 0;
    top: 100%;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1.0; } }
@keyframes appear-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 0;
    opacity: 1.0; } }
@keyframes flyOutToRight-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 100%;
    top: 0;
    opacity: 1.0; }
  100% {
    left: 100%;
    top: 0;
    opacity: 1.0; } }
@keyframes flyOutToLeft-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: -100%;
    top: 0;
    opacity: 1.0; }
  100% {
    left: -100%;
    top: 0;
    opacity: 1.0; } }
@keyframes flyOutToTop-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: -100%;
    opacity: 1.0; }
  100% {
    left: 0;
    top: -100%;
    opacity: 1.0; } }
@keyframes flyOutToBottom-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 100%;
    opacity: 1.0; }
  100% {
    left: 0;
    top: 100%;
    opacity: 1.0; } }
@keyframes disappear-animation-keyframes {
  0% {
    left: 0;
    top: 0;
    opacity: 1.0; }
  83.3333333333% {
    left: 0;
    top: 0;
    opacity: 0; }
  100% {
    left: 0;
    top: 0;
    opacity: 0; } }
