.center-grid{
	position:relative;
	margin:auto;
	margin-top:80px;
	width:2px;
	height:1000px;
	background:#c5ae87;
}

.milestone{
	cursor:pointer;
	position:absolute;
	left:-36px;
	width:75px;
	height:75px;
	border-radius:40px;	
	background:#c5ae87;
	line-height:75px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
}

.milestone-small{
	cursor:pointer;
	position:absolute;
	left:-15px;
	width:30px;
	height:30px;
	border-radius:40px;	
	background:#c5ae87;
	line-height:75px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:400;
}

.img-left{
	visibility:hidden;
	position:absolute;
	height:320px;
	width:350px;
	left:-320px;
	top:0;
	background:#ebebeb;
	text-align:right;
	opacity:0;
	transition-duration:0.3s;
	z-index:10;
}

.achievement-right{
	visibility:hidden;
	position:absolute;
	height:auto;
	width:350px;
	right:-320px;
	top:0;
	text-align:left;
	transition-duration:0.3s;
	opacity:0;
	z-index:10;
}

.img-right{
	visibility:hidden;
	position:absolute;
	height:320px;
	width:350px;
	right:-320px;
	top:0;
	background:#ebebeb;
	text-align:left;
	transition-duration:0.3s;
	opacity:0;
	z-index:10;
}

.achievement-left{
	visibility:hidden;
	position:absolute;
	height:auto;
	width:350px;
	left:-320px;
	top:0;
	text-align:right;
	transition-duration:0.3s;
	opacity:0;
	z-index:10;
}

.milestone-end{
	position:absolute;
	left:-20px;
	bottom:-8px;
	height:8px;
	width:40px;
	background:#c5ae87;
}

.milestone-small:hover .img-left,
.milestone-small:hover .achievement-left{
	visibility:visible;
	opacity:1;
	left:-390px;
	
}

.milestone-small:hover .img-right,
.milestone-small:hover .achievement-right{
	visibility:visible;
	opacity:1;
	right:-390px;
}

.milestone:hover .img-left,
.milestone:hover .achievement-left{
	visibility:visible;
	opacity:1;
	left:-390px;
}

.milestone:hover .img-right,
.milestone:hover .achievement-right{
	visibility:visible;
	opacity:1;
	right:-390px;
}

.achievement-right p, .achievement-left p{
	color:#2b2b2b; 
	font-size: 14px;
	line-height:21px;
}

.date{
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	color:#949494;
	font-size: 12px;
	line-height:12px;
}

.mile-5{
	top:20px;	
}


.mile-4{
	top:180px;	
}

.mile-3{
	top:340px;	
}


.mile-2{
	top:500px;	
}

.mile-1{
	top:660px;	
}

.mile-0{
	top:820px;	
}


@media only screen and (max-width: 1024px) {

.achievement-right{
	visibility:visible;
	opacity:1;
	right:-390px;
}

.img-right{
	visibility:visible;
	opacity:1;
	right:-390px;
}


.img-left{
	visibility:visible;
	opacity:1;
	left:-390px;
}

.achievement-left{
	visibility:visible;
	opacity:1;
	left:-390px;
}	
}