
.slider-wp{	
  position: relative;
  z-index: 2;				
}

.slider{
  width: auto;	
  max-width: 1380px;
  _width: 1380px;
  margin: 0 95px;
  background-color: #FFF;			
}

.cycle-slideshow{  		
  z-index: 1;	
}

.cycle-slide{
  width: 98.4%;	
  padding: 0.8%;
  background-color: #FFF;
}

.slider-item{
  width: 100%;
  height: 100%;				
  background-size: cover;
  background-repeat: no-repeat;		
}

.slider-easter{
  background-image: url(../images/slider/slider-easter.jpg);
}

.slider-halloween{
  background-image: url(../images/slider/Halloween-Event-Slider.jpg);
}

.slider-vote{
  background-image: url(../images/slider/slider-vote.jpg);
}

.slider-1{
  /* background-image: url(../images/slider/all-year-fun-for-your-kids.jpg); */
  background-image: url(../images/webp/all-year-fun-for-your-kids.webp);
}

.slider-2{
  /* background-image: url(../images/slider/slider-2.jpg); */
  background-image: url(../images/webp/slider-2.webp);
}

.slider-3{
  /* background-image: url(../images/slider/slider-3.jpg); */
  background-image: url(../images/webp/slider-3.webp);
}

.slider-4{
  background-image: url(../images/slider/slider-4.jpg);
}

.slider-data{
  display: table;
  position: absolute;
  top: 140px;
  left: 130px;
  z-index: 2;
  width: 450px;

}

.slider-data-text-black{
  color: #2B2B2B;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, 1);
}

.slider-data-text-white{
  color: #FFFFFF;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, 1);
}

.sd-ttl{
  padding-bottom: 10px;	
  font-size: 45pt;
  font-weight: 900;
}

.sd-link{	
  padding-top: 20px;
}

.sd-link A:link, .sd-link A:visited{
  display: block;
  float: left;	
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #7BB03E;	
  color: #7BB03E;			
  text-decoration: none;		
}

.sd-link A:hover{
  border: 1px solid #0F230A;	
  color: #0F230A;	
}

.slider-arr{
  position: absolute;
  top: 50%;
  margin-top: -35px;		
  z-index: 2;
  width: 79px;
  height: 70px;
  border-radius: 5px;	
  cursor: pointer;						
}

.slider-prev{
  left: 10px;	
  background: url(../images/slider-arr-L.png) 15px 6px no-repeat #B11D16;	
}

.slider-next{
  right: 10px;	
  background: url(../images/slider-arr-R.png) 20px 6px no-repeat #B11D16;	
}

.slider-nav{
  display: inline-block;
  zoom: 1;
  *display: inline;	
  margin-top: 20px;	
  padding: 18px 30px 15px;	
  background-color: rgba(1, 186, 50, 0.9);
  border-radius: 5px;							
}

.slider-nav A:link, .slider-nav A:visited{
  text-decoration: none;	
} 

.slider-dots{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;	
  padding: 3px 10px 0;		
}

.slider-dots A:link, .slider-dots A:visited, .slider-t-nav A:link, .slider-t-nav A:visited{
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 3px;
  width: 11px;
  height: 11px;
  background: url(../images/nav-off.png) no-repeat;
}

.slider-dots A.cycle-pager-active:link, .slider-dots A.cycle-pager-active:visited, .slider-t-nav A.cycle-pager-active:link, .slider-t-nav A.cycle-pager-active:visited{
  background: url(../images/nav-on.png) no-repeat;	
}

@media screen and (max-width: 1270px) {
	.slider{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
	}
	.slider-arr{
		display: none;
	}	
	.slider-data{
		width: 300px;
		left: 20px;
	}	
	.slider-item{
		background-position: center top; 
	}	
}


@media screen and (max-width: 1090px)  {

    .slider-wp{
        display: none;
        }

        .slider-nav{
            display: none;
        }
}

@media screen and (max-width: 780px) {

}

@media screen and (max-width: 350px) {
	
}
