*,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
}

.another {
	margin-top: -30px;
	margin-bottom: 30px;
	display: block;
	font-size: 20px;
	text-decoration: underline;
}

a,
a:hover {
	text-decoration: none;
}

/* TIMELINE STARTS */
.timeline-container {
	padding: 50px;
	width: 70%;
	margin: 0 auto;
}

.timeline,
.timeline li {
	position: relative;
}

.timeline li:after {
	content: '';
	display: block;
	clear:both;
}

.timeline li > .timeline-content {
	width: calc(50% - 100px);
}

.timeline li {
	margin: 100px 0;
}

.timeline li:first-child{
	margin-top: 0;
}
.timeline li:last-child {
	padding-top: 115px;
	margin-bottom: 0;
}

.timeline li:nth-child(odd) > .timeline-content {
	float: left;
	text-align: right;
}

.timeline li:nth-child(even) > .timeline-content {
	float: right;
}

.timeline:after,
.timeline li:first-child:before,
.timeline li:last-child:before,
.timeline-photo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.timeline li:first-child:before,
.timeline li:last-child:before,
.timeline:after {
	content: '';
	width: 3px;
	background-color: #585858;
	top: 0;
	bottom: 0;
	transform: translate(-50%, 0);
	z-index: 1;
}

.timeline li:first-child:before,
.timeline li:last-child:before {
	background-color: #585858;
	top: 0;
	bottom: 50%;
	z-index: 2;
}

.timeline-photo {
	top: 50%;
	border-radius: 50%;
	box-shadow: 0 0 0 3px #fff, 0 0 0 5px #585858;
	background-color: #FF6500;
	z-index: 3;
	height: 40px;
	width: 40px;
	overflow: hidden;
	text-align: center;
}

.timeline-photo img {
	width: 100%;
	border-radius: 50%;
}

.timeline-content h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 16px;
}

.timeline-content h2 a {
	color: #444;
}

.timeline li:last-child .timeline-photo {
	background-color: #FF6500;
	display: table;
}

.timeline-readmore {
	display: table-cell;
	vertical-align: middle;
    font-size: 12px;
	height: 100%;
	color: #fff;
}

/* HOVER */
.timeline * {
	transition: all .2s ease-in-out;
}

.timeline-photo img:hover,
.timeline li:last-child .timeline-photo:hover a {
	transform: scale(1.1);
}

.timeline li:last-child .timeline-photo:hover {
	background-color: #ff4d00;
}

/* RESPONSIVE */
@media screen and (max-width: 991px) {
	.timeline-container {
		width: 100%;
		padding: 15px;
	}
	.timeline li:nth-child(odd) > .timeline-content,
	.timeline li:nth-child(even) > .timeline-content {
		float: none;
		width: 100%;
		padding-left: 120px;
		padding-right: 15px;
		text-align: left;
	}
	.timeline:after,
	.timeline li:last-child:before,
	.timeline-photo {
		left: 45px;
		top: 0;
		bottom: 0;
		transform: none;
	}
	.timeline-photo {
		left: 0;
		width: 90px;
		height: 90px;
	}

	.read-more {
		transform: scale(.85)
	}

	.read-more a {
		font-size: 12px;
		width: 80%;
	}
	
}

@media screen and (max-width: 540px) {
	.timeline li:nth-child(odd) > .timeline-content,
	.timeline li:nth-child(even) > .timeline-content {
		padding-left: 90px;
	}
	.timeline:after,
	.timeline li:first-child:before,
	.timeline li:last-child:before {
		left: 35px;
	}
	.timeline-photo {
		width: 70px;
		height: 70px;
	}
}

/* extra */
.copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 1.6rem;
	background-color: #ededed;
}
.copyright a {
	display: inline-block;
	padding: 15px 2px;
}
.copyright a:not(:last-child):after{
	content: "/";
	margin-left: 10px;
}

.toptal {
	color: #204ecf;
}

.upstack {
	color: #008bf7;
}

.upwork {
	color: #37a000;
}

.fiverr {
	color: #1dbf73;
}

.jobs {
	color: magenta;
	text-decoration: underline;
	margin-top: -15px;
}
