@font-face {
	font-family: 'District Thin';
	src: url("../fonts/DistTh___.ttf");
}

@font-face {
  font-family: 'Stempel-Garamond-W01-Roman';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Stempel-Garamond-W01-Roman.woff') format('woff');
}

body, ul, table, form{
	margin:0;
	padding:0;
}

::-moz-selection{
	background:#999;
	color:white;
	text-shadow:none;
}

.bookshelf-row{
	display:none;
}

h1{
	font:72px 'District Thin', helvetica, arial;
	font-weight:lighter;
	margin:20px 0;
	color:#333;

	-webkit-text-fill-color: #333;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 0.005em;
}

h2, h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#444;
	font-weight:bold;
}

h3 {
	margin: 10px 0;
	font-size:25px;
	letter-spacing: -0.05em;
}

a{
	text-decoration:none;
	color:#698145;
}

a:hover{
	text-decoration:underline;
}

p{
	line-height:22px;
	margin:20px 0;
}

li{
	list-style:none;
}

.splash{
	width:100%;
	height:850px;
	overflow:visible;
	position:relative;
	background:url(../pics/splash-bg.jpg) bottom left repeat-x;
	
	-webkit-transition:height 1s;
	-moz-transition:height 1s;
	-ms-transition:height 1s;
	-o-transition:height 1s;
	transition:height 1s;
}

.splash .gradient{
	position:absolute;
	bottom:-100px;
	left:0;
	width:100%;
	height:100px;
	z-index:1000;
}

