#slideshowContainer {
  padding: 0 0 35px;
  border-bottom: 1px solid #b2b2b2;
  max-width: 930px;
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
  clear: both;
}

/* Fancy Box Shadow */

/*#slideshowContainer:before, #slideshowContainer:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
#slideshowContainer:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}*/



#slideshow {
	max-width: 920px;
	margin: 0 auto;
}

.gallery {
 	max-width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.gallery .holder {
	width: 100%;
	position: relative;
	/* overflow: hidden; */
	height: 0;
	padding: 32.796% 0 0 0;
	background-size: cover;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.gallery .holder ul li {
	float: left;
}

/* fade */
.gallery-fade { 
}
.gallery-fade .holder ul {
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	padding: 32.796% 0 0 0;
	background-size: cover !important;
	background-position: center center !important;
}

.imageSummary {
	display: none;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
  right: 0;
  padding: 15px 20px;
	background: rgba(0, 0, 0,.7);
	font: 15px 'bitter', Georgia, serif;
}

.paging {
	display: none;
	position: absolute;
	bottom: 15px;
	right: 10px;
	margin: 0;
	padding: 0;
	z-index: 4000;
}
.paging ul {
	margin: 0;
	padding: 0;
}
.paging li {
	padding: 0 0 0 5px;
	float: left;
	list-style: none;
}
.paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background-color: #FECD40;
	text-align: center;
	text-decoration: none;
	color: #fff;
	text-indent: 400px;
	overflow: hidden;
}
.paging li a.active {
	background-color: #fff;
	color: red;
}
.control {
	display: none;
}
.next,
.prev {
	position: absolute;
	right: 0;
	top: 45%;
	width: 42px;
	height: 48px;
	background: url(/images/slideshow/slide-next.png) no-repeat center;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(/images/btn-next-disable.png) no-repeat; }
.prev {
	background: url(/images/slideshow/slide-prev.png) no-repeat center;
	right: auto;
	left: 0;
}
.prev-disable { background: url(/images/btn-prev-disable.png) no-repeat; }
.stop,
.start {
	background: url(/images/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(/images/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(/images/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(/images/btn-pause-disable.png) no-repeat; }
.control {
	font-size: 0;
	line-height: 0;
	padding: 0 0 0;
}
.slideshowLink {
	margin-left: 5px;
	position: relative;
	top: 3px;
}









/* Slideshow
 ****************************************************************************/
.swiper-container {
	/*max-height: 58.125rem;*/
/*	min-height: 548px;*/
	/*overflow: hidden;*/
	position: relative;
	z-index: 4;
}

.swiper-slide {
	background-size: 100% !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	height: 0;
	/*padding-top: 50vh;*/
	/*height: 49.5vw;*/
	/*min-height: 99.3%;*/
	padding-top: 39.1%;
	position: relative;
	z-index: 2;
}

.swiper-wrapper {
	position: relative;
	z-index: 4;
}

/* .swiperSlide .imageSummary {
	display: none;
} */

.swiper-button-prev,
.swiper-button-next {
    display: none;
    display: flex
}

/* 
.swiper-container img {
    width: 100%;
    height: auto;
    min-height: 18.5rem;
} */

.swiper-overlay {
	bottom: 0;
	content: " ";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.55) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.55) 100%);
	background: radial-gradient(ellipse at center,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.55) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#78000000',GradientType=1 );

}

/********************************************************************************
 * ~1150px
 ********************************************************************************/
@media screen and (max-width: 71.875rem) {

	
	.discoverContainer.swiper-slide {
		padding: 0;
		min-height: 320vw;
	}

	.swiper-slide .wrap {
		margin-bottom: 125px;
	}

	.swiper-pagination {
		display: none;
	}
  
  .swiper-container-slide {
    position: relative;
  }
  
  .swiper-overlay {
    background-size: cover !important;
  }
  
  .swiper-slide {
    padding: 0;
		min-height: 50vh;
    background-size: cover !important;
  }  

}
