.su-timeline {
	list-style: none;
	position: relative;
	max-width: 1170px;
	padding: 50px 0;
	margin: 0 auto;
	overflow: hidden;
}
.su-timeline:after {
	content: '';
	position: absolute;
	top: 0;
	left: 15%;
	height: 100%;
	width: 2px;
	background: rgba(200, 200, 200, 0.5);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.su-timeline .su-timeline-row {
	padding-left: 15%;
	position: relative;
	z-index: 10;
}
.su-timeline .su-timeline-row .su-timeline-time {
	position: absolute;
	right: 15%;
	top: 30px;
	text-align: right;
	margin-right: 40px;
	font-size: 12px;
	line-height: 1.3;
	font-weight: 600;
}
.su-timeline .su-timeline-row .su-timeline-time small {
	display: block;
    color: rgb(104, 104, 104);
    text-transform: uppercase;
    opacity: 0.75;
    font-size: 13px;
    font-weight: 500;
}
.su-timeline .su-timeline-row .su-timeline-icon {
	position: absolute;
	left: 15%;
	text-align: center;
	color: #0c426f;
	font-size: 14px;
	z-index: 100;
	border-radius: 50%;
	box-shadow: 0 0 0 7px transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.su-timeline .su-timeline-row .su-timeline-icon.has-ta-icon {
	top: 30px;
	width: 16px;
	height: 16px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.su-timeline .su-timeline-item-text {
	margin-top: 5px;
}
.su-timeline .su-timeline-row .su-timeline-icon > div {
    border-radius: 50%;
    line-height: 16px;
    font-size: 6px;
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.su-timeline .su-timeline-row .su-timeline-content {
	position: relative;
	margin-left: 60px;
	border-radius: 3px;
	padding: 1.5em 0;
}
.su-timeline .su-timeline-row .su-timeline-content:after {
	content: '';
	position: absolute;
	top: 45px;
	right: 50%;
	height: 0;
	width: 0;
	border: 8px solid transparent;
	border-right: 8px solid white;
    visibility: hidden;
}

.su-timeline .su-timeline-row .su-timeline-content h2 {
	font-size: 22px;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 1.2;
}
h3.su-timeline-item-title {
	font-size: 20px;
	margin-bottom: 15px;
}
h3.su-timeline-item-title a {
	text-decoration: none;
}
.su-timeline .su-timeline-row .su-timeline-content p {
	margin-bottom: 15px;
}
.su-timeline .su-timeline-row .su-timeline-content img {
	margin-bottom: 15px;
}
.su-timeline .su-timeline-row .su-timeline-content .video-container {
	position: relative;
	padding-bottom: 56.15%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
}

.su-timeline .su-timeline-row .su-timeline-content .video-container iframe,
.su-timeline .su-timeline-row .su-timeline-content .video-container object, 
.su-timeline .su-timeline-row .su-timeline-content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.su-timeline .su-timeline-row .su-timeline-time {
	right: auto;
	left: 0;
	text-align: left;
	margin-right: 0; }
.su-timeline.animated .su-timeline-row .su-timeline-content {
	opacity: 0;
	left: 20px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s; }
.su-timeline.animated .su-timeline-row.active .su-timeline-content {
	opacity: 1;
    top: 0px; }

/* temp */
.bg-primary {
	background-color: #E3E3E3;
}

.su-timeline .su-timeline-row.su-timeline-has-year.active {
	margin-top: 120px;
}
.su-timeline .su-timeline-year span {
	position: absolute;
	top: -90px;
	left: 15%;
	margin-left: -60px;
	font-size: 18px;
	font-weight: bold;
	background: #FFF;
	line-height: 18px;
	padding: 10px 5px;
	border-radius: 33px;
	z-index: 11;
	width: 120px;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ddd;
}

.su-timeline .su-timeline-year span:after {

}

div.su-timeline-before-text, .su-timeline-after-text {text-align: center;border-radius: 2px;}
div.su-timeline-before-text span, .su-timeline-after-text span {
	background: #fff;
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	box-shadow: 0 3px 0 0px rgba(200, 200, 200, 0.5);
}


/* Only phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.su-timeline .su-timeline-row {
		padding: 30px 0;
	}
	.su-timeline .su-timeline-row .su-timeline-content {
		margin-left: 0px;
	}
	.su-timeline .su-timeline-row .su-timeline-content:after {
		display: none;
	}
	.su-timeline-time {
		display: none;
	}
	.su-timeline .su-timeline-row .su-timeline-content .su-timeline-content-body {
		padding: 0px 15px;
	}
	.su-timeline:after {
		left: 50%;
	}
	.su-timeline .su-timeline-row .su-timeline-icon {
		left: 50%;
	    top: 36px !important;
	}
	.su-timeline .su-timeline-row .su-timeline-content {
		padding: 0;
	}
}
@media (max-width: 479px) {
	.su-timeline .su-timeline-row {
		padding: 30px 0;
	}
	.su-timeline .su-timeline-row .su-timeline-content {
		margin-left: 0px;
	}
	.su-timeline .su-timeline-row .su-timeline-content:after {
		display: none;
	}
	.su-timeline-time {
		display: none;
	}
	.su-timeline .su-timeline-row .su-timeline-content .su-timeline-content-body {
		padding: 0px 15px;
	}
	.su-timeline:after {
		left: 75%;
	}
	.su-timeline .su-timeline-row .su-timeline-icon {
		left: 75%;
	    top: 36px !important;
	}
	.su-timeline .su-timeline-row .su-timeline-content {
		padding: 0;
	}
}
