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

body, html {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	height: 100%;
	margin:0;
	padding:0;
	background-color: white;

}
img.width25{
	width:25% !important;
}
img.width30{
	width:33% !important;
}
img.width50{
	width:50% !important;
}
img.width60{
	width:60% !important;
}
img.width80{
	width:80% !important;
}

a.downloadlink{
	color:yellow !important;
}
a.downloadlink:hover{
	color:gray !important;
}
a.downloadlink:visited{
	color:goldenrod !important;
}

ul.three li{
	width:33% !important;
}
ul.two li{
	width:50% !important;
}
ul.one li{
	width:100% !important;
}
input {
	width:300px;
	font-size:16px;
}
#bg{
	min-height:100%;
	background-color: transparent;
	/*background-image: url(ckc_bg_1818x978b.jpg);*/
	/*background-color: black;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	/*overflow:hidden;*/
	background-attachment: fixed;
}
#bookshelf{
	width:100%;
	padding:40px 0;
	
	background-color:black;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	overflow:hidden;
}
.book-single{
	width:80%;
	margin:0 auto;
	padding-top:40px;
}
.book-content{
	width:60%;
	/*
	float:left;
	margin-left:40%;	/* if using fixed sidebar, left margin should be 40% */
}
.book-content h1{
	color:whitesmoke;
	font-size:60px;
	margin-top:0;
	
}
.book-content h2{
	color:white;
	text-transform:uppercase;
	margin-bottom:0;
}
h1.book-content-alt{
	margin-top:revert;
	margin-bottom:0;
	margin-top:0;
}
h2.book-content-alt{
	margin-top:0;
	margin-bottom:revert;	
}
.book-content p{
	margin-bottom:25px;
}
.book-price{
	color:white;
	line-height:3em;
	font-weight:bold;
	padding:0 10px;
}
img.book-image{
	-webkit-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 20px 4px rgba(0,0,0,0.4);
}
.textgold{
	color:gold;
}
#book-sidebar{
	width:30%;
	/*float:left;*/
	text-align:center;
	
	position: fixed; /* if used, kill float */
	
}
#footer{
	margin:0 auto;
	padding-bottom:10px;
	font-size:smaller;
	width:100%;
	padding-top:20px;
	text-align:center;	
}
#footer a, a.book-link, a.chapt-link{
	text-decoration:none;
	color:#333;
	text-transform:uppercase;
	font-weight:bold;
}
#footer p{
	color:#000;
}
a.chapt-link{
	color:white;
	line-height:3em;
}
#footer a:hover, a.chapt-link:hover{
	/*background:gold;*/
	color:#999;
	text-decoration:underline;
}
 a.chapt-link:hover{
	/*background:gold;*/
	color:gold;
	text-decoration:underline;
}
#header, #header-alt{
	/*height:415px;*/
	/*background-color:white;*/
	background-color:transparent;
	/*background-color:black;*/
	text-align:center;
	/*opacity:0.8;*/
	padding:15px 0;
	
	/*background-image: url(ckc_bg_1818x978b.jpg);*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#header ul, #header-alt ul{
	padding:0;
}
#header ul li, #header-alt ul li, ul.three li, ul.two li, ul.one li{
	display:inline-block;
	float:left;
	width:25%;
	font-weight:bold;
}

.bookreview{
}
.bookreviewstars{
	display:inline-block;
	width:95px;
	height:17px;
	/*background: transparent url(star_38.png) repeat top left;*/
	background: transparent url(amazon-stars.png) no-repeat top left;
}
p, .bookreview p{
	color:white;
	/*font-weight:bold;*/
	font-size: 18px;
	margin: 0.5em 0;
	line-height:1.4em;
}
.about h2, .about p{
	color:slategray;
}
.about p{
	
}
.about{
	padding-bottom:2em;
}
#book-content h1{
	color:whitesmoke;
	font-size:60px;
	margin-top:0;
	
}
.parallax { 		
	/* Set a specific height */
	min-height: 400px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding:20px;
	
	position:relative;
}
#img00{
	margin-top:40px;
	background-attachment:scroll;
	background-position:top center;
	background-size:contain;
}

#img_book_atm1{	background-position:top center; background-image: url("cover_atm1_dark.jpg"); }
#img_book_ckc1{	background-image: url("cover_ckc1_dark.jpg"); }
#img_book_ckc2{	background-image: url("cover_ckc2_dark.jpg"); }
#img_book_ckc3{	background-image: url("cover_ckc3_dark.jpg"); }
#img_book_ckc4{ background-image: url("cover_ckc4_dark.jpg"); }

.img_ins_center{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background-color:red;
	color:white;
	font-weight:bold;		
	font-size:36px;
	padding:10px;
}
a.homelink{
	width:100%;
	height:400px;
	text-decoration:none;
	color:white;		
}
a.homelink:hover{
	
}

