/* IMAGE GALLERY */
.image-gallery .slick-prev,
.image-gallery .slick-next {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: transparent;
	border: none;
}
.image-gallery .slick-prev {
	left: 10px;
}
.image-gallery .slick-next {
	right: 10px;
}
.image-gallery .slick-prev:before,
.image-gallery .slick-next:before {
	font-size: 60px;
	font-variant: normal;
	font-style: normal;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.image-gallery .slick-prev:before {
	content: "\f053";
}
.image-gallery .slick-next:before {
	content: "\f054";
}