

/** Carousel **/

.jcarousel3-cont {
	position:relative;
	width:100%;
	max-width:1200px;	
	margin:auto;
	overflow:hidden;
	margin-top: 120px;
	text-align:center;
}

.jcarousel3 {
    position: relative;
    width:100%;
    overflow: hidden;
	margin-top: 20px;
}


.jcarousel3 ul {
    width: 20000em;
    position: relative;
    list-style: none;
    padding: 0;

}

.jcarousel3 li {
	position: relative;
    float: left;
    cursor:default;
	margin-left:0;
	max-width:1200px;	
}

.jcarousel3 img {
	float:left; 
	width:100%; 
	object-fit:cover;
}


 


.jcarousel3-control-prev,
.jcarousel3-control-next { position:absolute; width:60px; height:60px; top:calc(50% - 30px); background: rgba(254, 247, 231, 0.5) url(../images/arrow.svg?rand=1);  
						  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); background-size:28px 28px; background-position: center; 
						  background-repeat:no-repeat; cursor:pointer; border-radius:32px; z-index:10;  }
.jcarousel3-control-prev { left:24px;  transform:rotate(180deg) }
.jcarousel3-control-next { right:24px; }

.jcarousel3-control-prev.inactive,
.jcarousel3-control-next.inactive { display:none; }
