/*
---------------------------------------------
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, 
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
	
body {
	line-height: 1;}
	
ul {
	list-style: none;}
	
ol li {
	padding-bottom: 10px;}
		
ol {margin-left: 25px}

blockquote, q {
	quotes: none;}
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;}
	
table {
	border-collapse: collapse;
	border-spacing: 0;}
	
img, object, embed {max-width: 100%; border: 0}

.clearfix:after { 
	   content: "."; 
	   visibility: hidden; 
	   display: block; 
	   height: 0; 
	   clear: both;}

.img-left {
	float: left;
	margin: 0 10px 50px 0;
	padding: 5px;}
	
.img-right {
	float: right;
	margin: 0 10px 50px 50px;
	padding: 5px;}

.img-border {
	border: 1px solid #ccc;
	border-radius: 4px;}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dashed #ccc;
	margin: 25px 0;
	padding: 0;}
	
		   
	   	   
/*
---------------------------------------------
Main Styles
---------------------------------------------
*/


.roboto-slab-bohen {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;}

h1 a {
	font-family: "Roboto Slab", serif;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #e6eee3;
	text-decoration: none;
	display: inline-block}
	
h1 a:hover {
	transition: all  0.3s ease;
	color: #d4ded0}

h2 {
	font-family: "Roboto Slab", serif;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px}
	
h3 {
	font-family: "Roboto Slab", serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px}

.external {
	color: #000!important;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);}

html {
	-webkit-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	height: 100%;}
	
body {
	font-size: 14px;
	line-height: 1.4;
	font-family: Georgia, "times new roman", times, serif;
	font-weight: normal;
	background: #e6eee3;
	height: 100%;}
	
.site {
	min-height: 100%;
	position: relative;}

.global {float: right}
	
.global ul li {float: left}
		
.global ul li a {
	text-decoration: none;
	color: #fff;
	padding: 0 40px;
	font-size: 16px;
	font-weight: normal;
	display: inline-block;}
		
.global ul li a:hover {
	transition: all  0.3s ease;
	color: #aab4a7}
		
.global ul li a:first-child {padding-left: 0}
		

.header {
	background: url(../img/bg.jpg) no-repeat center top;
	background-color: #111;
	margin:0;
	padding: 0;
	min-height: 150px;
	color: #e6eee3;
	font-family: "Roboto Slab", arial, san serif; }

#wrapper {
	margin: 0 auto;
	max-width: 1100px;
	padding-top: 50px;
	position: relative}

.container {
	margin: 0 auto;
	max-width: 990px;}

#content {
	padding: 50px 20px;
	font-size: 15px;
	padding-bottom: 150px;}	

#content em, em {
	font-style: italic;}

.book .book-quote strong {
	font-weight: 700;
	font-size: 16px}

#content strong {
	font-weight: 700;}
	
#content p {
	padding-bottom: 10px;}

#content a {color: #354188;}
	
.book {
	margin: 10px;
	width: 300px;
	float: left;}


.book img {
	transition: 1s ease;}
	
.book img:hover{
	transform: scale(1.1);
	transition: 1s ease;}	
		
.book img {padding: 0 30px 15px 30px}
		
.book strong {
	font-weight: 700;
	font-size: 18px}	
		
.books-inner {
	display: inline-block;
	margin-top: 50px}
	
footer {
	  position: absolute;
	  bottom: 25px;
	  left: 0;
	  font-weight: 500;
	  width: 100%;
	  font-family: "Roboto Slab", arial, san serif;
	  text-align: center;}

.chapters {line-height: 26px}

.button, #content a.button {
  background-color: #453d37; 
  color: #fff;
  border: none;
  padding: 12px 24px;
  margin-top: 10px;
  font-family: "Roboto Slab", arial, san serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;}

.button:hover, #content a.button:hover {
  background-color:#231e1a;}

.media li {margin-bottom: 20px}
/*
---------------------------------------------
Homepage
---------------------------------------------
*/
		
.header-home {
	background: url(../img/bg.jpg) no-repeat center top;
	background-color: #111;
	margin:0;
	padding: 0;
	min-height: 500px;
	color: #e6eee3;
	font-family: "Roboto Slab", arial, san serif; }
			
#wrapper-home {
	margin: 0 auto;
	max-width: 1100px;
	padding-top: 87px;
	position: relative}	
	
.text-head {
	padding: 0 360px 0 60px}

.text-head p {font-size: 16px}

#content-home {
	text-align: center;
	font-family: "Roboto Slab", arial, san serif;
	padding-bottom: 150px }

.home-books {
	display: inline-block;
	margin-top: -200px}




/*
---------------------------------------------
Top Nav
---------------------------------------------
*/
	
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(../img/ui.totop.png) no-repeat left top;}
	
#toTopHover {
	background:url(../img/ui.totop.png) no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);}
	
#toTop:active, #toTop:focus {outline:none;}



/*
---------------------------------------------
Media @ 900px
---------------------------------------------
*/
  
  
@media screen and (max-width: 900px) {

#wrapper-home, #wrapper {padding: 30px 30px}

#content {padding: 30px 30px 150px 30px}

.text-head {padding: 0}
	  
.global {
	float: none;
	margin-bottom: 40px;}

}



/*
 ---------------------------------------------
Media @ 650px
---------------------------------------------
	*/
	  
	  
@media screen and (max-width: 650px) {
		
.book {
	float: none;
	margin-bottom: 60px;}

.home-books {margin-top: -220px}

.global ul li a {
	padding-right:22px;
	font-size: 14px}

.img-left, .img-right {float: none}

#wrapper-home, #wrapper {
	padding: 30px 20px;}

}
			  
