
.content-block{padding:50px 0 100px ;}
.img:before {
	content: '';
	padding-top: 66%;
	display: block;
}
.fill-parent, .page-curtain, .ui-timelines svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.rel {
	position: relative;
}
.content-wrap {
	width: calc(100% - 30px);
	max-width: 1300px;
	margin: 0 auto;
	position: relative;
}
.content-wrap.small-wrap {
	width: calc(100% - 398px);
	max-width: 1006px;
}
.columns {
	font-size: 0; display:flex;
}
.columns .col {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.columns .col.third {
	width: 33.3%; align-self:center; position:relative; left:-90px;
}
.columns .col.two-thirds {
	width:100%;
}
.content-block.history .ui-col:before {
	content: '';
	display: block;
	padding-top: 100%;
}
.chapter-headline {
	font-family: 'Wuerth Book', sans-serif;
	font-size: 8vw;
	letter-spacing: .02em; margin:0;
}
.chapter-copy{margin:0; font-size:18px; font-family: 'Wuerth Book', sans-serif;}
.ui-timelines svg:first-child {
	opacity: .2;
}
.chapter-label {
	font-family: 'Wuerth Book', sans-serif;;
	font-size: 18px;
	letter-spacing: .2em;
	color: #6c7076;
	position: absolute;
	-webkit-transform: translateX(2px);
	-moz-transform: translateX(2px);
	-ms-transform: translateX(2px);
	-o-transform: translateX(2px);
	transform: translateX(2px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.chapter-image {
	position: absolute;
	top: 50%; background-size: cover;
	left: 10%;
	width: 75%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ui-chapter {
	cursor: pointer;
	display: block;
	position: absolute;
}
.ui-chapter:first-child .chapter-label, .ui-chapter:last-child .chapter-label, .ui-chapter:hover .chapter-label, .ui-chapter.current-chapter .chapter-label {
	visibility: visible;
	opacity: 1;
}
.ui-chapter:hover .chapter-point:after {
	width: 33px;
	height: 33px;
	opacity: .1;
}
.chapter-point {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	display: block;
	position: absolute;
	background: #1a1a1b;
	border: 1px solid #1a1a1b;
	box-sizing: border-box;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.chapter-point:after {
	content: '';
	position: absolute;
	display: block;
	border-radius: 100%;
	border: 1px solid #1a1a1b;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/*-----------------------------------------------------------------------------------------------*/


@media only screen and (max-width:767px){
.fill-parent {display:none !important;}
.columns .col.third {width:100%; align-self:center; position:static; left:0; bottom:0 !important;}
.columns .col.two-thirds {width: 100%; position: static; left: 0; top: 0; right: 0}
.content-wrap.small-wrap {width: calc(100% - 20px); max-width: 1006px;}	
.chapter-image {position: absolute;	top: 23%; background-size: cover;	left: 0%; width: 100%; transform: translateY(0%);}
.content-block { padding: 0; }
.ui-chapter {display:none !important; }
.columns {font-size: 0;	display: block; text-align:center; }
}

@media only screen and (max-width:500px){
 .chapter-image {
	position: absolute;
	top: 29%;
	left: 0%;
	width: 100%;
}

}
@media only screen and (max-width:360px){
 .chapter-image {
	position: absolute;
	top: 35%;	
	left: 0%;
	width: 100%;
}
}