.mt-5 {
	margin-top: 0;

	@media (max-width:992px) {
		margin-top: 5rem;
	}
}

.mt5 {
	margin-top: 5rem;
}

.dc {
	display: contents;
}

.fleft {
	float: left;
}

.w50 {
	width: 50%;

	@media (max-width:640px) {
		width: 100%;
	}
}

.dilb {
	display: inline-block;
}

.slides {
	margin-top: 15px;
	display: flex;
	overflow: hidden;
}

.slide {
	width: 0;
	flex: 1;
}

#mainImage {
	cursor: pointer;

	@media (max-width:640px) {
		width: 100%;
	}
}

#sliderOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 1rem;
	width: calc(100% - 2rem);
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 3;
}

#overlayImg {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 90%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

#sliderControll-left {
	display: none;
	left: 0;
	cursor: pointer;
	font-size: x-large;
	position: fixed;
	top: 50%;
	background: darkgray;
	width: 3rem;
	z-index: 30;
	text-align: center;
}

#sliderControll-right {
	display: none;
	cursor: pointer;
	font-size: x-large;
	right: 0;
	position: fixed;
	top: 50%;
	background: darkgray;
	width: 3rem;
	z-index: 30;
	text-align: center;
}

.show {
	display: block !important;
}

.show-inline {
	display: inline !important;
}

.hide {
	display: none;
}

#moreButon {
	display: none;
}

#lessButton {
	display: none;
}