.timeline-container {
	position: relative;
	height: 1500px;
	margin:0 5%;
}

.timeline .circle {
	width:40px;
	height: 40px;
	border-radius: 100%;
	border: 4px solid #9e9e9e;
	background-color: #fff;
	position: absolute;
	z-index: 20;
	cursor: pointer;
	transition: background-color 0.3s, border-color 0.3s;
	margin:0 auto;
	left: 50%;
	margin-left: -20px;
}

.timeline .circle:hover,
.timeline .circle.active,
.timeline .circle:hover .circle-line,
.timeline .circle.active .circle-line,
.timeline .circle:hover .info-box,
.timeline .circle.active .info-box {
	background-color: #256fb6;
	border-color: #256fb6;
	z-index: 110;
	opacity: 1;
}

.timeline .circle:hover .info-box,
.timeline .circle.active .info-box {
	background-color: #fff;
	border-color: #9e9e9e;
	pointer-events: all;
}

.timeline .line {
	width: 4px;
	height: 100%;
	background-color: #9e9e9e;
	margin:0 auto;
	z-index: 10;
}

.timeline .date {
	position: absolute;
	width: 100%;
	top: 49%;
	font-size: 11px;
	line-height: 0;
	text-align: center;
	font-weight: 700;
	color: #fff;
}

.timeline .circle .info-box {
	position: absolute;
	top: -25px;
	color:inherit;
	border:4px solid #9e9e9e;
	border-radius: 3px;
	width: 100%;
	opacity: 0;
	z-index: -10;
	transition: opacity 0.3s;
	color: #7f7f7f;
	width: 120%;
	pointer-events: none;
}

.timeline .circle .left .info-box {
	right: -25px;
}

.timeline .circle .right .info-box {
	left: -25px;
}

.timeline .circle .info-box .basic-text {
	font-size: 14px;
	line-height: 1.4em;
	text-align: left;
}

.timeline .circle .info-box .basic-text h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-bottom: 15px;
}

.timeline .circle .info-box .view-latest {
	padding:10px 30px;
	margin-top: 20px;
}

.timeline .circle .info-box .padding {
	padding:15px;
}

.timeline .circle .name {
	position: absolute;
	width: 400px;
	text-align: left;
	font-size: 26px;
	line-height: 1.2em;
	z-index: 120;
}

.timeline .circle .name.left {
	right:65px;
	text-align: right;
}

.timeline .circle .name.right {
	left:65px;
	text-align: left;
}

.timeline .circle .circle-line {
	width:25px;
	height: 4px;
	background-color: #9e9e9e;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	z-index: -1;
	transition: all 0.3s;
}

.timeline .circle .circle-line.left {
	right:34px;
}

.timeline .circle .circle-line.right {
	left:34px;
}

.timeline .fa {
	font-size: 16px;
	position: absolute;
	bottom:0%;
	margin-left: -5px;
	margin-bottom: -10px;
	z-index: 25;
	color: #9e9e9e;
}


.xs-size .timeline-container,
.xxs-size .timeline-container {
	margin:0;
	height: auto;
}

.xs-size .timeline .date,
.xxs-size .timeline .date,
.xs-size .timeline .circle-line,
.xxs-size .timeline .circle-line,
.xs-size .timeline .line,
.xxs-size .timeline .line,
.xs-size .timeline .name > span,
.xxs-size .timeline .name > span {
	display: none;
}

.xs-size .timeline .circle .info-box .basic-text h2,
.xxs-size .timeline .circle .info-box .basic-text h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.xs-size .timeline .circle,
.xxs-size .timeline .circle {
	width:100%;
	height: auto;
	border-radius: 0;
	border: none;
	position: static;
	margin:0 0 40px 0;
	left: 0;
	cursor: default;
}

.xs-size .timeline .circle .name.right,
.xxs-size .timeline .circle .name.right,
.xs-size .timeline .circle .name.left,
.xxs-size .timeline .circle .name.left {
	left:0;
	right: 0;
	position: static;
	text-align: left;
	width: 100%;
}

.xs-size .timeline .circle .info-box,
.xxs-size .timeline .circle .info-box {
	position: static;
	width: 100%;
	opacity: 1;
	display: block;
}
.xs-size .timeline .circle:hover, 
.xs-size .timeline .circle.active, 
.xs-size .timeline .circle:hover .circle-line, 
.xs-size .timeline .circle.active .circle-line, 
.xs-size .timeline .circle:hover .info-box, 
.xs-size .timeline .circle.active .info-box,
.xxs-size .timeline .circle:hover, 
.xxs-size .timeline .circle.active, 
.xxs-size .timeline .circle:hover .circle-line, 
.xxs-size .timeline .circle.active .circle-line, 
.xxs-size .timeline .circle:hover .info-box, 
.xxs-size .timeline .circle.active .info-box {
	background-color: transparent;
	border-color: inherit;
}
/*
.timeline .circle:nth-child(2) {
	top:100px;
}

.timeline .circle:nth-child(3) {
	top:280px;
}
.timeline .circle:nth-child(4) {
	top:280px;
}
.timeline .circle:nth-child(5) {
	top:460px;
}
.timeline .circle:nth-child(6) {
	top:550px;
}
.timeline .circle:nth-child(7) {
	top:620px;
}
.timeline .circle:nth-child(8) {
	top:660px;
}
.timeline .circle:nth-child(9) {
	top:740px;
}
.timeline .circle:nth-child(10) {
	top:810px;
}
.timeline .circle:nth-child(11) {
	top:880px;
}
.timeline .circle:nth-child(12) {
	top:940px;
}
.timeline .circle:nth-child(13) {
	top:1010px;
}
.timeline .circle:nth-child(14) {
	top:1090px;
}
.timeline .circle:nth-child(15) {
	top:1200px;
}
*/