body{
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	
}

h2{
	color: #245993;
}
#right{
	right: -200px;
}
#rigthaln{
	right: -215px;
}
#left{
	left: -200px;
}
#doubledayright{
	right: -215px;
}
#twodateleft{
	left: -232px;
}
#twodateleftgold{
	left: -232px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
#threedateleftgold{
	left: -262px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
#seoul{
	right: -255px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
#threedatesright{
	right: -285px;
}
#threedatesrightgold{
	right: -285px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
#twodatesrightgold{
	right: -235px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}

#gold{
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}

#Geneva{
	right: -235px;	
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
#thinkequal{
	left: -225px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}

#International{
	left: -285px;
	background: rgba(194, 175, 66,1);
	box-shadow: 0 0 0 3px rgba(133, 122, 58,.2);
}
.timeline{
	position: relative;
	margin: 50px auto;
	padding: 40px 0;
	width: 1000px;
	box-sizing: border-box;
}
.timeline:before{
	content: '';
	position: absolute;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #c5c5c5;
}
.timeline ul{
	margin: 0;
	padding: 0;
}
.timeline ul li{
	list-style: none;
	position: relative;
	width: 50%;
	padding: 20px 40px;
	box-sizing: border-box;
}
.timeline ul li:nth-child(odd){
	float: left;
	text-align: right;
	clear: both;
}
.timeline ul li:nth-child(even){
	float: right;
	text-align: left;
	clear: both;
}
.content{
	padding-bottom: 20px;

}
.timeline ul li:nth-child(odd):before{
	content:'';
	position: absolute;
	top: 24px;
	right: -6px;
	width: 10px;
	height: 10px;
	background: rgba(36,89,147,1);	
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(36,89,147,.2);

}
.timeline ul li:nth-child(even):before{
	content:'';
	position: absolute;
	top: 24px;
	left: -4px;
	width: 10px;
	height: 10px;
	background: rgba(36,89,147,1);	
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(36,89,147,.2);

}
.timeline  ul li h3{
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: rgba(36,89,147,1);

}
.timeline ul li p{
	margin: 10px 0 0 ;
	padding: 0;
}
.timeline ul li .time h4{
	margin: 0;
	padding: 0;
	font-size: 14px !important;
}
.timeline ul li:nth-child(odd) .time{
	position: absolute;
	top: 12px;
	right: -175px;
	margin: 0;
	padding: 8px 16px;
	background: rgba(36,89,147,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(36,89,147,0.3);
}
.timeline ul li:nth-child(even) .time{
	position: absolute;
	top: 12px;
	left: -175px;
	margin: 0;
	padding: 8px 16px;
	background: rgba(36,89,147,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(36,89,147,0.3);
}
h1{
	text-align: center;
	font-size: 60px !important;
}

 /*Responsiveness if Needed */
 /* 

@media (max-width: 1000px){
	.timeline{
		width: 100%;
	}
}
@media (max-width: 767px){
	.timeline{
		width: 100%;
	}
	h1{
	text-align: center;
	font-size: 40px;
	}	
	.timeline:before{
	left: 20px;	
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even){
		width: 100%;
		text-align: left;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before{
		top: -10px;
		left: 16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
		top: -35px;
		left: 50px;
		padding-bottom: 10px;
		right: inherit;
	}
}

*/
@media (max-width: 1000px){
	.timeline{
		width: 100%;
	}
}

@media(min-width:320px)
{

.timeline h3
{
	font-size:medium;
}
.timeline h4
{
	font-size:10px !important;
}
}
@media(min-width:375px)
{

.timeline h3
{
	font-size:large;
}
.timeline h4
{
	font-size:10px !important;
}
}


@media(min-width:768px)
{

.timeline h3
{
	font-size:x-large;
}
.timeline h4
{
	font-size: 50%;
}
}
a{
	color: #fff;
}
a:hover{
	color: #fff;
}






