@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Bodoni MT", Didot, "Didot LT STD", "Book Antiqua", Garamond, "Times New Roman", serif;
	background: #fff;
	font-weight: 400;
	font-size: 100%;
	color: #333;
	height: 100%;
	/* overflow-x: hidden; */
}

.js body {
	/*overflow: hidden;*/
}

a {
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #000;
}

.content:not(.nolinkstyle) p a {
	color:blue;
}
.content:not(.nolinkstyle) p a:hover {
	text-decoration:underline;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
	width: 100%;
	height: 100%;
	min-width:1000px;
}

.container {
	height: 100%;
	position: relative;
	left: 0px;
	-webkit-transition: left 0.3s ease-in-out;
	-o-transition: left 0.3s ease-in-out;
	transition: left 0.3s ease-in-out;
}

.slideRight {
	left: 360px;
}

.no-js .container {
	padding-left: 360px;
}

/* --- COVER PAGE --- */
.container .thetitle {
	color: #696969;
	font-family: "Bodoni MT", serif;
	font-size: 58px;
	font-style: normal;
	font-weight: normal;
	margin-top: 50px;
}
.container .diamonds {
	color: #000e85;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}
.container .dividerA {
	width: 100px;
	height: 10px;
	margin: 10px auto;
	border-top: 3px solid blue;
	border-bottom: 3px solid blue;
}
/* ---------- */



.menu-panel {
	background: #b82a36;
	width: 360px;
	height: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
	overflow-y:auto;
}

.js .menu-panel {
	position: absolute;
	left: -360px;
}

.menu-panel h3 {
	font-size: 1.8em;
	padding: 10px;
	margin-bottom:-10px;
	margin-top:5px;
	text-align:center;
	font-weight: 300;
	color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
	list-style: none;
}

.menu-toc li a {
	display: block;
	color: #fff;
	font-size: .9em;
	line-height: 1.6;
	padding: 2px 10px;
	cursor: pointer;
	background: #b82a36;
	border-top: 1px solid #ccc;
	font-family:Verdana, Geneva, sans-serif;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
	background: blue;
}

.menu-panel div {
	margin-top: 20px;
}

.menu-panel div a {
	text-transform: uppercase;
	font-size: 0.5em;
	line-height: 1;
	padding: 5px 10px;
	display: block;
	border: none;
	color: #bc0b0b;
	letter-spacing: 1px;
	font-weight: 800;
	text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
	background: inherit;
	color: #fff;
	text-shadow: none;
}

nav {
	bottom: 5px;
	width: 100%;
	position: absolute;
	z-index: 1000;
	text-align:center;
}
.nav2 {
	bottom: 5px;
	/* width: calc(100% - 190px); */
	position: absolute;
	z-index: 1000;
	margin-left:calc(50% - 95px);
}

nav span,
.menu-button {
	position: absolute;
	width: 140px;
	height: 32px;
	bottom: 0;
	/*left: 0; */
	background: #b82a36;
	border-radius: 10px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	speak: none;
	font-weight: bold;
	cursor: pointer;
}

nav span:hover,
.menu-button:hover {
	background: #000;
}

nav span:last-child {
	right: 40px;
}
nav span:first-child {
	left: 40px;
}
.nav2 span:last-child {
	margin-left: 210px;
}
.nav2 span:first-child {
	margin-left: -150px;
}

.menu-button {
	z-index: 1000;
}
/*
.menu-button:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 2px;
	background: #fff;
	top: 50%;
	margin-top: -1px;
	left: 25%;
	box-shadow: 0 -4px #fff, 0 4px #fff;
}
*/
.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
	display: none;
}

.js .content {
	/* position: absolute;
	top: 60px;
	left: 0;
	 */
	width: 100%;
	height: calc(100% - 50px);
	overflow-y: hidden;
	-webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
	margin: 10px 5% 10px 5%;
	position:relative;

}

/* .js .content:before, */
.js .content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 100;
	pointer-events: none;
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

.js .content:after {
	top: auto;
	bottom: 50px;
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.js .hideit:after {
	display:none;
}
.content p.h2 {
	color: #000000;
	font-family: "Bodoni MT", serif;
	font-size: 36px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 0.929;
}
.content p.h3 {
	color: #000000;
	font-family: "Bodoni MT", serif;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 2.7;
}
.content p.h4 {
	padding:0px 8%;
	margin-bottom:8px;
}

.content p.divider {
	border-top:5px solid blue;
	border-bottom:1px solid #b82a36;
	padding:2px;
	margin: 8px 8%;
}

.no-js .content h2 {
	padding: 40px 1% 20px;
}

.content p, .content div.padded {
	font-size: 1.5em;
	line-height: 1.6;
	font-weight: 300;
	padding: 5px 8%;
	text-align: justify;
}

.content p:not(.nofirst)::first-letter {
    font-weight:bold;
}
.content p strong {
	font-weight:bold;
}
.content p.sectionheader {
	font-weight:bold;
	font-size:1.6em;
}

.content span.borderbox {
	border:4px solid blue; margin:10px; display:block;
}
.content span.borderbox>span {
	border:4px solid #b82a36; margin:5px; padding:3px; display:block;
}
.content span.borderbox>span>span {
	border:1px solid #b82a36; padding:10px; line-height:1em; font-weight:bold; display:block;
}

.content span.scrollval {
	display:none;
}


.content .author_wrapper .author {
	clear:both;
}
.content .author_wrapper .author strong {
	font-weight:bold;
}
.content .author_wrapper .author div {
	margin-bottom:40px;
}
.content .author_wrapper .author div:first-child {
	width: calc(100% - 270px);
}
.content .author_wrapper .author div:last-child {
	width:250px;
}
.content .author_wrapper .author:nth-child(odd) div:last-child, 
.content .author_wrapper .author:nth-child(even) div:first-child {
	float:left;
}
.content .author_wrapper .author:nth-child(odd) div:first-child,
.content .author_wrapper .author:nth-child(even) div:last-child {
	float:right;
}

.content .author_wrapper .author div:last-child img {
	width:100%;
	margin-top:10px;
}


@media screen and (max-width: 1200px){
	.content p.h4 {
		padding:0px 10px;
	}
	.content p.divider {
		margin: 8px 10px;
	}
	.content p, .content div.padded {
		padding: 5px 10px;
	}	
	.scroller {
		margin: 10px;	
	}
}

@media screen and (max-width: 800px){
	.no-js .menu-panel {
		display: none;
	}

	.no-js .container {
		padding: 0;
	}
}

@media screen and (max-width: 400px){
	.menu-panel,
	.content {
		font-size: 75%;
	}
}


.videowrapper {
	display: inline-block;
	height: 410px;
	text-align: center;
	width: 696px;
}
.video {
	height: 100.00%;
	width: 100.00%;
}

/* -- MODAL -- */

#overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#modal {
	position:absolute;
	background:url(images/tint20.png) 0 0 repeat;
	background:rgba(0,0,0,0.2);
	border-radius:14px;
	padding:8px;
}

#content {
	border-radius:8px;
	background:#fff;
	padding:20px;
}

#close {
	position:absolute;
	background:url(images/close.png) 0 0 no-repeat;
	width:24px;
	height:27px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
}