.title {
  position: relative;
  top: 5%;
  text-align: center;
  font-family: 'Quicksand';
  color: #fff;
  font-weight: 300;
  font-size: 30px;
}


/* Slideshow CSS */ 
      
#slide-container {   
  width: 100%; height: 500px; 
  position: relative;  
  margin: 0 auto;  
  background: #FFF;   
  padding: 0;   
  overflow: hidden;
  z-index: 10;
/*   margin-top: 60px; */
}


#slides article {   
  top: 100%;
  width: 100%;   
  height: 100%;      
  position: absolute;    
  display: block;
  z-index: 0;
}

#slides article a {
  text-decoration: none;
  color: inherit;
}


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}


#slides article img {    
  width: 100%; 
  height: 100%;
  position: absolute;
}

#slides article:first-child {
  top: 0;
  z-index: 2;
}


/* Slideshow caption */ 

#slides article .caption-container {
  max-width: 460px;
  height: 180px;
  background-color: rgb(0 0 0 / 55%);
  position: relative;
  display: block;
  /* margin: 0 auto; */
  left:0;
  top: 30%;
  transition-duration: 0.3s;
  color: #e2e2e2;
  border-radius: 5px;
}

#slides article .caption-container:hover {
  background-color: rgb(0 0 0 / 82%); 
  transition-duration: 0.3s;
color:#92e4ad;
}

#slides article .caption {
  text-align: center;
  width: 80%; height: 80%;
  position: relative;
  margin: 0 auto;
  top: 10%;
  letter-spacing: 1px;
 /* font-family: "Times New Roman", Georgia, Serif;*/
  padding: 5% 0;
}



#slides article .caption h1{
  text-align: center;
  font-size: 30px;
  /* font-family: 'Playfair Display', serif;
  letter-spacing: 3px;*/
	line-height: 40px;
}


       
/* Slideshow button */ 

button.next {
  color:white;
  background-color: #71978f;
  border: none;
  width: 70px; height: 40px;
  /* border-radius: 55px 55px 0 0; */
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 10;
  -webkit-transition-duration: 0.1s;
}

button.next:active {
 cursor: pointer;
margin-bottom: -7px;
-webkit-transition-duration: 0.1s;

}

button.prev {
  color:white;
  background-color: #71978f;
  border: none;
  width: 70px; height: 40px;
  /* border-radius: 0 0 55px 55px; */
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  z-index: 10;
  -webkit-transition-duration: 0.1s;
}

button.prev:active {
 cursor: pointer;
 margin-top: -7px;
-webkit-transition-duration: 0.1s;


  
}
.dots-container {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 40%;
  /* top: 30%; */
  z-index: 10;
  right: 0px;
  min-width: 280px;
}
.dots-container li{list-style: none;}
.dots-container li div{
  /* width: 15px; height: 15px;
  display: block;
  font-size: 20px;
  background-color: #FFF;
  border-radius: 50%;
  margin: 22px 10px;
  z-index: 10; */
  padding: 15% 5%;
  /* padding-bottom: 20%; */
    text-align: center!Important;
    background: #71978F;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    color: #FFF;
    /* height: 100%; */
    position: relative;
    margin-left: 15px;
 
    border-top: 1px solid #E1E1E1;
    /* width: 200px; */
    
}


.dots-container li:hover div, #dots li.selected div {
  /* background-color: #FCBF93; */
    background-color: #456F72;
  cursor: pointer;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:   all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
}

#dots li.selected {
 background: url('../images/arrow-bg1.png') no-repeat scroll left center;
 list-style-position: unset;
  color: #FFF;
-webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:   all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1); 
  /* background-color: #FCBF93;
-webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:   all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);  */

}
