/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 07 2026 | 21:21:54 */
.lamat-slider__photos {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	margin: 0 -10px;
}

.lamat-slider__photo {
	height: 50vw;
	margin: 10px;
	width: calc(50% - 20px);
	position: relative;
	cursor: pointer;
}

.lamat-slider__photo:hover .lamat-slider__overlay {
	opacity: 1;
}

.lamat-slider__image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lamat-slider__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: ease all .5s;
}

.lamat-slider__lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.95);
	padding: 15px;
	z-index: -2;
	opacity: 0;
	transition: ease all .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}

.lamat-slider.showlightbox .lamat-slider__lightbox {
	opacity: 1;
	z-index: 99999999;
}

.lamat-slider__close {
	color: white;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 999999;
	cursor: pointer;
	font-size: 25px;
	transition: ease all .5s;
}

.lamat-slider__close:hover {
	opacity: .75;
}

.lamat-slider__swiper {
	width: 90%;
	height: 80%;
}

.lamat-slider__slide {
	display: flex!important;
	justify-content: center;
	align-items: center;
}

.lamat-slider__theslide {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.swiper-button-next svg path,
.swiper-button-prev svg path {
	fill: white;
}

.swiper-pagination-bullet {
	background: white!important;
}

@media screen and (min-width: 1024px) {
	.lamat-slider__photo {
		height: 300px;
	}
	
	.lamat-slider__swiper {
		width: 80vw;
	}
}
