/* DO NOT EDIT THE FOLLOWING LINES            */
/*----------------------------*/

.slideshow {
	position: relative;
	text-align: left;
}

.slideshow .display {
	position: relative;
	overflow: hidden;
}

.slideshow .display div {
	overflow: hidden;
}

.slideshow .display img {
	border: 0;
}

/*----------------------------*/
/* DO NOT EDIT ABOVE THIS LINE!               */

.slideshow .display {
	border: 1px solid #000000;
	margin: 0px auto 0px auto;
	background-color: #000000;
	position: relative;
}

.slideshow .display .image {
	text-align: center;
	position: relative;
}

.slideshow .caption {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .caption p {
	margin: 0px;
	padding: 0px;
}

.slideshow .caption span {
	display: block;
	padding: 10px 20px 10px 20px;
	background-color: black;
	color: white;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.slideshow .controls {
	position: absolute;
	top: 50%;
	margin-top: -500px;
	width: 100%;
}

/*
.slideshow .thumbnails {
	margin: 10px auto 0px auto;
}

.slideshow .thumbnails .thumbnail {
	border: 1px solid #888888;
	margin-right: 10px;
	padding: 3px;
	cursor: pointer;
}

.slideshow .thumbnails .thumbnail:hover {
	border: 1px solid #000000;
	margin-right: 10px;
	padding: 3px;
	cursor: pointer;
}
*/

.slideshow .button_previous {
	display: block;
	float: left;
	margin-left: 3px;
	background: transparent url('/core/public/shared/assets/images/slideshow/btn_prev.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	width: 28px;
	text-indent: -9999px;
	line-height: 0;
	position: relative;
	z-index: 1000;
}

.slideshow .button_next {
	display: block;
	float: right;
	margin-right: 3px;
	background: transparent url('/core/public/shared/assets/images/slideshow/btn_next.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	width: 28px;
	text-indent: -9999px;
	line-height: 0;
	z-index: 1001;
	position: relative;
}

.slideshow .button_pause,
.slideshow .button_play {
	position: absolute;
	bottom: 5px;
	right: 2px;
	display: block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	line-height: 0;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
}

.slideshow .button_pause {
	background-image: url('/core/public/shared/assets/images/slideshow/btn_pause.png');
}

.slideshow .button_play {
	background-image: url('/core/public/shared/assets/images/slideshow/btn_play.png');
}

.slideshow .post {
	float: left;
	font-size: 10px;
	padding: 5px 0 10px;
	text-transform: uppercase;
	width: 100%;
}

.slideshow .website_link_container {
	float: right;
}

/* Begin Embedded Slideshow */
.slideshow-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.slideshow-wrapper .main-slideshow {
	position: relative;
	margin: 0 auto 15px auto;
}

.slideshow-wrapper .main-slideshow.cycle-slideshow-responsive {
	background-color: #000;
	overflow: hidden;
}

.slideshow-wrapper .main-slideshow.left {
	width: 100%;
	float: left;
	margin: 0 10px 10px 0;
}

.slideshow-wrapper .main-slideshow.right {
	width: 100%;
	float: right;
	padding: 0px 10px 10px 0px;
	margin: 0 0 10px 10px;
}

.slideshow-wrapper .main-slideshow .cycle-prev,
.slideshow-wrapper .main-slideshow .cycle-next {
	position: absolute;
	top: 0;
	width: 10%;
	height: 100%;
	cursor: pointer;
	z-index: 800;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.slideshow-wrapper .main-slideshow .cycle-prev {
	left: 0;
	background-image: url("/core/public/shared/assets/images/slideshow/btn_prev.png");
}

.slideshow-wrapper .main-slideshow .cycle-next {
	right: 0;
	background-image: url("/core/public/shared/assets/images/slideshow/btn_next.png");
}

.slideshow-wrapper .main-slideshow .slide {
	overflow: hidden;
	background-color: #000000;
	text-align: center;
}

.slideshow-wrapper .main-slideshow.cycle-slideshow-responsive .slide {
	background-color: transparent;
	height: 100%;
}

.slideshow-wrapper .main-slideshow.cycle-slideshow-responsive .slide div.slide-inner {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.slideshow-wrapper .main-slideshow .slide img {
	vertical-align: middle;
	border: 0;
}

.slideshow-info {
	text-align: left;
	font-size: 10px;
	padding: 0 0 5px 0;
	margin-bottom: 15px;
	text-transform: uppercase;
	border-bottom: 1px solid #cccccc;
}

.slideshow-wrapper .cycle-pause-indicator {
	display: none;
}

.slideshow-wrapper .cycle-paused .cycle-pause-indicator {
	position: absolute;
	top: 10px;
	right: 10px;
	color: white;
	background: black;
	padding: 10px;
	z-index: 500;
	border-radius: 10px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	display: block;
}

.slideshow-wrapper .main-slideshow .slide-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: normal;
	padding: 10px 20px;
	background-color: #00000099;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
}

@media ( max-width: 1023px ) {
	.slideshow-wrapper .main-slideshow .slide-caption.slide-caption-responsive {
		line-height: inherit;
		font-size: inherit;
	}
}

.slideshow-wrapper .main-slideshow .slide-caption p {
	color: #ffffff;
	font-size: inherit;
	margin: 0;
	line-height: normal;
}
/* End Embedded Slideshow */

/* Fix page slideshow responsiveness */
@media (max-width: 767px) {
	.slideshow-wrapper .main-slideshow.left,
	.slideshow-wrapper .main-slideshow.right {
		float: none;
	}

	.slideshow-wrapper .main-slideshow,
	.slideshow-wrapper .main-slideshow .slide {
		width: 100% !important;
	}
}
