/*Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	/*vertical-align: baseline;*/ text-decoration:none;}:focus {	outline: 0;}body {	line-height: 1;	color: black;	background: white;}ol, ul {	list-style: none;}table {	border-collapse: separate;	border-spacing: 0;}caption, th, td {	text-align: left;	font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {	content: "";}blockquote, q {	quotes: "" "";}
/*End reset*/

#wrapper {
	width: 100%;
	height: auto;
	font-family: 'lato_regular', sans-serif;
}

.opening {
	position: relative;
	width: 100%;
	height: auto;
	color: #fff;
}

.background {
	position: relative;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 800px) {
    .title {
		position: absolute;
		color: #fff;
		width: 100%;
		height: auto;
		text-align: center;
		bottom: 20px;
		font-family: 'lato_bold', sans-serif;
		font-size: 30px;
		text-shadow: 0 2px 2px #000;
		text-transform: uppercase;
	}

	.subtitle {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 18px;
		text-transform: none;
		margin-top: 10px;
	}
}

@media screen and (min-width: 801px) {
    .title {
		position: absolute;
		color: #fff;
		width: 100%;
		height: auto;
		text-align: center;
		bottom: 40px;
		font-family: 'lato_bold', sans-serif;
		font-size: 48px;
		text-shadow: 0 2px 2px #000;
		text-transform: uppercase;
	}

	.subtitle {
		width: 100%;
		height: auto;
		color: #fff;
		font-size: 28px;
		text-transform: none;
		margin-top: 10px;
	}
}


.chapter {
	color: #000;
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.chapter-title {
	font-family: 'lato_light', sans-serif;
	font-weight: 100;
	font-size: 36px;
	color: #a0a0a0;
	margin: 40px 0 20px 0;
	text-align: center;
}

.paragraph {
	font-size: 20px;
	color: inherit;
	margin: 0 0 10px 0;
	text-align: left;
	line-height: 24px;
}

.flashback {
	color: #3e3e3e;
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 40px auto 20px auto;
	border-style: double;
	border-color: #cecece;
	border-width: 4px;
}

.flashback-content {
	overflow-y: hidden;
	height: 0;
	padding: 0 40px; /* a altura anima para 20px quando aberto */
}

.flashback-title {
	font-family: 'lato_light', sans-serif;
	font-weight: 100;
	font-size: 28px;
	color: #fff;
	margin: -16px 40px 10px 40px;
	text-align: center;
	background-color: #555;
	width: auto;
	cursor: pointer;
}

.statement {
	font-size: 20px;
	color: inherit;
	margin: 0 0 10px 0;
	text-align: left;
}

.photo {
	position: relative;
	width: 100%;
	height: auto;
}

.image-credits {
	text-align: right;
	font-size: 14px;
	color: #888;
	margin: 0 0 10px 0;
}

.credits {
	text-align: center;
	font-size: 14px;
	padding-right: 20px;
	color: #000;
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	border-top-style: solid;
	border-color: #c4c4c4;
	border-width: 1px;
}

.credits .link {
	color: #888;
	text-decoration: none;
}

.first-letter {
	font-size: 36px;
	font-weight: bold;
}

.share-bar {
	text-align: right;
	padding-right: 2px;
}

.share-bar img {
	cursor: pointer;
}


.share-bar img:hover {
	width: 22px;
	height: 22px;
	margin: 2px;
}

.click-it {
	font-size: 14px;
}

#logo-zh {
	position: fixed;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 999;
	text-align: center;
	width: 100%;
	height: 36px;
	padding-top: 4px;
	border-bottom-style: solid;
	border-color: #c4c4c4;
	border-width: 1px;
}

#logo-zh img {
	width: auto;
	height: 32px;
}