ul { padding: 0; margin: 0; list-style: none;}
.banner{width: 100%;display: block;}
.dark-green { color: #4c5b52; }
.light-green { color: #00853e; }
.mb-50 { margin-bottom: 50px; }

/*slider*/
.slider {height: 500px;}
.slider .jquery-reslider .slider-block {
  width: 100%; height: 500px;
  position: absolute; z-index: 97; background-position: 50% 50%;  background-size: cover;  opacity: 0;
}
.sliderwz{color:#555555;text-align: left;max-width: 1150px;margin: auto;}
.slider-block .wz1{font-size:1.8rem;margin-top:6vw;max-width:250px;text-transform: uppercase;}
.slider-block .wz2{font-size:5rem;line-height:5.5rem;text-align: left;font-weight: bold;max-width:350px;}
.slider-block .wz2 span{color: #007f72;}
.slider-block .wz3{font-size:2rem;text-align: left;max-width:350px;}

.slider .jquery-reslider .slider-direction { width: 60px; height: 60px; position: absolute; top: 40%; z-index: 99;  cursor: pointer;}
.slider .jquery-reslider .slider-direction.slider-direction-prev { left: 20px;  background: url('../images/prev.png') no-repeat;}
.slider .jquery-reslider .slider-direction.slider-direction-next { right: 20px; background: url('../images/next.png') no-repeat}
.slider .jquery-reslider .slider-dots { position: absolute; width: 100%; text-align: center; bottom: 80px;}

.slider .jquery-reslider .slider-dots li {
  width: 15px; height: 15px; border-radius: 100px; display: inline-block;
  margin: 10px; border: 1px solid #ffffff;  cursor: pointer;
}
.slider .jquery-reslider .slider-dots li.active { background-color: #ffffff; }

@media screen and (max-width: 768px) {
.slider .jquery-reslider .slider-direction { zoom: .8; }
.slider .jquery-reslider .slider-dots { position: absolute; }
.slider-block .wz1{font-size:2rem;text-align: center;width:80%;margin:55% auto 2% auto;}
.slider-block .wz2{font-size:3rem;line-height:3.2rem;text-align: center;width:80%;margin: 5px auto;}
.slider-block .wz3{font-size: 16px;text-align: center;width:70%;margin: 5px auto;}
}
