/*******************************
	Last Updated: 2015-09-04
*******************************/
/*******************************
	Desktop
*******************************/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
	outline: none;
	-webkit-font-smoothing: antialiased;
}
a:link,
a:visited {
	color: #248;
	text-decoration: none;
}
a:hover,
a:active {
	color: #248;
	text-decoration: underline;
}
img,
video {
	width: 100%;
	height: auto;
	border: none;
	display: block;
}
ul,
ol {
	list-style: none;
}
b,
strong {
	font-weight: 500;
}
i,
italic {
	font-style: italic;
}
html {
	min-height:100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	min-width: 320px;
	min-height: 100%;
	background-color: #fff;
	font-family: 'Pingfang SC', 'Lantinghei SC', sans-serif;
	font-size: 18px; /* Chrome rem bug, cannot use 1.8rem here */
	line-height: 150%;
	color: #333;
}
#wrapper {
	display: block;
	width: 100%;
}

/*	COVER	*/
#cover {
	width: 100%;
	height: 100vh;
	display: block;
	overflow: hidden;
	background-image:
		linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0), rgba(0,0,0,.5)),
		url('./cover.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;

	position: relative;
}
#cover .credit {
	position: absolute;
	bottom: 2px;
	right: 20px;
	color: rgba(255,255,255,1);
	font-size: 12px;
}
#cover .credit span {
	font-size: smaller;
	color: rgba(255,255,255,0.7);
	margin-left: 10px;
}
#cover .logo {
	display: none;
}
#cover .title {
	position: absolute;
	left: 8%;
	bottom: 10%;
	color: #fff;
	transition: all .2s ease-in-out;
	padding-top: 150px;
	background-image: url('./logo.svg');
	background-size: 128px 128px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 64px;
}
#cover .title .kicker {
	font-size: 16px;
	font-weight: 600;
	margin-left: 2px;
	margin-bottom: 5px;
}
#cover .title h1 {
	float: left;
	font-size: 28px;
	width: 80%;
	line-height: 140%;
	zoom: 1;
}
#cover .title h1 span {
	font-size: smaller;
	display: block;
}
#cover .title h1 img {
	max-width: 600px;
}
#cover .title h1 span img {
	width: auto;
	height: 24px;
}
#cover .title p.byline:before {
	content: '';
	border-bottom: 1px solid #fff;
	display: block;
	margin: 10px 0;
}
#cover .title p.byline {
	float: left;
	width: 100%;
	font-size: 14px;
	font-weight: 500;
	color: rgba(255,255,255,0.7);
	padding-left: 1px;
}
#cover .title span.pub-date {
	margin-left: 10px;
	font-size: smaller;
}
#cover .title p.summary {
	clear: both;
	float: left;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 1px;
	color: #fff;
}
#cover .title p.summary span {
	display: block;
}
/*	SHARE	*/
.share {
	clear: both;
	float: left;
	height: 24px;
	margin-top: 40px;
	margin-left: 1px;
	display: block;
}
.share a {
	display: inline-block;
	height: 24px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: 0.6;
	transition: all .2s ease-in-out;
}
.share a:hover {
	opacity: 1;
}
.share a.twitter {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_twitter.svg');
}
.share a.facebook {
	width: 22px;
	background-size: 22px 22px;
	background-image: url('./share_facebook.svg');
}
.share a.weibo {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_weibo.svg');
}
.share a.wechat {
	width: 28px;
	background-size: 28px 24px;
	background-image: url('./share_wechat.svg');
}
.qrcode {
	display: none;
	position: absolute;
	left: 240px;
	bottom: 0;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 200px;
	height: 200px;
	z-index: 50;
	background: #fff;
}
.qrcode img {
	width: 100%;
	height: 100%;
}
.qrcode p {
	margin-top: 5px;
	line-height: 120%;
	text-shadow: 0 1px 2px #000;
}
.qrcode button {
	overflow: hidden;
	margin: 0 auto;
	font-size: smaller;
	color: #333;
	text-decoration: none;
	background: #eee;
	padding: 2px 8px;
	border-radius: 2px;
	cursor: pointer;
}
.lazy {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}


#content {
	clear: both;
	width: 100%;
	max-width: 1280px;
	overflow: auto;
	margin: 0 auto;
	padding: 0 40px;
margin-top: 80px;

}

nav.disappear {
	opacity: 0;
}

nav.hidden {
	z-index: -1;
	opacity: 0;
	/*
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	-o-transform: translateY(10%);
	transform: translateY(10%);
	*/
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-ms-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

nav {
	z-index: 999;
	background: rgba(0,0,0,0);
	text-align: right;
	display: block;
	float: left;
	position: fixed;
	top: 0;
	width: 24%;
	height: 100%;
	max-width: 300px;
	min-width: 160px;
	min-height: 100%;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

ul#nav-list {
	margin-top: 5%;
	overflow: hidden;
	/*
	background-image: url('line.svg');
	background-repeat: repeat-y;
	background-position: 210px 0;
	background-size: 4px 4px;
	*/
}


ul#nav-list li {
	clear: both;
	width: 100%;
	padding: 3% 0;
}

ul#nav-list li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0.5;
	transition: all .5s ease;
	color: #999;
}

