/* 
================================
BODY
================================
*/

body {
	background: #1d1d1d;

}

/* 
================================
UTIL
================================
*/

p {
	margin-bottom: 1.4em;
}

.wrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.clear { clear: both; }

.fixed {
	position: fixed;
	top: 0;
}

.relative {
	position: relative;
}

.fancybox-bg {
	background: rgba(0, 0, 0, 0.95) !important;
}

.center {
	text-align: center;
}

/* 
================================
HEADER
================================
*/

header {
	background: #ff6400;
	position: relative;
	padding-bottom: 60px;
}

header .title {
	width: 50%;
	float: left;
}

header .title img {
	width: 100%;
}

header .title span {
	display: block;
	border-left: 30px solid white;
	height: 150px;
	margin-bottom: 2.0em;
}

header .text {
	width: 40%;
	float: right;
	margin: 100px 0 40px;
}

header a.black {
	display: block;
	color: white;
	text-transform: uppercase;
	background: black;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 0.88em;
	font-weight: bold;
	margin-bottom: 10px;
	border: 2px solid black;
}

header a:hover.black {
	background: white;
	border-color: white;
	color: black;
}

header a.transparent {
	display: block;
	color: black;
	text-transform: uppercase;
	border: 2px solid black;
	padding: 8px 14px;
	text-decoration: none;
	font-size: 0.88em;
	font-weight: bold;
}

header a:hover.transparent {
	border-color: white;
	color: white;
}

/* 
================================
SECTIONS
================================
*/

#livro, #detalhe {
	margin: 60px auto;
}

#livro figure {
	width: 50%;
	float: left;
}

#livro .text {
	width: 44%;
	float: right;
}

#detalhe figure {
	width: 50%;
	float: right;
}

#detalhe .text {
	width: 44%;
	float: left;
}

#livro figure img, #detalhe figure img {
	width: 100%;
}

#livro .text, #detalhe .text {
	border-top: 10px solid #ff6400;
	padding-top: 40px;
}

#compra figure {
	width: 40%;
	float: left;
}

#compra img {
	width: 100%;
}

#compra .text {
	width: 50%;
	float: right;
	text-align: center;
}

#compra em {
	font-size: 1.33em;
	font-style: normal;
	font-weight: bold;
}

#compra .text a {
	background: #ff6400;
	color: #1d1d1d;
	display: block;
	padding: 8px 0;
	border: 2px solid #ff6400;
	text-decoration: none;
	text-align: center;
	font-size: 0.88em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#compra .text a:hover {
	background: transparent;
	color: #ff6400;
}

#sugestao {
	margin: 60px auto;
	border-top: 10px solid #ff6400;
	padding-top: 40px;
}

#sugestao h3 {
	font-size: 3em;
	line-height: 1.0em;
	display: block;
	margin-bottom: 40px;
	font-weight: 300;
}

#sugestao ul {
	background: white;
	color: #333;
	text-align: left;
}

#sugestao ul li {
	width: 33%;
	display: inline-block;
	padding: 30px 0;
	margin: 0 auto;
}

#sugestao ul li figure, #sugestao ul li .text {
	width: 60%;
	margin: 0 auto;
}

#sugestao ul li .text {
	text-align: center;
}

#sugestao ul li figure img {
	width: 100%;
}

#sugestao ul li em {
	font-style: normal;
}

#sugestao .text a {
	background: transparent;
	color: #ff6400;
	display: block;
	padding: 8px 0;
	border: 2px solid #ff6400;
	text-decoration: none;
	text-align: center;
	font-size: 0.88em;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

#sugestao .text a:hover {
	background: #ff6400;
	color: white;
}

#sugestao li:hover .text h4 {
	color: #ff6400;
}

/*
================================
PRODUTOS
================================
*/


/* 
================================
FOOTER
================================
*/

footer {
	background: white;
	padding: 60px 0;
	color: #333;
}

footer .container {
	float: left;
	margin: 0 2.5%;
	width: 45%;
}

footer a {
	color: #566cf5;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

/* 
================================
TYPOGRAPHY
================================
*/

body {
	font-family: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica', sans-serif;
	color: white;
	font-size: 18px;
	line-height: 1.4em;
}

header {
	font-size: 1.11em;
	line-height: 1.6em;
}

#livro .text, #detalhe .text {
	font-size: 1.22em;
	line-height: 1.6em;
	font-weight: 300;
}

#detalhe small {
	font-size: 0.77em;
	line-height: none;
}
footer {
	font-size: 0.77em;
	line-height: 1.4em;
}

/*
================================
MOBILE
================================
*/

@media only screen and (max-width: 980px) {
	.wrap {
		margin-left: 30px !important;
		margin-right: 30px !important;
	}
}

@media only screen and (max-width: 950px) {
	header .title {
		width: 60%;
		margin: 0 auto;
		float: none;
	}

	header .text {
		font-size: 80%;
		width: 60%;
		margin: 60px auto 20px;
		float: none;
	}

	footer .wrap {
		margin: 0px 40px;
	}

	footer .container {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

@media only screen and (max-width: 680px) {
	#livro figure, #detalhe figure {
		width: 100% !important;
		float: none;
	}
	
	#livro .text, #detalhe .text {
		width: 100% !important;
		float: none;
	}

	#detalhe figure {
		margin: 40px 0;
	}
}

@media only screen and (max-width: 380px) {
	header .title, header .text {
		width: 80%;
	}
}