.slideshow-container {
	max-width: 100%;
	position: relative;
	margin: auto;
}
.mySlides {
	display: none;
	height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mySlides img {
	vertical-align: middle;
}
.mySlides .text {
	color: #f2f2f2;
	/*font-size: 15px;*/
	/*padding: 8px 12px;*/
	position: absolute;
	/*bottom: 30px;*/
	/*width: 100%;*/
	/*text-align: center;*/
	font-size: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 10%;
	right: 10%;
	text-align: right;
}
.dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #3b2d22;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dot.active {
  background-color: #275c6e;
}
.slide_dot {
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	/*margin-top: -30px;*/
}
.slideshow-container {
	margin-bottom: 30px;
	position: relative;
}
.slideshow-overlay {
	/*background-color: rgba(0,0,0,0.5);*/
	background-image: linear-gradient(rgba(0,0,0,0.3) 80%, #ead5a9);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.event_heading {
	margin-bottom: 20px;
}
.event_heading h1 {
	text-align: center;
	font-weight: 700;
	color: #6b1f05;
}
.event_heading .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	display: block;
}
.event_img {
	padding: 0 35px;
}
.event_img img {
	border-radius: 10px;
	width: 100%;
}
.event-slide {
	padding: 0 10px;
}
.event_title {
	text-align: center;
	color: #fff;
	position: relative;
	margin-top:-15px;
	overflow: hidden;
}
.event_title img {
	width: 100%;
}
.event_title span {
	font-size: 15px;
    line-height: 35px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	left: 0;
	padding-left: 35px;
	padding-right: 35px;
}
.more_event {
	text-align: right;
	padding: 10px;
}
.more_event a {
	color: #462406;
	text-decoration: none;
}
.more_event a:hover {
	text-decoration: underline;
}
.workshop_heading {
	margin-bottom: 20px;
}
.workshop_heading h1 {
	text-align: center;
	font-weight: 700;
	color: #6b1f05;
}
.workshop_heading .railway {
	background-image: url('../img/railway_long.png');
	background-position: bottom;
	background-repeat: repeat-x;
	height: 5px;
	display: block;
}
.workshop_img {
	padding: 0 35px;
}
.workshop_img img {
	border-radius: 10px;
	width: 100%;
}
.workshop-slide {
	padding: 0 10px;
}
.workshop_title {
	text-align: center;
	color: #fff;
	position: relative;
	margin-top:-15px;
}
.workshop_title img {
	width: 100%;
}
.workshop_title span {
	font-size: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	left: 0;
}
.more_workshop {
	text-align: right;
	padding: 10px;
}
.more_workshop a {
	color: #6b1f05;
	text-decoration: none;
}
.more_workshop a:hover {
	text-decoration: underline;
}
.event_img,
.workshop_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
}
@media only screen and (max-width: 768px) {
	.event_img,
	.workshop_img {
		height: 300px;
	}
}
@media only screen and (max-width: 768px) {
	.home_event {
		margin: 0 10px;
	}
	.event-slide {
		margin: 20px 0;
	}
	.event_heading {
		padding: 0 10px;
	}
	.event_img {
		padding: 0 45px;
		text-align: center;
	}
	.event_img img {
		max-width: 400px;
	}
	.event_title img {
		max-width: 500px;
	}
	.more_event {
		text-align: center;
		font-size: 20px;
	}
	.workshop-slide {
		margin: 20px 0;
	}
	.workshop_heading {
		padding: 0 10px;
	}
	.home_workshop {
		margin: 0 10px;
	}
	.workshop_img {
		padding: 0 45px;
		text-align: center;
	}
	.workshop_img img {
		max-width: 400px;
	}
	.workshop_title img {
		max-width: 500px;
	}
	.more_workshop {
		text-align: center;
		font-size: 20px;
	}
}