/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


.carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
	/* max-width: 938px; */
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	
	
}

.carousel.carousel-slider {
	top: 0;
	left: 0
}

.carousel.carousel-slider .carousel-fixed-item {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 1
}

.carousel.carousel-slider .carousel-fixed-item.with-indicators {
	bottom: 68px
}

.carousel.carousel-slider .carousel-item {
	width: 100%;
	height: 100%;
	/* min-height: 400px; */
	position: absolute;
	top: 0;
	left: 0
}

.carousel .carousel-item {
	visibility: hidden;
	max-width: 338px;
	width: 100%;
	opacity: 1 !important;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	background-color: var(--color-FFFFFF);
	box-shadow: 0 0 15px rgb(0 68 111 / 30%);
	/*height: 200px;
	*/position: absolute;
	top: 0;
	left: 0;
}

.carousel .carousel-item.post-not-found {
	box-shadow: none;
}

.carousel .carousel-item.active {
	top: -3%;
}

.carousel .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
}

.carousel .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 8px;
	width: 8px;
	margin: 24px 4px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	cursor: pointer;
}

.carousel .indicators .indicator-item.active {
	background-color: #fff
}

.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
	pointer-events: none
}