ul#nav-list li a.current,
ul#nav-list li a:hover {
	opacity: 1;
	color: #666;
}

ul#nav-list li a .bio {
	float: left;
	width: 70%;
	padding: 3% 3% 3% 0;
	font-size: 14px;
}
ul#nav-list li a .bio strong {
	font-weight: 500;
	font-size: 14px;
}
ul#nav-list li a .bio span {
	display: block;
	font-size: 12px;
	line-height: 140%;
}
ul#nav-list li a .avt {
	float: right;
	width: 30%;
	min-width: 64px;
	max-width: 80px;
}

ul#nav-list li a .avt img {
	float: right;
	height: 100%;
	max-width: 88px;
	padding: 1px;
	background: #fff;
	border-radius: 50%;
	border: 4px solid #ccc;
}


#prologue,
#epilogue {
	border-bottom: 1px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#prologue p,
#epilogue p {
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 20px;
	padding-right: 20%;
	text-align: justify;
}


stories {
	display: block;
	float: right;
	width: 70%;
	max-width: 940px;
	min-width: 480px;
}

article {
	clear: both;
	overflow: hidden;
	padding: 60px 0;
	border-bottom: 1px solid #eee;
}
article:last-child {
	border-bottom: none;
}

figure {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
figure figcaption {
	margin-top: 8px;
	font-size: 14px;
	line-height: 140%;
	color: #666;
	text-align: right;
	padding-right: 2px;
}
figure figcaption span {
	margin-left: 8px;
	font-size: 12px;
	color: #999;
}
figure.inline-vertical,
figure.inline-horizontal,
figure.inline-square {
	float: right;
	margin-left: 40px;
}
figure.inline-vertical {
	width: 40%;
	max-width: 360px;
}
figure.inline-horizontal {
	width: 50%;
	max-width: 480px;
}
figure.inline-square {
	width: 40%;
	max-width: 360px
}



video.inline-video {
	width: 100%;
	max-width: 480px;
}

article h3 {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 500;
	color: #111;
}
article h3:after {
	content: '';
	width: 64px;
	margin-top: 15px;
	border-bottom: 2px solid #ccc;
	display: block;
}
article .byline {
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 30px;
	color: #666;
}
article p {
	text-align: justify;
	padding-right: 20%;
	margin-bottom: 20px;
}


ul#crew {
	clear: both;
	overflow: hidden;
	background: #eee;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
ul#crew li {
	font-size: 14px;
}
ul#crew li .items {
	width: 40%;
	float: left;
	text-align: right;
	font-weight: 500;
	padding-right: 10px;
}
ul#crew li .names {
	width: 60%;
	float: right;
	text-align: left;
}


footer {
	padding: 20px 0;
	text-align: center;
	font-family: Serif;
	font-size: 14px;
	color: #666;
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {
body {}

#cover {
	background-position: 0 50%;
}

#cover .share {
	display: none;
}

#prologue p,
#epilogue p,
article p {
	padding-right: 0;
}

nav {
	width: 20%;
}
ul#nav-list li {
	margin-bottom: 10%;
	padding-bottom: 10%;

}

ul#nav-list li a .bio {
	width: 100%;
}
ul#nav-list li a .bio span {
	display: none;
}

figure.inline-horizontal,
figure.inline-vertical {
	width: 100%;
	max-width: 100%;
}
ul#crew li .items {
    width: 25%;
}
ul#crew li .names {
    width: 75%;
}
}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
body {}
#cover {
	background-position: 0 50%;
}
#cover .share {
	display: none;
}
}



/*******************************
	iPhone
*******************************/
@media only screen
and (min-width: 320px)
and (max-width: 480px) {
body {}

#cover {
	background-position: 0 50%;
}
#cover .title {
	left: 5%;
	bottom: 15%;
	zoom: 0.8;
	padding: 0;
	background: none;
}
#cover .title p.summary {
	width: 90%;
	font-size: 18px;
}
#cover .title p.summary span {
	display: inline;
}
#cover .credit {
    right: 8px;
    bottom: 8px;
    text-align: right;
    line-height: 140%;
}
#cover .credit span {
	display: block;
}
#cover .share {
	display: none;
}
#content {
	padding: 0;
	margin-top: 40px;
}

nav {
	display: none;
}

stories {
	width: 100%;
	min-width: 320px;
	max-width: 540px;
}

#prologue p,
#epilogue p,
article p {
	padding-left: 20px;
	padding-right: 20px;
}

article {
	padding: 30px 0;
}
article h3 {
	padding: 0 20px;
	margin: 0 auto;
	font-size: 24px;
	line-height: 120%;
}
article h3:after {
	margin-bottom: 12px;
}
article .byline {
	padding: 0 20px;
}

figure.inline-horizontal,
figure.inline-vertical {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-left: 0;
}
figure figcaption {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
figure figcaption span {

}
ul#crew {
	padding: 20px 20px;
}
ul#crew li {
	float: left;
	line-height: 140%;
	margin-bottom: 10px;
}
ul#crew li .items {
	text-align: left;
	width: 100%;
	margin-bottom: 2px;
}
ul#crew li .names {
	width: 100%;
}


}

