body {
	padding-bottom: 100px;
}
footer {
 left: 0;
}
.container {
	width:100%;
	max-width: 855px;
	margin:0 auto;
}

header > .container {
	padding:0;
}

#home-01 h1 {
    padding-top: 145px;
}

#home-02 {
		background-image:url(../_img/timeline-pixel.png);
	background-repeat: repeat-y;
	background-position: 50%;
}

#home-03 {
	padding-bottom:0;
	margin-bottom: 0;
}

section p.home-intro {
    font-size: 2em;
    line-height: 1.7em;
    margin-bottom: 1em;
}

.timeline-box p .largest {
	color:#000;
	font-size: 6.3em;
	line-height: .8em;
	font-weight: 700;
}

.timeline-box p .medium {
	font-size: 2.5em;
	line-height: 1em;
	color:#000;
	display: block;
}

.flinflon-logo {
	width:auto;
	margin:20px auto 0 auto;
	display: block;
	
}

.timeline-box .uc {
	text-transform: uppercase;
}

.timeline-left {
    float: left;
    margin-bottom: 230px;
}

.article-content-list ul li {
	list-style-type: none;
	font-weight: 500;
	color:#000;
	font-size: 4.5em;
	line-height: 1.33em;
	margin-bottom: .4em;
}

.article-content-list ul li:last-child {
	margin-bottom: 0;
}

.background {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-position: center bottom;
	background-size: 100%;
	z-index: 0;
	background-repeat: no-repeat;
}

#home-back-01 {
	background-image:url(../_img/home_01.jpg);
}

#home-back-02 {
	background-image:url(../_img/home_02.jpg);
	opacity:0;
}

#home-back-03 {
	background-image:url(../_img/home_03.jpg);
	opacity:0;
}

a.scroll-down {
 opacity: 0;
	height: 68px;
	width:68px;
	background-image: url(../_img/scroll-down.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	position: fixed;
	left:50%;
	margin-left: -34px;
}

section {
	margin-bottom: 150px;
}

section * {
	z-index: 2;
	position: relative;
}

.background{
	z-index: 1;
}


article.case-study {


}

article.case-study h2 {
	color: #000;
	   display: inline-block;
}


article.case-study h3 {
	font-weight: 400;
	font-size: 2.1em;
	line-height: 1.14em;
	margin-top: 10px;
}





article img {
	width:100%;
	height:auto;
}

.case-study a.gri-link {
	margin-top: 80px;
	display: block;
	font-size: 3.4em;
	line-height: 1.1em;
	color: #000;
	text-decoration: none;
	font-weight: 700;
}

.case-study a.gri-link span {
	display: block;
	font-weight: 300;
	color:#6a747b;
}


.case-study a.gri-link:after {
	content: '';
	width:2.5em;
	height:.15em;
	background-color: #000;
	margin-top: .15em;
	display: block;
}

.footnotes {
	margin: 20px 30px;
}

.rotator {
	position: relative;
	width:100%;
	margin-bottom: 14px;
	overflow: hidden;
}

.rotator .slide {
	position: absolute;
	left:100%;
	-webkit-transform: translateX(0); 
    -ms-transform: translateX(0);  
    transform: translateX(0); 
    width:100%;
    -webkit-transition:-webkit-transform 0.25s;
    -moz-transition: -mos-transform 25s;
    -ms-transition: -ms-transform 25s;
    transition: transform 0.25s;
}

.rotator .slide  a {
	text-decoration: none;
}

.rotator .slide p {
	line-height: 1.36em;
}

.rotator .slide.active {
	-webkit-transform: translateX(-100%); 
    -ms-transform: translateX(-100%); 
    transform: translateX(-100%); 
}

.rotator .slide * {
	text-align: center;
}

.rotator .slide h3 {
	font-size: 2.8em;
	line-height: 1.53em;
	color: #000;
	border-bottom:7px solid #000;
	margin-bottom: 15px;
	font-weight: 400;
	display: inline-block;
	position: relative;
	left:50%;
	-webkit-transform: translateX(-50%); 
    -ms-transform: translateX(-50%);  
    transform: translateX(-50%); 
}


.rotator .slide img {
    display: block;
    margin: 0 auto 10px;
    height: 150px;
    width: 150px;
}

.indicators {
	text-align: center;
}

.indicators li {
	display: inline-block;
	font-size: 1em;
	list-style-type:none;
	margin:0 3px;	
}

.indicators .prev, .indicators .next {
	font-size: 2.1em;
	color: #000;
	display: inline-block;
	margin:0 3px;
	line-height:  21px;
}

.indicators .indicator {
	font-size: 1.3em;
	line-height:  21px;
	color: #dadada;

}

.indicators .indicator.active, .indicators .indicator:hover {
	color: #9e9fa2;
}

.indicators li a i {
	cursor: pointer;
	vertical-align: middle;
}

@media  (max-width: 1024px){
	.background {
		display: none;
	}
	
	body {
			background-image:url(../_img/home_01.jpg);
			background-position: center bottom;
			background-attachment: fixed;
			background-repeat: no-repeat;
			background-size: contain;
	}
	
	.timeline-left {
		margin-bottom: 100px;
	}
	.timeline-right {
		margin-top: 200px;
	}
	.article-content-list ul li {
		font-size: 3.7em;
		margin-bottom: .8em;
	}
}


@media  (max-width: 601px){
	body {
		padding-bottom: 200px;
	}
	#home-01 h1 {
	    padding-top: 130px;
	}
	
	#home-02 {
		background-image:none;
	}

	
	.timeline-box {
		width:100%;
		float:none;
		margin:0 0 45px 0;
		
	}
	.timeline-right .article-content:after, .timeline-left .article-content:after {
		display: none;
	}
	
	article {
		float:none !important;
		width:100%;
	}
	.article-content-list ul li {
		font-size: 3.7em;
		margin-bottom: .8em;
	}
	
	article.case-study h3 {
		font-size: 1.8em;
	}
	
	.case-accordion {
		width:100% !important;
	}
	
	.case-accordion p {
		font-size: 1.6em;
	}
	
}



