@import url(https://fonts.googleapis.com/css?family=Oswald::300,400,700|Montserrat:700);
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	color: #333;
    max-width: 595px;
    font-family: sans-serif;
}
a {
	text-decoration: none;
	color: #333;
}
.main {
    width: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 10px;
}
header {
	line-height: 2rem;
}
header h1 {
    padding: 0;
    font-size: 17.8px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
header p {
    top: 120px;
    left: 0;
    width: 100%;
    padding: 0 2rem;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    
}
.graphic {
	width: 100%;
	overflow: hidden;
    text-align: left;
    border-left: 5px solid #02c0f3;
    font-size: 12px;
    font-weight: 100;
    height: 480px;
}
.graphic p {
    width: 90%;
}
.graphic li {
    position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	visibility: hidden;
	-webkit-transition: visibility 0s .1s;
	transition: visibility 0s .1s;
}
.name {
  font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    color: #196a82;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}
.left {
    position: fixed;
    width: 240px;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 62%, rgba(255,255,255,1) 87%, rgba(255,255,255,0.92) 88%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 62%,rgba(255,255,255,1) 87%,rgba(255,255,255,0.92) 88%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 62%,rgba(255,255,255,1) 87%,rgba(255,255,255,0.92) 88%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    height: 420px;
    margin-left: -10px;
    padding: 40px 50px 20px 20px;
}
.left h1 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.right {
        /* background-color: #00FFFF; */
    /* height: 395px; */
    overflow-x: scroll;
    white-space: nowrap;
    /* width: 980px; */
    height: 399px;
    margin-left: 200px;
}
.quote {
    color: #323538;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    width: 90%;
}
.timeline {
	margin-left: 40px;
    color:#848484;
    margin-top: 40px;
    max-width: 595px;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    clip: rect(0, 80rem, 50rem, 80rem);
    -webkit-transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    transition: clip .5s cubic-bezier(0.99, 0.01, 0.45, 0.9) .5s;
    border-radius: 5px;
    background-color: #fff;
}
.source {
    font-size: 8px;
    text-transform: uppercase;
    margin-top: 0px;
    margin-left: 25px;
}
.mobile {display: none;}
.content {
	position: absolute;
	top: 190px;
	left: 0;
	width: 100%;
	padding: 2rem;
	font-size: 12px;
	text-align: left;
    max-width: 595px;
}
.content h2 {
	text-overflow: ellipsis;
	overflow: hidden;
    
	-webkit-transform: translateY(-30%);
	        transform: translateY(-30%);
	opacity: 0;
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.content a {
	display: inline-block;
	font-size: 12px;
	padding: 1rem 0;
	opacity: 0;
    width: 100%;
    font-family: sans-serif;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
	transition: opacity .5s .1s, -webkit-transform .5s .1s;
	transition: transform .5s .1s, opacity .5s .1s;
	transition: transform .5s .1s, opacity .5s .1s, -webkit-transform .5s .1s;
}
li.current {
	visibility: visible;
	-webkit-transition-delay: 0s;
	        transition-delay: 0s;
}
li.current .content a {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: .1s;
	        transition-delay: .1s;
}
li.current .content h2 {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition-delay: .1s;
	        transition-delay: .1s;
    color: #747474;
    padding: 0;
    line-height: 2.5em;
    font-size: 17.5px;
}
li.current .content a {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
    color: #747474;
	-webkit-transition-delay: .1s;
	        transition-delay: .1s;
}
li.prev_slide .image {
	clip: rect(0, 0, 50rem, 0);
}
nav {
	position: absolute;
	top: 450px;
	z-index: 2;
    left: 50px;
}
.prev, .next, .count {
	vertical-align: middle;
}
.prev, .next {
	position: relative;
	display: inline-block;
	height: 1rem;
	width: 2rem;
}
.prev::before, .next::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	border: .8rem solid transparent;
	border-right-width: 1rem;
	border-right-color: #c6c6c6;
	border-left-width: 0;
	width: 0;
	height: 0;
}
.prev::after, .next::after {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%) translateZ(0);
	        transform: translateY(-50%) translateZ(0);
	left: .5rem;
	background: #c6c6c6;
    color: #c6c6c6;
	height: .1rem;
	min-height: 1px;
	width: 0rem;
	-webkit-transition: width .3s;
	transition: width .3s;
}
.next::before {
	right: 0;
	border-left-width: 1rem;
	border-left-color: #c6c6c6;
	border-right-width: 0;
}
.next::after {
	right: .5rem;
	left: auto;
}
.count {
	display: inline-block;
	font-size: 1rem;
}
.total::before {
	content: '/';
	margin: 0 .5rem;
}
@media screen and ( max-width: 550px ) {
    header h1 {font-size: 21px;line-height: 24px;padding-bottom: 20px;}
    header p {font-size: 12px;}
    .graphic li {top: 60px;}
    .graphic p {font-size: 12px;line-height: 14px;width: 80%;}
    nav {top:430px; left: 28% !important;}
}