.no-transition{
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.splash .center{
	width:1200px;
	height:700px;
	margin:auto;
	position:relative;
	z-index: 0;
}

.splash .details{
	float:left;
	margin-top:110px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	margin-left: 50px;
}

.turnjs{
	background:no-repeat url(../pics/turnjs-letters.png);
	width:220px;
	height:82px;
	display:inline-block;
	margin-left:-2px;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-ms-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.small-turnjs{
	background:url(../pics/small-turnjs-letters.png);
	width:120px;
	height:45px;
	display:inline-block;
	margin-left:-2px;
}


.details li{
	font:23px 'District Thin', helvetica, arial;
	list-style:none;
	font-weight:lighter;
	line-height:30px;
	color:#333;

	-webkit-text-fill-color: #333;
	-webkit-text-stroke-color: white;
	-webkit-text-stroke-width: 0.0005em;
}

.details .options{
	margin:10px 0;
	float:left;
}

.details .options p{
	margin:10px 0;
}

.details .options a{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:200;
	font-size:14px;
	color:#334C13;
	text-shadow:0 1px 1px white;
	text-decoration:none;
	margin-left:5px;
}

.details .options a:hover{
	text-decoration:underline;
}

.details .production{
	margin-top:40px;
	margin-bottom:20px;
}



.headline{
	font-size:18px;
	line-height:30px;
	margin:50px 0;
}

.preview{
	height:800px;
}

.details{
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
	cursor:default;
}

.bookshelf{
	float:right;
	margin-top:60px;
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-o-transition:all 1s;
	-ms-transition:all 1s;
	transition:all 1s;
}

.bookshelf .shelf{
	/*background:url(../pics/bookshelf.gif);
	background-size:100%;*/
	width:596px;
	height:440px;
}

.bookshelf .shelf .row-1{
	position:relative;
	width:530px;
	height:158px;
	margin-left:33px;

}

.bookshelf .shelf .row-1:after,
.bookshelf .shelf .row-2:after
.bookshelf .shelf .row-3:after
.bookshelf .shelf .row-4:after
.bookshelf .shelf .row-5:after
.bookshelf .shelf .row-6:after{
	background:url(../pics/wall-bookshelf.png);
	background-size:100%;
	background-repeat: no-repeat;
	background-position:bottom left;
	width:556px;
	height:210px;
	display:block;
	content:"";
	margin-left:-38px;
}

.bookshelf .shelf .row-2{
	position:relative;
	margin-top:10px;
	height:158px;
	width:530px;
	margin-left:33px;
}

.bookshelf .shelf .row-3{
	position:relative;
	margin-top:10px;
	height:158px;
	width:530px;
	margin-left:33px;
}

.bookshelf .shelf .row-4{
	position:relative;
	margin-top:10px;
	height:158px;
	width:530px;
	margin-left:33px;
}

.bookshelf .shelf .row-5{
	position:relative;
	margin-top:10px;
	height:158px;
	width:530px;
	margin-left:33px;
}

.bookshelf .shelf .row-6{
	position:relative;
	margin-top:10px;
	height:158px;
	width:530px;
	margin-left:33px;
}

.bookshelf .shelf .loc{
	position:absolute;
	bottom:0;
	width:100%;
}

.bookshelf .shelf .loc > div{
	width:25%;
	height:100%;
	float:left;
	text-align:center;
	position:relative;
}

.bookshelf .suggestion{
	font:12px 'District Thin', helvetica, arial;
	color:#999;
	text-align:center;
	line-height:1230px;
}

.bookshelf .sample,
.bookshelf-row .sample{
	margin:auto;
	position: relative;
	z-index:1;

	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-ms-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	-o-box-shadow:2px 2px 5px rgba(0,0,0,0.6);
	box-shadow:2px 2px 5px rgba(0,0,0,0.6);

	-webkit-transition:-webkit-transform 0.1s;
	-webkit-transform:translate(0, 0);
	-moz-transition:-moz-transform 0.1s;
	-moz-transform:translate(0, 0);
	-ms-transition:-ms-transform 0.1s;
	-ms-transform:translate(0, 0);
	-o-transition:-o-transform 0.1s;
	-o-transform:translate(0, 0);
	transition:transform 0.1s;
	transform:translate(0, 0);
}


a.cardLink{
	text-decoration:none; 
	display:block; 
	width: 70%
}

div.year{
	position:relative;
	bottom:20px;
	font:12px 'District Thin', helvetica, arial;"
}
.bookshelf .shelf .hover,
.bookshelf-row .hover,
.bookshelf .shelf .loading{
	z-index:2;
	cursor:none;
	background-color:white;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-ms-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	-o-transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
	transform: scale3d(1.1, 1.1, 1) translate3d(0, -5px, 0);
}
.bookshelf .thumb1,
.bookshelf-row .thumb1{
	background-image:url(../pics/2023.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb2,
.bookshelf-row .thumb2{
	background-image:url(../pics/2022.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb3,
.bookshelf-row .thumb3{
	background-image:url(../pics/2021.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb4,
.bookshelf-row .thumb4{
	background-image:url(../pics/2020.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb5,
.bookshelf-row .thumb5{
	background-image:url(../pics/COVID-19-2.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb6,
.bookshelf-row .thumb6{
	background-image:url(../pics/COVID-19.jpg);
	width:97px;
	height:125px;

}
.bookshelf .thumb7,
.bookshelf-row .thumb7{
	background-image:url(../pics/2019.jpg);
	width:97px;
	height:125px;
}

.bookshelf .thumb8,
.bookshelf-row .thumb8{
	background-image:url(../pics/2018.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb9,
.bookshelf-row .thumb9{
	background-image:url(../pics/2017.jpg);
	width:97px;
	height:125px;

}
.bookshelf .thumb10,
.bookshelf-row .thumb10{
	background-image:url(../pics/2016.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb11,
.bookshelf-row .thumb11{
	background-image:url(../pics/2015.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb12,
.bookshelf-row .thumb12{
	background-image:url(../pics/2014.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb13,
.bookshelf-row .thumb13{
	background-image:url(../pics/2013.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb14,
.bookshelf-row .thumb14{
	background-image:url(../pics/2012.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb15,
.bookshelf-row .thumb15{
	background-image:url(../pics/missing2011.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb16,
.bookshelf-row .thumb16{
	background-image:url(../pics/2010.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb17,
.bookshelf-row .thumb17{
	background-image:url(../pics/missing2009.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb18,
.bookshelf-row .thumb18{
	background-image:url(../pics/missing2008.jpg);
	width:96px;
	height:125px;
}

.bookshelf .thumb19,
.bookshelf-row .thumb19{
	background-image:url(../pics/missing2007.jpg);
	width:96px;
	height:125px;
}
.bookshelf .thumb20,
.bookshelf-row .thumb20{
	background-image:url(../pics/missing2006.jpg);
	width:96px;
	height:125px;
}
.bookshelf .thumb21,
.bookshelf-row .thumb21{
	background-image:url(../pics/2005.jpg);
	width:96px;
	height:125px;
}
.bookshelf .thumb22,
.bookshelf-row .thumb22{
	background-image:url(../pics/missing2004.jpg);
	width:96px;
	height:125px;
}
.bookshelf .thumb23,
.bookshelf-row .thumb23{
	background-image:url(../pics/missing2003.jpg);
	width:96px;
	height:125px;
}
.bookshelf .thumb24,
.bookshelf-row .thumb24{
	background-image:url(../pics/2002.jpg);
	width:96px;
	height:125px;
}
footer{
	font:14px 'District Thin', helvetica, arial;
	line-height:500px;
	text-align:center;
	color:#666;
}

#book-wrapper{
	width:960px;
	height:600px;
	margin-left:20px;
	margin-right:20px;
}

header{
	width:1000px;
	margin:20px auto;
}

/*.mobileWarningDialog {
	display: none !important;
}	

.mobileWarningTextBox{
	display: none !important;
}	*/

.modalDialog {
	position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,255,0,0.8);
    z-index: 20;
    cursor: pointer;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}

.modalTextBox{
		width: 400px;
		height: 180px;
		position: relative;
		margin: 10% auto;
		padding: 5px 20px 13px 20px;
		border-radius: 10px;
		background: green;
}
	
.flipbook-viewport{
	overflow:hidden;
	width:100%;
	height:100%;
	border: 1px solid black;
}

.flipbook-viewport .container{
	position:absolute;
	top:50%;
	left:50%;
	margin:auto;
	border: 1px solid red;
}

.flipbook-viewport .flipbook{
	width:922px;
	height:600px;
	left:-461px;
	top:-300px;
	border: 1px solid green;
}

.flipbook-viewport .page{
	width:461px;
	height:600px;
	background-color:blue;
	background-repeat:no-repeat;
	background-size:100% 100%;
}

.flipbook .page{
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin:0;
}

.flipbook-viewport .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

