* {
	outline:none;
}

html {
	font-size: 62.5%;
}

html, body {
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

a {
	display: block;
}

.issuuembed{

	margin: auto;

}

/* BOTÃO DE PRÓXIMO CAPÍTULO */

.proximoCapitulo {
	font-family: 'flamabold';
	font-size: 3.4rem;
	text-align: center;
	padding: 6rem 3rem;
	margin-top: 6rem;
	color: #FFFFFF;
	background: #e44386 url(../img/header-john.jpg) no-repeat center center fixed;
		opacity: 0.6;
}

.proximoCapitulo:hover {
	cursor: pointer;
	opacity: 1;
}

.proximoCapitulo span {
	display: block;
	font-size: 2rem;
	margin-top: 2rem;
}


/* HEADER */

#header {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #e44386;
	background: url(../img/header-john.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-image: url(../img/fake-header.jpg);
    */
}

#header h1 span {
	opacity: 1;
}

@media screen and (max-width: 700px) {
    #header {
        background-attachment: scroll;
    }
}

#header.brat {
	background: url(../img/header-brat-pack-2.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* barra no topo */

#abrirMenu {
	position: fixed;
	right: 1.2rem;
	line-height: 56px;
	margin-left: 1rem;
	font-size: 3rem;
	height: 45px;
	text-transform: uppercase;
	opacity: 1;
	color: #fff;
}
/*
#abrirMenu:hover {
	opacity: 0.6;
	cursor: pointer;
}
*/

/* deixa a navegação escondida no início */

#nav {
	display: none;
}

/* classes para ajustes */

.display {
	display: block !important;
}

.inativo {
	display: none;
}

.ativo {
	opacity: 1 !important;
	/*display: block !important;*/
}

/* ajuste scroll mobile */

.setaWrap {
	right: 0 !important;
  	padding: 0 !important;
  	-webkit-transform: none !important;
  	transform: none !important;
  	overflow: hidden !important;
  	top: 0 !important;
  	pointer-events: none;
}

/* troca o ícone do menu no clique */

.troca:before {
  content: "\f00d" !important;
}

/* accordion */

.st-accordion ul li > a span {
background: transparent url(../img/down.png) no-repeat center center;
}

#accordion-wrap {
    width: 90%;
    max-width: 700px;
    margin: 30px auto;
}

.st-accordion ul li > a {
    font-family: 'flamabold';
    text-transform: uppercase;
    font-size: 2rem;
    color: #222;
}

.st-content p {
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
    font-family: 'flamabook';
}

.st-accordion ul li > a:hover {
    color: #888888;
}

.st-accordion ul li.st-open > a {
    color: #888888;
}

.st-accordion ul li {
    border-bottom: 1px solid #D0D0D0;
}

section.accordion {
    background: #f5f5f5;
    margin: 6rem auto;
    padding: 6rem 0rem 8rem;
    -webkit-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 21px 1px rgba(0,0,0,0.1);
    position: relative;
}


a.trailer {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    margin-top: 36px;
    background: #e44386;
    display: inline-block;
    padding: 0 18px;
    line-height: 52px;
    height: 48px;
		color:#FFFFFF;
		border-radius: 0.5rem;
}

a.trailer span {
	margin-right: 4px;
	transition: margin .3s;
}

a.trailer:hover span {
	margin-right: 12px;
}

@media all and (max-width: 480px) {
	p, .sinopse, .diretor, .participantes, .st-accordion ul li > a {
	    font-size: 1.4rem !important;
	}
	.nome-filme {
		font-size: 3rem !important;
	}
	a.trailer {
	    text-transform: uppercase;
	    font-size: 12px;
	}
}
