/*======================================
Plug in: Publications
======================================*/
/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
.slider_center {
  position: relative;
  z-index: 200;
  padding: 0 0;
  /*margin: 5rem auto;*/
  max-width: 650px;
  width: 100%;
	margin: auto;
}
.publi {
  width: 225px;
  height: 335px;
  margin: 0 0px;
	background: #fff;
}
/*.publi.slick-slide.slick-active {
  transform: scale(0.8);
  transition: all 0.5s ease-out;
  margin-left: -50px;
  margin-right: -50px;
}*/
.slick-slide.slick-active img {
  box-shadow: 0 0 6px;
  /*margin-top: 8%;*/
}
.slick-slide {
  transform: scale(.8);
  transition: all 0.5s ease-out;
  /*margin-right: -50px;
  margin-left: -50px;*/
}
.slick-slide img {
  box-shadow: 0 0 6px;
  /*margin-top: 30%;*/
}
.publi a {
  position: unset;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  top: 0;
	transition: all 0.3s;
}
/*.publi.slick-current a{  
	margin-left: -50px;
  margin-right: -50px;
}*/
.publi.slick-current a{
	position: absolute;
}
.publi.slick-current a:hover {
  background-color: #2b262d75;
  transition: all 0.3s;
	mix-blend-mode: hard-light;
}
.publi .et-pb-icon {
  border: solid #fff 3px;
  padding: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  transform: translateX(50%) translateY(-50%);
  top: 50%;
  right: 50%;
  width: 55px;
  height: 55px;
  text-align: center;
  box-shadow: 0 0 5px #000;
  text-shadow: 0 0 5px #000;
  opacity: 0.5;
}
.slick-active, .slick-current, .slick-slide, .slick-center, .slick-cloned {
transition: all 0.3s;
}

.publi.slick-current a:hover .et-pb-icon {
  opacity: 1;
}
.slick-slide.slick-active.slick-center {
  transform: scale(1);
  z-index: 30;
  transition: all 0.5s ease-out;
/*  margin-left: 50px;
  margin-right: 50px;*/
}
.slick-slide.slick-active.slick-center img {
  box-shadow: 0 0 6px;
  margin-top: 0%;
}
.slick-slide img {
  box-shadow: 0 0 6px;
}
.slick-next::before, .slick-prev::before {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #a90c40;
  /*font-family: monospace;*/
  font-size: 3rem;
  z-index: 300;
  outline: none;
}
.slick-prev {
  left: -60px !important;
}
.slick-next {
  right: 0px;
}
.image_items_slider_center_hover {
  background: rgba(0,100,215,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  line-height: normal;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  width: 50%;
  margin: 0 auto;
  max-height: 70.5%;
  display: flex;
  justify-content: center;
  padding-top: 27%;
}