.css3slider {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
}

.css3slider-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition-delay: 0s;
}

.css3slider-item > img {
	display: none;
}

.trans-fade .css3slider-item.active {
	opacity: 1;
}

.trans-accordeon .css3slider-item {
	opacity: 1;
}

.trans-accordeon .css3slider-item:first-child {
	transform: translateX(0%);
}

.trans-ltr .css3slider-item,
.trans-rtl .css3slider-item,
.trans-btt .css3slider-item,
.trans-ttb .css3slider-item {
	opacity: 1;
}

.slideshow {
	position: relative;
	width: 100%;
	max-width: 736px;
	overflow: hidden;
	background-color: #EEE;
	margin: 0 auto 1em;
}

.slideshow:before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
}

.slideshow > ul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.slideshow > ul > li:before {
	display: none;
}

.slideshow > ul:after,
.slideshow > ul:before {
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	z-index: 999;
	content: '';
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.75em;
	opacity: 0;
	transition: opacity 1s linear;
}

.slideshow > ul:after {
	border-color: transparent transparent transparent #FFF;
}

.slideshow > ul:before {
	border-color: transparent transparent transparent #000;
	top: 0.6em;
	left: 0.6em;
}

.slideshow > ul.paused:after,
.slideshow > ul.paused:before {
	opacity: 1;
	height: 1em;
	width: 0.75em;
	border-width: 0 3px;
	border-color: rgba(255, 255, 255, 0.8);
	transition-duration: 0.05s;
}

.slideshow > ul.paused:after {
	border-color: #FFF;
}

.slideshow > ul.paused:before {
	border-color: #000;
}

.slideshow .slide .slide-content {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slideshow .slide .slide-content img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.slideshow .navigator {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding-bottom: 0.5em;
	display: flex;
	justify-content: center;
}

.slideshow .navigator .controleBar-item {
	display: block;
	text-indent: -9999px;
	position: relative;
	font-size: 1.5em;
	width: 1em;
	height: 1em;
	margin: 0.125em;
	background-color: rgba(255, 255, 255, 0.5);
	border: solid 0.125em #FFF;
	border-radius: 50%;
}

.slideshow .navigator .controleBar-item:hover {
	background-color: #FFF;
}

.slideshow .navigator .controleBar-item:before {
	content: '';
	position: absolute;
	display: block;
	background-color: #133C8D;
	width: 0.5em;
	height: 0.5em;
	margin: 0.125em;
	border-radius: 50%;
	transform: scale(0);
	transition: transform 0.25s linear;
}

.slideshow .navigator .controleBar-item.active:before {
	transform: scale(1);
}

.no-touch .slideshow .navigator .controleBar-item {
	font-size: 1em;
}

/*# sourceMappingURL=slideshow.css.map */

@media only print, only screen and (min-width: 60.063em) {

.slideshow {
	width: calc(50% - 0.5em);
	float: right;
	margin: 0 0 1em 1em;
}

}

