/* CSS Document */

/* RESET =============================================================================  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}
.clear {clear:both;}

.cf {
  display: block;
  overflow: hidden;
  clear: both;
  }

.ir {text-indent: -9000px; display: block; overflow: hidden;}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

/* ==  stop body from scrolling when modal open  == */
.scroll-lock {overflow: hidden;}


/*  IMPORT FONTS  ============================================================================= */

@font-face {
    font-family: 'TrajanPro';
    src: url('../fonts/TrajanPro3-Regular.eot');
    src: url('../fonts/TrajanPro3-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TrajanPro3-Regular.woff') format('woff'),
         url('../fonts/TrajanPro3-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Blacksword';
    src: url('../fonts/Blacksword.eot');
    src: url('../fonts/Blacksword.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Blacksword.woff') format('woff'),
         url('../fonts/Blacksword.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

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


body {color:#fff;font-family: Arial, Verdana, Helvetica, sans-serif; background: #000;}

h1 {font-weight:normal; font-family: Blacksword, Georgia, Times, serif;}
h2, h3, h4, h5, h6 {font-weight:normal; font-family: TrajanPro, Georgia, Times, serif;}

h1 {margin-bottom: 10px; color: #ffde9d; text-align:center; font-size: 4em;
background: -webkit-gradient(linear, left top, left bottom, from(#ffde9d), to(#d28b00));
 background: -webkit-linear-gradient(top, #ffde9d, #d28b00);
 background: -moz-linear-gradient(top, #ffde9d, #d28b00);
 background: -ms-linear-gradient(top, #ffde9d, #d28b00);
 background: -o-linear-gradient(top, #ffde9d, #d28b00);
 background: linear-gradient(to bottom, #ffde9d, #d28b00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffde9d, endColorstr=#d28b00);
 -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
h2 {margin-bottom: 10px; color: #ffde9d; font-size: 2em; text-transform: uppercase; text-align: center;}
h3 {font-size:1.5em; color: #ffde9d; margin-bottom: 10px; }
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}


p {margin:0; padding: 0 0 1.2em; font-size: 0.95em; text-align:justify;}


a {color: #ffde9d; text-decoration:none; font-weight: bold;}
a:focus, a:hover {color:#d28b00;}

a.button, button.button, submit, #home-newsletter #mc_embed_signup .button, #left-newsletter #mc_embed_signup .button, .blog #left-menu #mc_embed_signup .button, #main-content form .button {
border:1px solid #eab54e; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 15px 10px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
background-color: #fbcc70; background-image: -webkit-gradient(linear, left top, left bottom, from(#fbcc70), to(#c48200));
 background-image: -webkit-linear-gradient(top, #fbcc70, #c48200);
 background-image: -moz-linear-gradient(top, #fbcc70, #c48200);
 background-image: -ms-linear-gradient(top, #fbcc70, #c48200);
 background-image: -o-linear-gradient(top, #fbcc70, #c48200);
 background-image: linear-gradient(to bottom, #fbcc70, #c48200);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#fbcc70, endColorstr=#c48200);
}

a.button:hover, button.button:hover, submit:hover, #home-newsletter #mc_embed_signup .button:hover, #left-newsletter #mc_embed_signup .button:hover, .blog #left-menu #mc_embed_signup .button:hover, #main-content form .button:hover {
 border:1px solid #eab54e;
 background-color: #e9b755; background-image: -webkit-gradient(linear, left top, left bottom, from(#e9b755), to(#a46d00));
 background-image: -webkit-linear-gradient(top, #e9b755, #a46d00);
 background-image: -moz-linear-gradient(top, #e9b755, #a46d00);
 background-image: -ms-linear-gradient(top, #e9b755, #a46d00);
 background-image: -o-linear-gradient(top, #e9b755, #a46d00);
 background-image: linear-gradient(to bottom, #e9b755, #a46d00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e9b755, endColorstr=#a46d00);
}

button.button {cursor: pointer;}

p.moreseries a.button {
border:1px solid #4892c1; -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:13px;font-family:arial, helvetica, sans-serif; padding: 10px 15px 10px 15px; text-decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #72b1cf; background-image: -webkit-gradient(linear, left top, left bottom, from(#72b1cf), to(#337b99));
 background-image: -webkit-linear-gradient(top, #72b1cf, #337b99);
 background-image: -moz-linear-gradient(top, #72b1cf, #337b99);
 background-image: -ms-linear-gradient(top, #72b1cf, #337b99);
 background-image: -o-linear-gradient(top, #72b1cf, #337b99);
 background-image: linear-gradient(to bottom, #72b1cf, #337b99);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#72b1cf, endColorstr=#337b99);
}

p.moreseries a.button:hover {
 border:1px solid #387fa3;
 background-color: #4387a7; background-image: -webkit-gradient(linear, left top, left bottom, from(#4387a7), to(#265973));
 background-image: -webkit-linear-gradient(top, #4387a7, #265973);
 background-image: -moz-linear-gradient(top, #4387a7, #265973);
 background-image: -ms-linear-gradient(top, #4387a7, #265973);
 background-image: -o-linear-gradient(top, #4387a7, #265973);
 background-image: linear-gradient(to bottom, #4387a7, #265973);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#4387a7, endColorstr=#265973);
}


blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}

li ul, li ol {margin:0;}
ul, ol {margin:0 1.5em 1.5em 0;padding-left:3.333em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
ul li {
	margin: 0;
	padding: 0;
	}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input[type=email], input.text, input.email, input.title, textarea, select {background-color:#fff;border:1px solid #bbb; font-family: Arial, Verdana, Helvetica, sans-serif;}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input.text:focus, input.email:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=email], input[type=password], input.text,  input.email, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:1px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:200px;padding:1px; font-size: inherit;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



.container {
  clear: both;
			width: 790px;
			margin: 0 auto;
			padding: 0 10px 10px 10px;
			position: relative;
			color: #fff;
      background-color: #222;
  }

  img {
  position: relative;
  max-width: 100%;
  margin: 0;
  display:block;
    }

.header-desktop {display: block;}
.header-mobile {display: none;}

#page-body { padding: 15px 0px}

#header { z-index: 900; word-wrap:break-word !important;}

#footer {background-color: #666; padding: 10px;}
#footer p {text-align: center; color: #fff; padding: 10px 0; font-size: 0.8em;}

/* Giving a background-color to the nav container. */
nav { 
	margin:0;
	padding: 0;
	background-color: #ffde9d; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde9d), to(#d28b00));
 background-image: -webkit-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -moz-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -ms-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -o-linear-gradient(top, #ffde9d, #d28b00);
 background-image: linear-gradient(to bottom, #ffde9d, #d28b00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffde9d, endColorstr=#d28b00);

    z-index: 909; 
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
	content:"";
	display:table;
	clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
   z-index: 919; 
	}
	
nav ul.menu {margin: 0 auto; max-width: 690px;}
 
/* Positioning the navigation items inline */
nav ul li {
	margin: 0px;
	display:inline-block;
	float: left;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffde9d), to(#d28b00));
 background-image: -webkit-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -moz-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -ms-linear-gradient(top, #ffde9d, #d28b00);
 background-image: -o-linear-gradient(top, #ffde9d, #d28b00);
 background-image: linear-gradient(to bottom, #ffde9d, #d28b00);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffde9d, endColorstr=#d28b00);

	} 



/* Styling the links */
nav a {
	display:block;
	padding: 15px 10px;	
	color:#081324;
	font-size:15px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}

nav a:focus, nav a:hover {
	color:#000;
}

nav label {
	padding: 15px 10px;	
	color:#081324;
	font-size:14px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}

nav ul ul li a {
	padding: 5px 10px;	
	font-size:13px;
	text-decoration:none;
  font-family: TrajanPro, Georgia, Times, serif;
  text-transform: uppercase;
}




/* Background color change on Hover */
nav a:hover { 
	background-color: #d28b00; background-image: -webkit-gradient(linear, left top, left bottom, from(#d28b00), to(#ffde9d));
 background-image: -webkit-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -moz-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -ms-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -o-linear-gradient(top, #d28b00, #ffde9d);
 background-image: linear-gradient(to bottom, #d28b00, #ffde9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d28b00, endColorstr=#ffde9d);

}

nav li a.active { background-color: #d28b00; background-image: -webkit-gradient(linear, left top, left bottom, from(#d28b00), to(#ffde9d));
 background-image: -webkit-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -moz-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -ms-linear-gradient(top, #d28b00, #ffde9d);
 background-image: -o-linear-gradient(top, #d28b00, #ffde9d);
 background-image: linear-gradient(to bottom, #d28b00, #ffde9d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d28b00, endColorstr=#ffde9d); color:#000;}

nav ul ul li a:hover { 
	background-color: #666; 
  color: #fff;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute; 
	/* has to be the same number as the "line-height" of "nav a" */
	top: 50px; 
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* First Tier Dropdown */
nav ul ul li {
	max-width:280px;
	float:none;
	display:list-item;
	position: relative;
  background: #333333;
}

nav ul ul li:hover { background: #666; }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
	position: relative;
	top:-60px;
	/* has to be the same number as the "width" of "nav ul ul li" */ 
	left:170px; 
}

	
/* Change ' +' in order to change the Dropdown symbol */
/* li > a:after { content:  ' +'; } */
/* li > a:only-child:after { content: ''; } */


.toggle,
[id^=drop] {
	display: none;
}







/*  HOMEPAGE  ============================================================================= */


.homepage h2, #left-menu h2, .book-page #book-extras h2, .book-page #book-espot-fullwidth h2, .series #main-content h2, .bonus-material #main-content h2, .book-category-series #main-content h2, .offers #main-content h2, .wip #main-content h2, .contact #main-content h2 {
	border-top: 2px solid #ffde9d; 
	border-bottom: 2px solid #d28b00; 
	text-align: center; 
	padding-top: 3px;	
	background-color: #091425;
	}

.homepage h3 a {font-weight: normal;}


#page-body #home-top-left #latest-release p.series-link,
#page-body #main-content p.series-link {
	text-align:center;
	font-size: 0.9em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 0 10px;
  color: #ad7300;
	}
  
p.series-link a {
  color: #ad7300;
  font-weight: normal;
  }

#page-body #home-top-left #latest-release-left img, #page-body #home-bottom-right .featured-banner img  { margin: 0 auto;}



ul#contact-list {
	padding: 0;
	}

ul#contact-list li {
	float: left;
	padding: 0 8px 8px 0;
	}

ul#contact-list li a {
	display: block;
	}

#home-newsletter p, #home-newsletter label, #left-newsletter p, #left-newsletter label {font-size: 0.8em;}

#home-newsletter #mc_embed_signup .button, #left-newsletter #mc_embed_signup .button {height: auto; line-height:normal;}


p.date {
  color: #ccc;
  font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
	padding: 10px 0 3px 20px;
  margin: 0;
  }


#home-news p.date,
#home-blog p.date,
#home-content p.date,
#page-body .news #main-content p.date {
  color: #996600;
  font-size: 0.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
  font-weight: bold;
	padding: 0 0 3px 0;
  margin: 0;
  }

#home-news h3, #home-content h3 {line-height: normal; font-size: 1.1em; color: #660033;}
#home-news p, #home-content p {color: #3f5972; text-align: justify; padding-right: 10px; font-size: 0.8em;}
#home-news p a, #home-content p a {color: #3f5972;}
#home-news p a:hover, #home-content p a:hover {color: #333;}

#home-news p.morenews a, #home-news p.morenews a:hover {color: #fff;}

#home-blog p.comment-num {
  color: #3f5972;
  font-size: 0.8em;
	padding: 0 0 15px 0;
  margin: 0;
  }

#home-blog .post-title {font-family: TrajanPro, Georgia, Times, serif; line-height: normal; text-align: left; padding: 0;}

.lr-pad-20 {padding: 0 20px;}
.all-pad-10 {padding: 10px;}

.responsive, .responsive-series, .responsive-bonus, .responsive-releases {margin: 0 30px;}



.responsive-series .col, .reponsive-series .col:first-child, .responsive-bonus .col, .reponsive-bonus .col:first-child, .responsive-releases .col, .reponsive-releases .col:first-child {margin: 0;}

#home-recent-books h3, #left-recent-releases h3, #left-coming-soon h3 {text-align: center; font-size: 1.1em; margin: 10px 0; line-height: normal;}
#home-recent-books img {margin:auto;}

#home-recent-books p.readmore a, #left-recent-releases p.readmore a, #series-books p.readmore a, #bonus-material-left p.readmore a, .four-books-150 p.readmore a, #series-extras p.readmore a {margin:auto; max-width: 90px; display: block; text-transform: uppercase; text-align: center;}

#home-connect, #home-blog, #home-content {padding-bottom: 15px;}

#home-bottom-right .featured-banner {padding-bottom: 15px;}

#home-bottom-right h3 {text-align: center;}

#home-bottom-right .moreseries {float: right; margin-top: 10px;}

#home-bottom-right .responsive-series img, #left-recent-releases .responsive-releases img, #bonus-material-left #character-book img, .four-books-150 img {margin: 0 auto;}



/* MAIN PAGES LEFT COLUMN ====================================================================== */

#left-connect, #left-series-espot, #left-recent-releases, #left-coming-soon, #left-romancebooks {padding-bottom: 25px;}

#left-recent-releases h3 a, #left-coming-soon h3 a {font-weight: normal;}


/* Coming Soon Countdown */

/* jQuery Countdown styles */
.hasCountdown {
	overflow: hidden;
	clear: both;
	margin-top: 6px;
}
.countdown_row {
	clear: both;
	text-align: center;
}

.countdown_show4 .countdown_section {
	width: 23%;
  margin-right: 2%;
}

.countdown_section {
	float: left;
	text-transform: uppercase;
	text-align: center;
  font-size: 0.7em;
}

.countdown_amount {

	color: #fff;
	display: block;
	clear: both;
   border:1px solid #666;
   
   -webkit-border-radius: 5px; 
   -moz-border-radius: 5px;
   border-radius: 5px;
   font-size:26px;
   font-family:arial, helvetica, sans-serif; 
   text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
   font-weight:bold; 
  padding: 8px 0px;
  
 background-color: #000;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#000));
 background-image: -webkit-linear-gradient(top, #555, #000);
 background-image: -moz-linear-gradient(top, #555, #000);
 background-image: -ms-linear-gradient(top, #555, #000);
 background-image: -o-linear-gradient(top, #555, #000);
 background-image: linear-gradient(to bottom, #555, #000);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#555, endColorstr=#000);
}



.countdown_type {
	display: block;
	clear: both;
  margin: 0;
  padding: 0;
}

.countdown_descr {
    font-family: TrajanPro, Georgia, Times, serif;
   text-transform:uppercase;
   color: #990066;
   font-size: 19px;
   font-weight:bold; 
  margin: 7px 0 10px;

}


/* BOOK PAGES ====================================================================== */


ul.ebook-distributors li {
	float: left;
	padding: 0 8px 8px 0;
	}

ul.ebook-distributors li a {
	display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/distributors-sprite.png);
	background-repeat: no-repeat;
	}

ul.ebook-distributors li a.amazonkindle {
  background-position: 0px 0px;
	}
ul.ebook-distributors li a.amazonkindleuk {
  background-position: -50px 0px;
	}
ul.ebook-distributors li a.amazonkindlede {
  background-position: -100px 0px;
	}
ul.ebook-distributors li a.amazonkindleca {
  background-position: -150px 0px;
	}
ul.ebook-distributors li a.amazonkindleau {
  background-position: -200px 0px;
	}
  
ul.ebook-distributors li a.appleibookstoreus {
  background-position: 0px -50px;
	}
ul.ebook-distributors li a.appleibookstoreuk {
  background-position: -50px -50px;
	}
ul.ebook-distributors li a.appleibookstoreaus {
  background-position: -150px -50px;
	}
ul.ebook-distributors li a.appleibookstoreca {
  background-position: -100px -50px;
	}
ul.ebook-distributors li a.appleibookstorenz {
  background-position: -200px -50px;
	}
ul.ebook-distributors li a.bnnook {
  background-position: 0px -150px;
	}
ul.ebook-distributors li a.barnesandnoble {
	background-position: -50px -150px;
	}
ul.ebook-distributors li a.kobobooks {
  background-position: -100px -150px;
	}
ul.ebook-distributors li a.googleplay {
	background-position: -150px -150px;
	}
ul.ebook-distributors li a.bookdepository {
	background-position: -200px -150px;
	}

ul.ebook-distributors li a.amazoncom {
  background-position: 0px 0px;
	}
ul.ebook-distributors li a.amazoncouk {
	background-position: -50px 0px;
	}
ul.ebook-distributors li a.amazonca {
	background-position: -150px 0px;
	}
ul.ebook-distributors li a.amazoncomau {
	background-position: -200px 0px;
	}
ul.ebook-distributors li a.audiblecom {
	background-position: 0px -200px;
	}
ul.ebook-distributors li a.audiblecouk {
	background-position: -50px -200px;
	}

ul.ebook-distributors li a.itunesus {
  background-position: 0px -100px;
	}
ul.ebook-distributors li a.itunesuk {
  background-position: -50px -100px;
	}
ul.ebook-distributors li a.itunesaus {
  background-position: -150px -100px;
	}
ul.ebook-distributors li a.itunesca {
  background-position: -100px -100px;
	}
ul.ebook-distributors li a.itunesnz {
  background-position: -200px -100px;
	}


#bookexcerpt {
    display:none;
    background: #FFF;
       -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; 
        -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7); box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
}

#bookexcerpt-container {
    padding: 10px 0px 10px 10px;
}

#bookexcerpt-container-text {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding-right: 10px;
}

#bookexcerpt .modal_close {
  float: right;
}

#ebook-title-left img {margin: 0 auto 10px auto;}
#ebook-title-left button {margin: 0 auto; display: block;}
#ebook-title-left #ebook-left-social {padding: 10px 0 15px; text-align: center;}
#ebook-title-left #ebook-left-social h3 {margin: 0;}
#page-body .book-page #main-content h1 {margin: 0;}

.purchase-details h2, .offers #ebook-title-right h4 {margin: 0 0 5px 0; line-height: 1.2; font-size: 1.2em;}
.purchase-details .distributors, .offers #ebook-title-right .distributors {margin: 0 0 15px 0;}

.book-details-small {color: #666; font-size: 0.9em;}

#ebook-title-details, #book-extras, #book-espot-fullwidth {padding-bottom: 30px;}

.responsive-bonus img, #left-series-espot img, #left-coming-soon img {margin: 0 auto;}







/*  CONTACT PAGE  ====================================================================== */

.contact #main-content fieldset {margin: 0; padding: 0 15px 30px; border: none;}

.contact #main-content .indicates-required {
text-align: right;
font-size: 11px;
margin-right: 4%;
}

.contact #main-content .required {
color: #e85c41;
font-size: 150%;
font-weight: normal;
position: relative;
top: 5px;
}

.contact #main-content label {
display: block;
margin-bottom: 3px;
}

.contact #main-content input.text, .contact #main-content textarea {
display: block;
width: 100%;
padding: 8px 0;
text-indent: 2%;
border: 1px solid #ABB0B2;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.contact #main-content form .button {text-transform: uppercase; max-width: 115px;}



