.mod-timeline {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 400px;
}

.mod-timeline .touch-events {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.mod-timeline .btn-previous, .mod-timeline .btn-next {
	position: absolute;
	z-index: 20;
	width: calc(100vw / 3);
	height: 100%;
	background-color: rgba(56, 57, 64, 0.0001);
}

.mod-timeline .btn-next {
	right: 0;
}

.mod-timeline .timeline-container {
	line-height: 0;
	position: absolute;
	width: calc(100vw * 3);
	left: 0;
	height: 100%;
}

.mod-timeline .timeline-container .item {
	display: inline-block;
	width: calc(100vw / 3);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: top;
	position: relative;
}

.mod-timeline .check {
	width: 30px;
	height: 30px;
	border: solid 3px #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}

.mod-timeline .checked {
	background: #fff;
	width: 10px;
	height: 10px;
	margin-top: 7px;
	margin-left: 7px;
}

.mod-timeline .line {
	width: calc(50vw / 3 - 30px);
	height: 3px;
	background: #fff;
	border: none;
	position: absolute;
	z-index: 10;
}

.mod-timeline .line-left {
	top: 50%;
	margin-top: -1px;
	right: 50%;
	margin-right: 30px;
}

.mod-timeline .line-right {
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: 30px;
}

.mod-timeline .overlay {
	height: 100%;
	background-image: radial-gradient(circle closest-side, rgba(56, 57, 64, 0.6), #383940);
}

.mod-timeline .olActive {
	background-image: linear-gradient(to bottom, rgba(56, 57, 64, 0.55), rgba(37, 38, 45, 0.8));
	transition: all .2s ease-in-out;
}

.timelineImg {
	cursor: pointer !important;
	position: fixed;
	bottom: 20px;
	left: 50%;
	margin-left: -46px;
	z-index: 2;
	-webkit-transition: bottom 0.5s;
	transition: bottom .5s;
	cursor: pointer;
}

.callAction {
	-webkit-border-radius: 30px;
	background: rgba(228, 32, 87, 0.8);
	height: 46px;
	width: 46px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
	left: 50%;
	margin-left: -23px;
	-webkit-animation: pulse 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	opacity: 0.0;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1.0;
	}
	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}

@media (min-width: 768px) and (max-width: 1330px) {
	.mod-timeline .item:not(.clickable) h1 {
		font-size: 22px;
	}
}

@media screen and (max-width: 1140px) {
	.mod-timeline {
		height: 460px;
	}
}

@media screen and (max-width: 800px) {
	.mod-timeline {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.mod-timeline {
		position: fixed;
		bottom: -195px;
		background: #383940;
		left: 0;
		z-index: 1;
		height: 195px;
		box-shadow: 0px -1px 21px 3px #000000;
		-webkit-transition: bottom .3s;
		transition: bottom .3s;
		overflow-x: scroll;
	}

	.mod-timeline .timeline-container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.mod-timeline .timeline-container .item {
		cursor: pointer !important;
	}

	.mod-timeline h1 {
		font-size: 12px;
	}

	.mod-timeline h1.mobile {
		text-align: center;
	}

	.mod-timeline h2 {
		font-size: 9px;
		margin-top: 0px;
	}

	.mod-timeline h2 {
		display: none;
	}

	.mod-timeline h2.sm-taleft {
		display: block;
	}
}
