.gs-slideshow{
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.caption-holder{
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 70px;
	background: #000;
	opacity: .6;
	z-index: 3;
	color: #FFF;
	padding: 15px 20px;
	font-size: 15px;
	font-family: "Arial Narrow",Arial,Helvetica,sans-serif;
	box-sizing: border-box;
	line-height: 1em;
	text-overflow: hidden;
}
.caption-holder p{
	margin-bottom: 5px;
	box-sizing: content-box;
}
.caption-holder.collapsed .caption{
	display: block;
	height: 1.2em;
	overflow: hidden;
	text-overflow: ellipsis;
}
.caption-holder .caption{
	display: inline;
	width: 80%;
	float: left;
	height: 40px;
	font: 1rem/1 "Arial Narrow", Arial, Helvetica, sans-serif;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	color: #FFF !important;
}
.pagination{
	color: #999;
	margin-right: 10px;
	font-size: 0.75rem;
}
.slideshow-controls{
	text-align: right;
	width: 20%;
}
a.slideshow-btn{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.75rem;
	color: #fff;
}
a.slideshow-btn:hover{
	text-decoration: underline;
}
.slides-container{
	position: absolute;
	width: 100%;
	height: 100%;
}
.slides-container .slide{
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	display: none;
}
.slides-container .slide > img{
	display: block;
	margin: auto;
	opacity: 0;
	max-width: 100%;
	max-height: 100%;
	transition: opacity .3s ease;
}
.slides-container .slide.fitV > img{
	width: auto;
	height: 100%;
}
.slides-container .slide.fitH > img{
	width: 100%;
	height: auto;
}
.slides-container .slide.active{
	display: block;
}
.slides-container .slide.active > img{
	opacity: 1;
	object-fit: contain;
}
.slides-container .slide.animate-slide{
	transition: transform 0.3s ease, opacity 0.3s ease;
}
p.slideshow-controls{
	float: right;
	width: 15%;
}
@media screen and (min-width: 768px){
	p.slideshow-controls{
		width: 20%;
	}
}
.slideshow-overlay{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .9);
	z-index: 999999;
	overflow: hidden;
}
.slideshow-overlay.visible{
	display: block;
}
.slideshow-overlay .gs-slideshow{
    position: absolute;
	display: inline-block;
	max-width: 100%;
	overflow: visible;
    -webkit-transform: translate( 50%, 50%);
        -ms-transform: translate( 50%, 50%);
            transform: translate( 50%, 50%);
	width: 100%;
	height: 100%;
}
.slideshow-overlay .gs-slideshow .slideshow-content{
	position:absolute;
    -webkit-transform: translate( -50%, -50%);
        -ms-transform: translate( -50%, -50%);
            transform: translate( -50%, -50%);
}
.slideshow-overlay .slides-container{
	position: static;
	width: auto;
	height: auto;
}
.slideshow-overlay .slides-container .slide{
	position: static;
}
.slideshow-overlay .caption-holder{
	background: none;
	opacity: 1;
	padding: 10px 0;
	line-height: 1.3em;
	bottom: auto;
}
.slideshow-overlay .exit-fullscreen{
  display: block !important;
  font-size: 36px;
  color: #CCC;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}
body.slideshow-fullscreen {
	overflow: hidden;
	display: fixed;
	width: 100%;
	height: 100%;
}
.mobile .slideshow-controls {
	margin-top: 4px;
}
.slideshow-controls .slideshow-btns{
	color: #FFF !important;
}
.mobile .slideshow-controls .slideshow-btns{
	display: none;
}
.mobile .caption-holder{
	padding: 0;
	min-height: 0;
}

.mobile .caption-holder.collapsed:before{
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	top: -16px;
	width: 40px;
	height: 22px;
	margin-left: -20px;
	border-radius:5px;
	background: #000 url("/a/pgs/images/mediaplayer/show_more.svg") no-repeat;
	background-size: 30px 13px;
	background-position: center center;
}
.mobile .caption-holder.expanded:before{
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	top: -16px;
	width: 40px;
	height: 22px;
	margin-left: -20px;
	border-radius:5px;
	transform: rotate(180deg);
	background: #000 url("/a/pgs/images/mediaplayer/show_more.svg") no-repeat;
	background-size: 30px 13px;
	background-position: center 2px;
}
.mobile .caption-holder.expanded, .mobile .caption-holder.expanding{
	
}
.mobile .slideshow-overlay .caption-holder:before{
	display: none;
}
.slide-preloader {
	background: transparent url('/a/pgs/images/preloader.gif') no-repeat;
	width: 100%;
	height: 100%;
	background-position: center center;
	position: absolute;
}

.slideshow-arrow-btn, .mobile .gs-slideshow .slideshow-arrow-btn:hover{
	position: absolute;
	z-index: 2;
	opacity: 0.5;
	transition: background-color 0.5s ease, opacity 0.5s ease;
	background-color: transparent;
}
.gs-slideshow .arrow-btn-next{
	right: 0px;
	background: transparent url("/a/pgs/images/mediaplayer/slideshow_arrow_btn.svg") no-repeat;
	background-size: 16px 40px;
	transform: rotate(180deg);
	background-position: center center;
	width: 40px;
	height: 100%;
}
.gs-slideshow .arrow-btn-prev{
	left: 0px;
	background: transparent url("/a/pgs/images/mediaplayer/slideshow_arrow_btn.svg") no-repeat;
	background-size: 16px 40px;
	background-position: center center;
	width: 40px;
	height: 100%;
}
.gs-slideshow .slideshow-arrow-btn:hover, .gs-slideshow .slideshow-arrow-btn:active{
	opacity: 0.8;
	background-color: rgba(0, 0, 0, .5);
}

.mobile .slideshow-arrow-btn{
	transition: none !important;
	opacity: 0.7;
}
.mobile .gs-slideshow .slideshow-arrow-btn:hover{
	opacity: 0.5;
	background-color: transparent;
}
.mobile .caption-holder .caption{
	display: block;
	height: 1.2em;
	overflow: hidden;
	margin: 5px;
}
.mobile .caption-holder.collapsed .caption{
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mobile .slideshow-overlay .caption-holder.fit-bottom {
	
	bottom: 0;
	width: 100%;
	background: #000;
	opacity: .6;
	z-index: 3;
}
.mobile .caption-holder.expanded .caption{
	height: auto;
	white-space: normal;
	overflow: visible;
}
.mobile .caption-holder.expanding .caption{
	white-space: normal;
	overflow: visible;
	
}

.mobile .slideshow-overlay .caption{
	height: auto !important;
	white-space: normal !important;
	overflow: visible !important;
}
