@charset "UTF-8";
/* CSS Document */

/* ==========================================================================
   General
   ========================================================================== */
body, html {
	font-family: 'Gentium Book Basic', Georgia, serif;
	background-color: #f1f1f1;
	font-weight: 400;
	height: 100%;
	color: #555;
	padding-right: 0 !important;
	padding-left: 0 !important;}

a {
	color: #ee2e2d;
}
a:hover {
	color: #a11f1f;
	text-decoration: none;}

.fadeHover:hover {
	opacity: .75;}

.btn {
	height: 40px;
}

.btnShift {
	padding-top: 10px;
}

.pushDown {
	padding-bottom: 40px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 40px;
	padding-left: 15px;
	padding-right: 15px;
}

hr.dark {
	margin-top: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff
}

.icon-chevron-right{
	padding-left: 10px;
	font-size: 12px;
}

/* ==========================================================================
   Header Links
   ========================================================================== */

#links {
	padding: 20px 0;
}

.links {
	font-size: 1.4em;
	text-align: center;
}

.links a {
	color: #bbb !important;
}

.links a:hover {
	color: #fff;
}
	
/* ==========================================================================
   Top Section
   ========================================================================== */
	
#cover {
	min-height: 100%;
	position: relative;
	background: #45494d url(../img/bg5.jpg) no-repeat center center;
	background-size: cover;}

#cover a {
	color: white;}
	
.title {
	color: white;
	font-size: 4em;
	font-weight: 800;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 60px;}

.subtitle {
	color: white;
	font-size: 2.2em;
	font-weight: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 20px;}
	
.subtitle span {
	font-family: 'Gentium Book Basic', Georgia, serif;
	font-style: italic;
	font-weight: 400;}

.author {
	color: white;
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	padding-top: 20px;}

.author span {
	font-family: 'Gentium Book Basic', Georgia, serif;
	font-style: italic;
	font-weight: 400;}

.description {
	color: white;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 300;
	padding-top: 60px;
	padding-bottom: 40px;
	/*text-shadow: 0 1px 2px black;*/}

.description p {
	padding-bottom: 10px;}
	
.descriptionBG {
	margin-top: 20px;
	background-color: rgba(0,0,0,.5);
	border-radius: 3px;}
	
#scroller {
	position: relative;
	display: block;
	bottom: 0px;
	width: 100%;
	text-align: center;
	font-size: 60px;
	padding-top: 20px;
	padding-bottom: 40px;}

/* ==========================================================================
   Praise Section
   ========================================================================== */
   
.praise {
	padding-top: 80px;
	padding-bottom: 60px;
	background-color: #f5f5f5;}

.praiser {
	color: #ee2e2d;
	text-align: right;
}

.featuredquote {
	font-size:160%;
	line-height: 130%;
	text-align:center;
	padding-top:40px;
	font-style:italic;
}

/* ==========================================================================
   Connect Section
   ========================================================================== */
   
.connect {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #f5f5f5;}
	
.connect h2 {
	color: #555;
	font-family: 'Gentium Book Basic', Georgia, serif;}


/* ==========================================================================
   Buy Section
   ========================================================================== */
   
.buy {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #fff;}
	
.buy h2 {
	color: #555;
	font-family: 'Gentium Book Basic', Georgia, serif;}

.preorder {
	padding-top: 20px;
}

.preorder-push {
	padding-top: 30px;
}

.smallbook {
	padding-top: 14px;
}


/* ==========================================================================
   Learn More Section
   ========================================================================== */
   
.learnMore {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fff;}
	
.learnMore h2 {
	color: #555;
	font-family: 'Gentium Book Basic', Georgia, serif;}
	

/* ==========================================================================
   Animations
   ========================================================================== */

.fadein {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-delay:.2s;
	-moz-animation-delay:.2s;
	-o-animation-delay:.2s;
	animation-delay:.2s;}
	
.fadein_delay1 {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-delay:1s;
	-moz-animation-delay:1s;
	-o-animation-delay:1s;
	animation-delay:1s;}

.fadein_delay2 {
	opacity:0;
	-webkit-animation:fadeIn ease-in 1;
	-moz-animation:fadeIn ease-in 1;
	-o-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;
	-moz-animation-fill-mode:forwards;
	-o-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	-o-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;}
	
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-o-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

/* ==========================================================================
   Responsive Customizations
   ========================================================================== */

@media (min-width: 980px) {
	.social{padding-top: 20px;}
}

@media (max-width: 1200px) {
	.smallbook {padding-top: 12px;}
}

@media (max-width: 979px) {
.title {
	font-size: 3em;
	padding-top: 40px;}

.subtitle {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;}

.author {
	font-size: 1.3em;
	line-height: 1.4em;
	padding-top: 20px;}

.description {
	font-size: 1em;
	padding-top: 60px;
	line-height: 1.2em;}

.connect {
	padding: 60px 20px 60px 20px;}

.buy {
	padding: 60px 20px 40px 20px;}

.learnMore {
	padding: 60px 20px 60px 20px;}

.preorder {
	padding-top: 60px;
}

.smallbook {
	padding-top: 10px;
}

.btn {
	margin-bottom: 20px;}
}

@media (max-width: 767px) {
h2 {
	text-align: center;
}

.description {
	padding-left: 20px;
	padding-right: 20px;}

.descriptionBG {
	border-radius: 0px !important;}

.preorder {
	display: none;}
}

.praise{
	padding-left: 20px;
	padding-right: 20px;
}

.featuredquote {
	font-size:120%;
	line-height: 110%;
}

@media (max-width: 480px) {
.title {
	font-size: 2em;
	padding: 30px 40px 0 40px;}
	
.description {
	font-size: 1.2em;
	line-height: 1.3em;}

.bookstore {
	padding: 0 40px 0 40px;}

}