@charset "utf-8";
/* CSS Document */

.carousel-wrapper {
	width: 80%;
	margin: 0 auto 20px auto;
	display: block;
}

.carousel-wrapper.wide {
	width: 90%;
}

.carousel {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: block;
	opacity: 0;
	transition: opacity 1s ease-in;
}

.carousel-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.carousel-container .carousel-content {
  position: relative;
  width: 75%;
  top: 0%;
  left: 12.5%;
}

.carousel-container .carousel-content .carousel-single {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  transition: z-index 0ms 250ms;
}

.carousel-container .carousel-content .carousel-single .close-icon {
	will-change: transform, opacity;
	position: absolute;
	width: 30px; height: 30px;
	top: 10px; right: 10px;
	z-index: 10;
	transition: transform 0.5s ease, opacity .5s ease-out;
  	transform: scale(0);
  	opacity: 1;
	
	-moz-transform-origin: 50% 50%;
    -moz-perspective: 200;
    -webkit-transform-origin: 50% 50%;
    -webkit-perspective: 200;
    -o-transform-origin: 50% 50%;
    -o-perspective: 200;
    transform-origin: 50% 50%;
    perspective: 200;
	
	background: #000000;
	
	cursor: pointer;
}

.carousel-container .carousel-content .carousel-single .close-icon svg {
	will-change: fill;
	width: 30px; height: 30px;
	fill: rgba(255,255,255,0.9);
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	transition: fill .5s ease-in-out;
	z-index: 4;
}

.carousel-container .carousel-content .carousel-single .close-icon:hover svg {
	fill: rgba(187,187,255,0.9);
}

.carousel-container .carousel-content .carousel-single iframe, .carousel-container .carousel-content .carousel-single video {
	will-change: transform, opacity;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: -1;
	max-width: 1920px;
	max-height: 1080px;
	
	transition: transform 0.5s ease, opacity .5s ease-out;
  	transform: scale(0);
  	opacity: 0;
	
	-moz-transform-origin: 50% 50%;
    -moz-perspective: 200;
    -webkit-transform-origin: 50% 50%;
    -webkit-perspective: 200;
    -o-transform-origin: 50% 50%;
    -o-perspective: 200;
    transform-origin: 50% 50%;
    perspective: 200;
}

.carousel-container .carousel-content .carousel-single .carousel-single-image {
  will-change: transform, opacity;
  width: 100%;
  height: auto;
  max-width: 1920px;
  max-height: 1080px;
  display: inline-block;
  transition: transform 0.5s ease, opacity .5s ease-out, box-shadow .5s ease-out;
  transform: scale(0);
  opacity: 1;
  
  -moz-transform-origin: 50% 50%;
  -moz-perspective: 200;
  -webkit-transform-origin: 50% 50%;
  -webkit-perspective: 200;
  -o-transform-origin: 50% 50%;
  -o-perspective: 200;
  transform-origin: 50% 50%;
  perspective: 200;
  
}

.carousel-container .carousel-content .carousel-single.preactivede .carousel-single-image, .carousel-container .carousel-content .carousel-single .close-icon, .carousel-container .carousel-content .carousel-single iframe, .carousel-container .carousel-content .carousel-single video {
  transform: scale(0);
  opacity: 0;
}

.carousel-container .carousel-content .carousel-single.preactive {
  z-index: 1;
}
.carousel-container .carousel-content .carousel-single.preactive .carousel-single-image, .carousel-container .carousel-content .carousel-single.preactive .close-icon, .carousel-container .carousel-content .carousel-single.preactive iframe, .carousel-container .carousel-content .carousel-single.preactive video {
  opacity: .45;
  transform: translateX(-27.5%) scale(0.7);
}

.carousel-container .carousel-content .carousel-single.preactive iframe, .carousel-container .carousel-content .carousel-single.preactive video {
	opacity: 0;
}

