
body, html {
	font-family: plantin, sans-serif;
	margin: 0;
	padding: 0;
	color: #1c0716;
	text-rendering: optimizeLegibility;
}

body {
	height: 100%;
	min-height: 100%;
}

h2 {
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-transform: none;
}


.book-shelf-login-container {
    width: 85%;
    /*background: #f0f0f0;*/
    padding: 20px 3% 50px 3%;
    margin: auto;
    text-align: center;
    max-width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.book-shelf-login-container p {
	margin: 50px 0 30px;
	font-size: 22px;
	font-weight: 300;
}

.book-shelf-login-container p:after {
	content: '';
	display: block;
	flex: 0 0 auto;
	order: 3;
	width: 50px;
	height: 2px;
	background-color: #ff9326;
	margin: 20px auto 0;
}

.book-shelf-login-container img {
    width: 300px;
}

.book-shelf-login-container input[type=text] {
    width: 90%;
    padding: 20px 5%;
	border: 2px solid #e5e5e5;
	border-radius: 2px;
	text-align: center;
	font-size: 18px;
	font-family: halyard-text, sans-serif;
	font-weight: 300;
}

.book-shelf-login-container input[type="text"]:focus {
	outline: none;
}

.book-shelf-login-container input[type=submit] {
    /*width: 100%;*/
	width: 304px;
    padding: 20px 5%;
	background: #fff;
	color: #ff9326;
	text-transform: none;
	border-radius: 2px;
	border: 2px solid #ff9326;
	margin: 10px 0 0 0;
	font-weight: 900;
	font-size: 22px;
	cursor: pointer;
	font-family: halyard-text, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.book-shelf-login-container input[type=submit]:hover {
	background-color: #ff9326;
	color: #fff;
}


.error-page h3 {
	font-size: 35px;
	font-weight: 300;
}


.shelf-navigation {
	float: right;
	padding-top: 7px;
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.shelf-navigation a {
	color: #2e2e2e;
	text-decoration: none;
	font-size: 18px;
	font-weight: 300;
	
	background-image: linear-gradient(to bottom,#e5e5e5,#e5e5e5);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 1.2em;
	padding-bottom: 10px;
	margin-bottom: -10px;
	background-color: transparent;
}

.shelf-navigation a:hover {
	background-image: linear-gradient(to bottom,#bdbdbd,#bdbdbd);
}

.shelf-navigation-left {
	float: left;
	padding-top: 7px;
	margin-left: 20px;
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.shelf-navigation-left a {
	color: #2e2e2e;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
}

.shelf-navigation a:hover, .shelf-navigation-left a:hover {
	color: #4e4e4e;
}

.shelf-navigation-left .divider {
    padding: 0 10px;
}

.shelf-navigation .divider {
    padding: 0 10px;
}

.shelf-header {
	display: block;
	background: #fff;
	padding: 10px 20px;
	border-bottom: 1px solid #eaeaea;
}

.shelf-heading {
	display: block;
	background: #fff;
	padding: 20px;
	height: 30px;

	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
}

/*.shelf-heading h2::before {
	background: url('../img/gb-icon.png') no-repeat;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	content: "";
	float: left;
	margin-right: 15px;
	margin-top: -3px;
}*/

.shelf-heading h2 {
	color: #2e2e2e;
	text-transform: none;
	font-size: 18px;
	margin: 0;
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
	padding: 7px 0 0 0;
	float: left;
}

.shelf-heading h2:after {
	content: '';
	display: block;
	flex: 0 0 auto;
	order: 3;
	width: 30px;
	height: 2px;
	background-color: #ff9326;
	margin: 8px auto 0;
}

.shelf-header img {
    width: 240px;
}

.shelf-container {
    width: 90%;
    margin: 50px auto;
	max-width: 1400px;
}

.shelf-book-container {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
}

.shelf-book {
    text-align: center;
    background: #fff;
    padding: 40px 3%;
    margin: 20px 2%;
    text-transform: none;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #2e2e2e;
    font-size: 14px;
    /*flex: 1;*/
    flex-basis: 15%;
}

.shelf-book button {
	border: 0;
	background: none;
}

.cover-image {
	height: 320px;
	display: table-cell;
	vertical-align: bottom;
}


.shelf-book img {
	width: 100%;
	/*-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.10);*/
	
	transition: all 0.2s cubic-bezier(0,0,0.22,1);
	box-shadow: 0 1px 0 0 rgba(0,0,0,0);
	outline: 1px solid rgba(0,0,0,0.1);
	outline-offset: -1px;

}

.shelf-book img:hover {
	transform: translateY(-10px);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,0.2);
}

.book-shelf-availability {
    margin: 15px 0 10px 0;
    font-size: 12px;
    color: #8a8c83;
}

.shelf-book p {
    margin: 0 0 0;
}


.shelf-book .book-format.eBook::after,
.shelf-book .book-format.PDF::after {
	background: url('../img/ebook-icon.png') no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	content: "";
	display: inline-block;
	margin-top: 10px;
}

.shelf-book .book-format.Audiobook::after {
	background: url('../img/audiobook-icon.png') no-repeat;
	background-size: 40px 40px;
	height: 40px;
	width: 40px;
	content: "";
	display: inline-block;
	margin-top: 10px;
}

.shelf-back {
    float: left;
	color: #ff9326;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	padding: 7px 0 0 0;
}

.shelf-back a {
	color: #ff9326;
	text-decoration: none;
}

.shelf-back a::before {
	background: url('back-arrow.png') no-repeat;
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
	content: "";
	float: left;
	margin-right: 15px;
	margin-top: -6px;
}

.shelf-footer {
    display: block;
    background: #f0f0f0;
    color: #2e2e2e;
    padding: 30px 0;
    margin-top: 60px;
    float: left;
    width: 100%;
	font-size: 18px;
}

.footer-container {
	clear: both;
    position: absolute;

	width: 100%;

}

.footerbottommain {
	padding: 0;
    background-color: #9e9e9e;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 18px;
}

.footer-bottom-inner {
    padding: 24px 20px 0;
}

.copyrightConent {
    float: left;
    width: 60%;
    margin-bottom: 22px;
}

.copyrightConent p {
	padding-top: 6px;
}

.footerbottommain a:link, .footerbottommain a:visited {
    color: #fff;
	text-decoration: none;
}

.footerLogo {
    float: right;
}

.footerbottommain.glassboxx-footer {
	padding: 0px 0 30px 0;
    background-color: #af1a42;
}

.glassboxx-footer-inner {
    padding: 15px 20px 20px 20px;
}

.footerbottommain.glassboxx-footer p {
    float: left;
    padding-top: 15px;
	padding-right: 20px;
}

.footerfirstsecond img {
    float: right;
    margin-top: 15px;
}

.shelf-footer p  {
	margin: 0 20px;
}

.discover-subtitle {
	display: block;
	clear: both;
	width: 100%;
	margin: 20px 0;
}

.discover-subtitle h2 {
    border: 1px solid #ff9326;
    padding: 20px;
	color: #ff9326;
}

.book-title {
    margin: 15px 0 5px;
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 19px;
    line-height: 1.2;

}

.book-author {
	font-family:  halyard-text, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 15px;
    margin: 0 0 10px;
	color: #757575;
}

.book-format {
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
    font-size: 14px;
    margin: 0 0 10px;
}

.shelf-container dl {
    margin-bottom: 35px;
}

.shelf-container dd span {
    font-size: 16px !important;
}

.shelf-container dd span a {
    color: #ff9326;
}

.shelf-container dt span {
	font-family: plantin, sans-serif!important;
	font-weight: 300!important;
	font-style: normal;
    border-bottom: 1px solid #ff9326;
    padding: 20px;
    display: block;
    margin: 10px 0 20px;
	line-height: 1.2;
	color: #2e2e2e!important;
}

.shelf-container dd span {
	font-family: halyard-text, sans-serif!important;
	font-weight: 300!important;
	color: #757575!important;
}

.add-book {
    background: #ff9326;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.add-book:hover {
	background: #4e4e4e;
}

.remove-book {
    background: #ff9326;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.remove-book:hover {
	background: #4e4e4e;
}

.view-more {
    display: block;
    clear: both;
    width: 100%;
    text-align: right;
}

.view-more a {
	text-decoration: none;
	color: #fff;
	background: #ff9326;
	padding: 5px 10px;
	border-radius: 5px;
	text-transform: uppercase;
}


.view-more a:hover {
	color: #fff;
	background: #4e4e4e;
}

.no-books {
    text-align: center;
    width: 100%;
    padding: 70px 0;
}

.no-books a {
	color: #ff9326;
	text-decoration: none;
}

.no-books a:hover {
	color: #4e4e4e;
}

.category-pager {
    width: 100%;
    text-align: center;
}

.category-pager a {
	display: inline-block;
	color: #757575;
	background-image: linear-gradient(to bottom,#e5e5e5,#e5e5e5);
	background-repeat: repeat-x;
	background-size: 1px 1px;
	background-position: 0 1.5em;
	padding-bottom: 10px;
	margin-bottom: -10px;
	text-decoration: none;
}

.category-pager a:hover {
	background-image: linear-gradient(to bottom,#757575,#757575);
}

.error-content {
	display: block;
	margin: 130px auto;
	text-align: center;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.11);
	max-width: 500px;
	padding: 60px;
}

.error-content img {
	width: 80px;
	height: auto;
}

.error-content h3 {
	color: #ff9326;
	font-family: plantin, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	text-transform: uppercase;
}

.error-content a {
	color: #ff9326;
	text-decoration: none;
}

.error-content a:hover {
	color: #4e4e4e;
}

.error-text {
	margin-top: 20px;
}



@media screen and (max-width: 1300px) {
	.cover-image { height: 275px; }
}

@media screen and (max-width: 1100px) {
	.shelf-book { flex-basis: 23%; }
	.cover-image { height: 350px; }
}

@media screen and (max-width: 974px) {
	.cover-image { height: 308px; }
}

@media screen and (max-width: 880px) {
	.cover-image { height: 280px; }
}

@media screen and (max-width: 700px) {
	.shelf-book { flex-basis: 40%; }
	.cover-image { height: 400px; }
}

@media screen and (max-width: 600px) {
	.shelf-navigation { float: left; margin-left: 0; width: 100%; }
	.shelf-heading { height: 70px; }
	.cover-image { height: 340px; }
	.shelf-book { padding: 0px 3%; }
}

@media screen and (max-width: 520px) {
	.cover-image { height: 295px; }
}

@media screen and (max-width: 480px) {
	.cover-image { height: 260px; }
}

