* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
}

img {
	border: none;
}

ul {
	list-style: none;
}

#bg-1, #logo_protestos, nav:before, .orientation, #timeline li:before, .onze, .treze {
	position: absolute;
}

#bg-1 {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000 url('../img/background/foto_1.jpg') center center no-repeat;
	background-size: cover;
	z-index: -1;
}

#logo_protestos {
	width: 30%;
	top: 7%;
	left: 35%;
}

nav {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 50px 0 28px;
	background: transparent url('../img/menu/acabamento.png') center top no-repeat;
	z-index: 9;
}

nav:before {
	content: ' ';
	background-color: #000;
	width: 100%;
	height: 100%;
}

nav > ul {
	width: 954px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

nav > ul > li {
	float: left;
	padding: 0 5px;
}

nav > hr, .line_video, #title_time > p, #summary, .tooltip > div {
	background-color: #f05133;
}

nav > hr, .line_video {
	height: 2px;
	width: 943px;
	margin: 24px auto 0;
	position: relative;
}

.activate > li, .accordion, .prev, .next, .padrao_internacional, .tooltip {
	cursor: pointer;
}

.activate > li {
	height: 0;
}

.content, .img > section, .img > div, footer, #summary > ul, .padrao_internacional {
	width: 750px;
	left: 50%;
	margin-left: -375px;
	position: relative;
}

#bg-2 {
	background: #000 url('../img/background/foto_2.jpg') center center no-repeat;
}

#bg-3 {
	background: #000 url('../img/background/foto_3.jpg') center center no-repeat;
}

#bg-4 {
	background: #000 url('../img/background/foto_4.jpg') center center no-repeat;
}

#bg-5 {
	background: #000 url('../img/background/foto_5.jpg') center center no-repeat;
}

#bg-6 {
	background: #000 url('../img/background/foto_6.jpg') center center no-repeat;
}

#bg-7 {
	background: #000 url('../img/background/foto_7.jpg') center center no-repeat;
}

#bg-8 {
	background: #000 url('../img/background/foto_8.jpg') center center no-repeat;
}

#bg-9 {
	background: #000 url('../img/background/foto_9.jpg') center center no-repeat;
}

#bg-10 {
	background: #000 url('../img/background/foto_10.jpg') center center no-repeat;
}

#bg-2, #bg-3, #bg-4, #bg-5, #bg-6, #bg-7, #bg-8, #bg-9, #bg-10 {
	min-height: 100%;
	background-size: cover;
	width: 100%;
	position: relative;
}

.orientation, .accordion + section, .padrao_internacional + div, .disabled > img, .tooltip > div, #modal {
	display: none;
}

.orientation {
	top: 10%;
	left: 50%;
	width: 250px;
	margin-left: -125px;
}

h1, h2, h3, h4, h5, .p_1 > a, .text > a, .year, .country, .text, #timeline, .selected, .img .topic > .tooltip, #group_number span, .p_3 > a {
	color: #f05133;
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	font-size: 65.333333px;
	margin: 150px 0 75px;
	line-height: 1.2em;
	font-weight: 700;
}

h2, h3 {
	font-size: 33.333333px;
	margin: 100px 0 50px;
}

h3, .top_space, .padrao_internacional {
	margin-top: 50px;
}

h4, h5, h5 > a {
	color: #000;
}

h4, h5 {
	margin: 30px 0;
	color: #000;
	font-size: 24px;
}

h5 {
	font-size: 19px;
}

h5 > a:hover, .p_1 > a, .text > a, .p_3 > a {
	text-decoration: none;
}

.p_1, .p_2, .p_3, section > ol {
	font-family: 'Roboto Slab', serif;
	font-size: 18.666667px;
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 25px;
	clear: both;
}

.p_2 {
	font-weight: 700;
}

.p_3, #slide_cities .text, h6, .tooltip > div {
	font-size: 16px;
}

.accordion, .padrao_internacional + div {
	padding-top: 50px;
}

.accordion, .local, #decision {
	border-top: 1px solid #f05133;
}

section > ol {
	counter-reset: li;
	padding-left: 20px;
}

section > ol > li {
	list-style: none;
}

section > ol > li:before {
	content: counter(li) ".";
    counter-increment: li;
    font-weight: bold;
    margin-right: 12px;
}

.topic {
	list-style-type: square;
	margin-left: 40px;
}

.topic > li {
	padding-left: 6px;
}

.img .topic > .tooltip {
	text-decoration: underline;
}

.img {
	background-color: #ddd;
	padding-bottom: 80px;
}

.img > section, .video, #title_time > p, .box_footer, footer > section:last-child, .back, .box_footer + p {
	text-align: center;
}

.img > section {
	padding: 50px 0;
	border-bottom: 1px solid #fff;
}

.img > div, footer > section:last-child {
	padding-top: 60px;
}

article {
	padding: 60px 0;
}

article > * {
	display: inline-block;
	vertical-align: top;
}

