/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */


.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}



.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}



.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  
  pointer-events: none;
}

.flickity-button-icon {
  fill: white;
}




.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
	position: absolute;
	opacity: 0.8;
  
  transform: translateY(-50%);
	border: none
}

.flickity-prev-next-button:hover{
	background: white;
	cursor: pointer;
	opacity: 0.8;
}


.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
	fill: red;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}



.flickity-page-dots {
  width: 100%;
  bottom: -25px;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
	padding: 0.5em;
  box-sizing: border-box;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.carousel {"carousel-image"
  background: #EEE;
}

.carousel-cell {
width: 30%; 
height: 430px;
background: #FFFFFF;

display: flex;
position:relative;
align-items: center;
flex-direction: column;
border-radius: 5px
}



.carousel-cell a {
	border: none;
	text-decoration: none;
}



}

.carousel-cell:before {
 
}

.carousel-image-boundary {
	width:100%;
	max-height: 100%;
	overflow:hidden;
}

.carousel-image {
	width: 100%;
	object-fit: cover;
	height: 430px;
  max-height: 100%;
}




@media all and (min-width: 451px) and (max-width: 852px) {
  .carousel-cell {
  	width:45%;
  }

}

@media only screen and (max-width: 450px) {
  .carousel-cell {
  	width:100%;
  }


}
