﻿.GalleryItems-wrapper {
	position: relative;
	margin-block: 15px;
	margin-inline: 7.5px
}

@media only screen and (max-width:786px) {
	.GalleryItems-wrapper {
		margin-block: 10px;
		margin-inline: 5px
	}
}

@media only screen and (max-width:480px) {
	.GalleryItems-wrapper {
		margin-block: 5px;
		margin-inline: 2.5px
	}
}

.GalleryItems {
	display: inline-block
}

	.GalleryItems .GalleryItem {
		width: calc(100% / 4 - 15px);
		margin: 0 7.5px 15px;
		height: auto
	}

@media only screen and (max-width:1200px) {
	.GalleryItems .GalleryItem {
		width: calc(100% / 3 - 15px)
	}
}

@media only screen and (max-width:786px) {
	.GalleryItems .GalleryItem {
		width: calc(100% / 2 - 10px);
		margin: 0 5px 10px
	}
}

@media only screen and (max-width:480px) {
	.GalleryItems .GalleryItem {
		width: calc(100% / 2 - 5px);
		margin: 0 2.5px 5px
	}
}

.GalleryItems .GalleryItem img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

.GalleryItems .GalleryItem:hover img {
	opacity: 0.8
}

.gallery-entry {
	position: relative;
	background: -webkit-gradient(linear, left top, right top, from(#0b1018), color-stop(80%, #3e0e0d));
	background: -webkit-linear-gradient(left, #0b1018 0%, #3e0e0d 80%);
	background: -o-linear-gradient(left, #0b1018 0%, #3e0e0d 80%);
	background: linear-gradient(90deg, #0b1018 0%, #3e0e0d 80%)
}

	.gallery-entry .ImageGalleryImage {
		margin-bottom: 30px;
		width: 33%;
		display: inline-block
	}

@media only screen and (max-width:1000px) {
	.gallery-entry .ImageGalleryImage {
		width: 100%
	}
}

.gallery-entry .ImageGalleryImage img {
	display: block;
	max-width: 100%;
	margin: auto;
	max-height: 600px
}

.gallery-entry .ImageGalleryContent {
	width: 60%;
	margin-left: 5%;
	display: inline-block;
	vertical-align: top
}

@media only screen and (max-width:1000px) {
	.gallery-entry .ImageGalleryContent {
		width: 100%
	}
}

.gallery-entry .back-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	text-decoration: none;
	max-width: -webkit-max-content;
	max-width: -moz-max-content;
	max-width: max-content;
	margin-bottom: 50px;
	margin-top: 50px;
	padding-bottom: 3px;
	border-bottom: 1.5px solid transparent;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}

	.gallery-entry .back-button:before {
		content: "";
		display: block;
		width: 10px;
		height: 10px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-right: 3px;
		-webkit-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease
	}

	.gallery-entry .back-button:hover {
		color: #b32e2b;
		border-color: inherit
	}

		.gallery-entry .back-button:hover:before {
			border-color: #b32e2b
		}

.gallery-entry .galleryHR {
	border: none;
	height: 3px;
	background: #5b3e40;
	display: inline-block;
	width: calc(100% - 250px);
	margin-right: 50px;
	vertical-align: middle
}

.gallery-entry .gallery-buttons {
	display: inline-block;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 25px auto;
	gap: 0;
	width: 160px;
	vertical-align: middle
}

	.gallery-entry .gallery-buttons .prevArrowNew {
		max-width: 75px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px !important;
		border-bottom-left-radius: 5px !important;
		border-radius: 0;
		display: inline-block
	}

	.gallery-entry .gallery-buttons .nextArrowNew {
		max-width: 75px;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px !important;
		border-bottom-right-radius: 5px !important;
		border-radius: 0;
		display: inline-block;
		margin-left: -6px
	}

.LearnMoreBtn {
	display: inline-block;
	margin: 25px auto;
}
/*# sourceMappingURL=gallery.css.map */