article > img {
	margin-top: 66px;
}

article > section {
	border-left: 1px solid #f05133;
	margin-left: 45px;
    padding-left: 51px;
    width: 498px;
}

article > section > h4 {
	margin-top: 0;
}

.local {
	padding: 15px 0;
}

.strong {
	font-weight: 700;
}

.video {
	background-color: #000;
	padding: 50px 0;
}

article .p_3 {
	margin-bottom: 0;
}

.line_video {
	height: 1px;
	width: 750px;
	margin: 50px auto;
}

.center_image {
	left: 21%;
    position: relative
}

.mortes {
	padding: 30px 0;
}

.mortes > section {
	padding-bottom: 50px;
}

#title_time > p, .tooltip > div, .tooltip > div span a {
	color: #fff;
}

#title_time > p {
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-size: 24px;
	font-weight: 700;
	padding: 5px 0;
}

#decision {
	border-bottom: 1px solid #f05133;
	overflow: hidden;
}

#slide_countries, .prev, .next, #slide_cities {
	float: left;
}

.prev, .next {
	margin-top: 224px;
	width: 24px;
	height: 38px;
}

#slide_countries .child, #slide_cities .child {
	width: 660px;
	height: 390px;
	margin: 49px 20px;
}

#slide_countries .child > * {
	display: inline-block;
	vertical-align: top;
}

#slide_cities .child {
	display: table;
}

#slide_cities .child > * {
	display: table-cell;
	vertical-align: middle;
}

#slide_cities h5 {
	margin: 0;
}

#slide_countries .child > img {
	border-right: 4px solid #f05133;
	margin-right: 30px;
	padding-right: 35px;
}

#slide_countries .child > section {
	width: 285px;
}

.disabled, .tooltip > div {
	cursor: auto;
}

.year, .country, .text, #timeline, #group_number {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 20px;
}

.year, #group_number span {
	font-weight: 700;
	font-size: 60px;
}

.country {
	border-top: 1px solid #a7a9ac;
	border-bottom: 1px solid #a7a9ac;
	padding: 10px 0;
}

.text, #timeline {
	font-size: 13px;
}

.text {
	color: #000;
	margin-top: 15px;
}

#timeline {
	font-weight: 700;
	color: #d1d2d4;
	padding: 20px 0;
}

#timeline > ul {
	overflow: auto;
	width: 100%;
	border-top: 2px solid #d1d2d4;
}

#timeline li {
	padding-top: 8px;
	display: inline-block;
	width: 13px;
	height: 22px;
}

#timeline li:before {
	content: '\25CF';
	margin: -25px 0 0 7px;
	font-family: arial, serif;
	font-size: 25px;
}

#timeline li:first-child {
	margin-left: 30px;
}

#timeline li:nth-child(2), #timeline li:nth-child(3) {
	margin-left: 221px;
}

#timeline li:nth-child(4) {
	margin-left: 30px;
}

#timeline li:nth-child(7) {
	margin-left: 70px;
}

.onze, .treze {
	margin: -18px 0 0 569px;
}

.treze {
	margin-left: 679px;
}

footer {
	border-top: 2px solid #f05133;
	padding: 65px 0 350px;
	margin-top: 100px;
}

footer > section:first-child {
	border-bottom: 2px solid #f05133;
}

.box_footer {
	width: 376px;
	margin: 0 auto;
	padding-bottom: 60px;
}

footer > section:first-child > .box_footer:first-child {
	padding-bottom: 120px;
}

.manual_bottom {
	padding-bottom: 0px;
}

h6, footer > section > p, .creditos {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

h6 {
	border-bottom: 1px solid #f05133;
	padding-bottom: 17px;
	margin-bottom: 27px;
}

#fordfoundation {
	margin: 85px auto 10px;
}

footer > section:last-child {
	border-top: 1px solid #dededf;
	font-size: 15px;
}

footer > section:last-child > div {
	padding-bottom: 10px;
}

.bottom_space {
	margin-bottom: 50px;
}

.creditos {
	font-size: 14px;
	text-align: right;
	padding-right: 100px;
}

#summary {
	margin: 100px 0 200px;
	padding: 25px 0;
}

#summary > ul > li {
	display: inline-block;
	margin: 25px 3px;
}

.back {
	margin: 100px 0;
	display: block;
}

.tooltip > div {
	font-weight: 300;
	z-index: 11;
	position: fixed;
	top: 100px;
	width: 850px;
	height: 360px;
	left: 50%;
	margin-left: -425px;
	overflow: hidden;
}

.tooltip span {
	display: block;
	padding: 50px;
}

.tooltip span > p {
	line-height: 180%;
    margin-bottom: 25px;
}

#modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.6;
	z-index: 10;
}

.inner_text {
	display: inline;
	text-decoration: underline;
}

#group_number {
	margin-left: 50px;
}

#group_number > p {
	font-weight: 700;
}