#menu{		
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	z-index:3;
	
	background:#555A75;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	
	font-size:16px;
	font-weight:bold;
	color:white;
}
.menu-left, .menu-right{
	height:50px;
	/*padding-top:10px;*/
	margin-top:-10px;
}
.menu-left a, .menu-right a{
	color:white;
	text-decoration: none;
}
.menu-right a{
	display:inline-block;
	height:50px;
	padding-right:10px;
}
.menu-right a:hover{
	background-color:red;
}
.menu-left{
	float:left;
	margin-left:5%;
	/*padding-top:10px;*/
	/*margin-top:6px;*/
	z-index:1;
	width:300px;
	overflow:hidden;
	display:inline-block;		
}
.menu-right{
	float:right;
	/*margin-right:5px;*/
	width:160px;
}
.menu-left img, .menu-right img{
	vertical-align:middle;
}
#submenu{
	width:100%;
	/*height:50px;*/
	z-index:3;
	
	background:#555A75;
	-webkit-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 3px 10px 0px rgba(0,0,0,0.75);
	
	font-size:16px;
	font-weight:bold;
	color:white;
}
.subdiv{
	float:left;
	width:140px;
    display: block;
    text-transform: uppercase;
    text-align: center;
	font-size:18px;
	/*border-right:1px solid white;*/
}
.subdiv a{
	display:inline-block;
	width:100%;
	/*height:50px;*/
	color:white;
	overflow:hidden;
	text-decoration:none;
    padding-top: 15px;
    padding-bottom: 13px;
	margin-bottom: -5px;
}
.subdiv a:hover{
	/*color:red;*/
	/*text-decoration:none;*/
	background-color:red;
}

.content{
	/*width:800px;*/
	width:70%;
	margin:10px auto;
}
.content p{
	/*text-indent:20px;*/
	font-size:18px;
}
.textcenter{
	text-align:center;
}

.accordion{
	width:100%;
	color:white;
	background-color:red;	
	margin:0 auto;
	text-align:center;
	font-size:36px;
	padding:10px;
	border:2px solid white;
}
.partners{
	width:30%;
	margin-left:2%;
}
.clearfloat{
	clear:both;
}
.nomargincenter{
	margin:0 auto;
}
.errors{
	color:red;
	font-size:16px;
	font-weight:bold;
}
.report{
	color:green;
	font-size:16px;
	font-weight:bold;
}
.title, .sub-title{
	text-align:center;
	font-size: 52px;
	/*text-transform:capitalize;*/
	font-weight:bold;
	text-shadow:5px 5px 8px black;
	text-transform:uppercase;
	margin-top:0px;
	margin-bottom:0px;
	color:whitesmoke;
}
.sub-title{
	font-size: 24px;
	text-transform:uppercase;
	letter-spacing:12px;
	margin-bottom:-8px;
	text-shadow:3px 3px 5px black;
	
}
/* FORM ELEMENTS */
#formholder{
	/*text-align:center;*/
}
.formlabel{
	/*
	float:left;
	width:45%;
	text-align:right;
	display:inline-block;
	*/
	font-size:16px;
}
.formlabelmath, .forminputmath{
	float:left;
	width:50%;
	text-align:right;
}
.forminputmath{
	text-align:left;
}
.forminputmath select{
	width:50px;
	height:30px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
}

.forminput{
	/*
	float:left;
	width:45%;
	text-align:left;
	padding-left:10px;
	display:inline-block;
	*/
}
.forminput input{
	width:400px;
	height:30px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
}
.formcheckbox{
	margin:0 auto;
	width:450px;
	height:30px;
	font-size:larger;
 }
.formcheckbox input{
	width:50px;
	height:30px;
	float:left;
	font-size:larger;
}
.formcheckbox p{
	/*width:450px;*/
	float:left;
	text-align:left;
}
.forminput select{
	height:30px;
	font-size:larger;
}
.forminput textarea{
	width:400px;
	/*
	color:white;
	background-color:navy;
	*/
	border:1px solid gray;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;
}
.forminput button{
	height:30px;
	width:200px;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;
}
.formselect{	
	width:400px;
	font-size:larger;
	font-family: 'Open Sans', sans-serif;	
}

@media only screen and (max-width: 1200px){
}
@media only screen and (max-width: 952px){
}
@media only screen and (max-width: 800px){
	.title{
		font-size:40px;
		margin-top:10px;
		text-shadow:4px 4px 6px black;
	}
	.book-image{
		width:100%;
	}
	h1.book-content-alt, 
	h1.book-content-alt{
		font-size:40px;
		margin-bottom:10px;
	}	
	img.width25{
		width:100% !important;
	}
	.book-price{
		display:inline-block;
	}
	a.chapt-link{
		height:50px;
		overflow:hidden;
		display:inline-block;
	}
}

@media only screen and (max-width: 480px){
	
}