/**
* 
* 
* 
*/


/*------------ Slideshow CSS ------------*/

.slideshow { position: relative; z-index: 1; }

.slideshow img {
  margin: 0;
  padding: 0;
  width: 100%;
  float: none;
  height: auto;
  max-width: unset;
}

.slider-image,
.views_slideshow_cycle_main {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*
.views_slideshow_cycle_main .views-slideshow-cycle-main-frame {
  width: 100% !important;
  height: auto;
}
*/
.views_slideshow_cycle_main .views_slideshow_slide {
  width: 100% !important;
  height: auto;	
}

.views_slideshow_cycle_main .slider-image {
  width: 100%;
  max-width: 100%;
}

.caption_wrapper {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.37);
}

.slider_caption {
  top: auto;
  bottom: 20%;
  left: 2%;
  width: 40%;
  height: auto;
  text-align: left;
  min-width: 200px;
  position: absolute;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.73);
}

.slide-text,
.slide-title {
  float: left;
  clear: both;
}

.slide-title {
  color: #339f32;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #bfbfbf;
}

.slide-text {
  color: #bfbfbf;
  font-size: 1.1em;
  line-height: 1.2em;
}

/* ------- pager bullets for slider ------- */

.slideshow .views-slideshow-controls-bottom {
  z-index: 7;
  right: 25px;
  top: 30%;
  float: right;
  position: absolute;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  margin: 5px;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 5em;
  background: #ffffe0;
  border: 2px solid #f4fef4;
  text-indent: -100240px;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover,
.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: #339f32;
}

.slideshow .views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  cursor: pointer;
}
/*-end custom pager-*/