.carousel-container .carousel-content .carousel-single.proactive {
  z-index: 1;
}
.carousel-container .carousel-content .carousel-single.proactive .carousel-single-image, .carousel-container .carousel-content .carousel-single.proactive .close-icon, .carousel-container .carousel-content .carousel-single.proactive iframe, .carousel-container .carousel-content .carousel-single.proactive video {
  opacity: .45;
  transform: translateX(27.5%) scale(0.7);
}

.carousel-container .carousel-content .carousel-single.proactive iframe, .carousel-container .carousel-content .carousel-single.proactive video {
	opacity: 0;
}

.carousel-container .carousel-content .carousel-single.proactivede .carousel-single-image, .carousel-container .carousel-content .carousel-single.proactivede .close-icon, .carousel-container .carousel-content .carousel-single.proactivede iframe, .carousel-container .carousel-content .carousel-single.proactivede video {
  transform: scale(0);
  opacity: 0;
}

.carousel-container .carousel-content .carousel-single.active {
  z-index: 2;
}
.carousel-container .carousel-content .carousel-single.active .carousel-single-image, .carousel-container .carousel-content .carousel-single.active .close-icon, .carousel-container .carousel-content .carousel-single.active iframe, .carousel-container .carousel-content .carousel-single.active video {
  opacity: 1;
  transform: translateX(0%) scale(1);
}

.carousel-container .carousel-content .carousel-single.active iframe, .carousel-container .carousel-content .carousel-single.active video {
	opacity: 0;
}

.carousel-container .carousel-left {
  position: absolute;
  z-index: 3;
  width: 12.5%;
  left: 0%;
  top: 0%;
  bottom: 0%;
  display: block;
  fill: #ffffff;
}
.carousel-container .carousel-right {
  position: absolute;
  z-index: 3;
  width: 12.5%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  display: block;
  fill: #ffffff;
}

.carousel-container .nav-arrow-left, .carousel-container .nav-arrow-right {
	width: 20px; height: 40px;
	transition: fill .5s;
}

.carousel-container .nav-arrow-left {
	position: absolute;
	top: 50%;
	right: 13%;
	margin-top: -20px;
	margin-right: -10px;
}

.carousel-container .nav-arrow-right {
	position: absolute;
	top: 50%;
	left: 13%;
	margin-top: -20px;
	margin-left: -10px;
}

.carousel-container .carousel-right:hover .nav-arrow-right, .carousel-container .carousel-left:hover .nav-arrow-left {
	fill: #bbbbff;
}

.carousel-link {
	display: block;
}

@media screen and (max-width: 1300px) {

	.carousel-wrapper {
		width: 100%;
	}

	.carousel-container .carousel-content {
	  width: 90%;
	  top: 0%;
	  left: 5%;
	}
	
	.carousel-container .carousel-content .carousel-single.preactive .carousel-single-image, .carousel-container .carousel-content .carousel-single.preactive .close-icon, .carousel-container .carousel-content .carousel-single.preactive iframe, .carousel-container .carousel-content .carousel-single.preactive video {
	  transform: translateX(-17.5%) scale(0.7);
	}
	
	.carousel-container .carousel-content .carousel-single.proactive .carousel-single-image, .carousel-container .carousel-content .carousel-single.proactive .close-icon, .carousel-container .carousel-content .carousel-single.proactive iframe, .carousel-container .carousel-content .carousel-single.proactive video {
	  transform: translateX(17.5%) scale(0.7);
	}
	
	.carousel-container .carousel-left, .carousel-container .carousel-right {
	  width: 5%;
	}
	
	.carousel-container .carousel-content .carousel-single .close-icon {
		width: 30px; height: 30px;
		top: 2px; right: -1px;
		background: none;
	}
	
	.carousel-container .carousel-content .carousel-single .close-icon svg {
		width: 20px; height: 20px;
		top: 0; right: 0; left: auto; bottom: auto;
		background: #000000;
	}
	
	.carousel-container .nav-arrow-left, .carousel-container .nav-arrow-right {
		width: 10px; height: 20px;
	}

	.carousel-container .nav-arrow-left, .carousel-container .nav-arrow-right {
		margin-top: -10px;
		margin-right: -5px;
	}	
}