@charset "utf-8";



.rslides {
	
}

.rslides {
  width: auto;
	width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
	z-index: 2;
	display: block;
	margin: 0px !important;
	margin-block-start: 0px !important;
	padding: 0px !important;
	list-style-type: none !important;
}

.rslides img {
	width: 100%;
}

.slideshow {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}

.slideshow li span {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image 9s linear infinite;
  animation: image 9s linear infinite;
}



@keyframes image {
  
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  
}



@-webkit-keyframes image {
  
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  4% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  35% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
  
}



.slideshow li {
  
}

.slideshow li {
  margin:0 !important;
  padding:0 !important;
  list-style: none !important;
}

.slideshow li:nth-child(1) span {
}

.slideshow li:nth-child(2) span {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.slideshow li:nth-child(3) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

ul.slideshow {
	margin:0 !important;
	padding: 0 !important;
}

.slideshow li::before{
	display:none !important;
}

.slideshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
}





@media only all and (max-width: auto) {
	
  .slideshow li {
	margin:0 !important;
	padding:0 !important;
	list-style: none !important;
  }

  ul.slideshow {
	margin:0 !important;
	padding: 0 !important;
  }

  .slideshow li::before{
	display:none !important;
  }

  .slideshow ul {
	margin:0 !important;
	padding-left:0 !important;
	list-style-type: none !important;
	list-style:none !important;
  }

}
