@charset "utf-8";
section {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
section h2{
    padding-top: 40px;
}
.white-block {
	padding-left: 5%;
	padding-right: 5%;
	box-shadow: none;
}
.black-block {
	padding-left: 5%;
	padding-right: 5%;
	background: #1B1B1B;
}
#history dl {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 0;
	position: relative;
}
#history dl:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #B89866;
	position: absolute;
	left: 13px;
	top : 0;
}
#history dt {
	padding: 0px 24px 0px 30px;
	position: relative;
	display: inline-block;
	border-radius: 100px;
	z-index: 1;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.white-block dt{
	color: #212121;
}
#history dd+dt {
	margin-top: 40px;
}
#history dt:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #B89866;
	position: absolute;
	left: 10px;
	top: 6px;
	transition: all .5s;
	-webkit-transition: all .5s;
}
#history dt.active {
	color: #FFF
}
#history dt span{
    width: 100%;
    height: 100%;
	border-radius: 100px;
    display: block;
    background: #B89866;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
	opacity: 0;
	-webkit-opacity: 0;
}
#history dt.active {
	color: #FFF;
}
#history dt.active:before {
	background: #FFF;
}
#history dd {
	margin: 20px 0 20px 55px;
	position: relative;
	opacity: 0;
	-webkit-opacity: 0;
}
#history dd p:first-child {
	color: #B89866;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.black-block dt {
	color: #FFF;
}
.black-block p {
	color: #DDD;
}
#history section div:first-child dl{
	padding-top: 0;
	margin-top: 40px;
}
#history section div:last-child dl{
	margin-bottom: 100px;
}
#history section div:last-child dl dd:last-child:after{
	content:'To be Continue';
	font-family: 'MinionPro-Regular', 'Times New Roman', serif;
	color: #B89866;
	font-size: 25px;
	font-style: italic;
	position: absolute;
	left: -50px;
	bottom: -100px;
	visibility: visible;
}

