/* Minification failed. Returning unminified contents.
(2676,53): run-time error CSS1019: Unexpected token, found '%'
(2676,53): run-time error CSS1042: Expected function, found '%'
(2676,53): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(2687,75): run-time error CSS1038: Expected hex color, found '#dee6eb0'
(2687,83): run-time error CSS1019: Unexpected token, found '%'
(2687,83): run-time error CSS1042: Expected function, found '%'
(2687,83): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
(2695,76): run-time error CSS1038: Expected hex color, found '#dee6eb0'
(2695,84): run-time error CSS1019: Unexpected token, found '%'
(2695,84): run-time error CSS1042: Expected function, found '%'
(2695,84): run-time error CSS1062: Expected semicolon or closing curly-brace, found '%'
 */
/*
	THEME standard is blue:
	@baseColor: #00-6699; --for bars with color, reverse text usually LOCAL: 006699
	@darkColor: #00-4268; --for color bars LOCAL: 004268
	@displayFontColor: #00-4269; --for fonts LOCAL: 004269

	@Red: #c72d2f; //leave this its for warnings

	//these are for colored areas like bars etc.
	@rowHighlight: #de-e6eb; LOCAL: dee6eb
	@rowHighlightMedium: #bd-c3cc; LOCAL: bdc3cc
	@rowHighlightDark: #80-8389; LOCAL 808389
	@rowHighlightBlack: #33-3333; --generally leave this a gray LOCAL: 333333
	
	Head-font: 'Times New Roman', Times, serif
	Book-font: Montserrat, Optima, Verdana, Arial, sans-serif
*/

@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
/*#region Global Classes and Element Styles */
html {
	height: 100%;
}

body {
	background-color: white;
	margin: 0px;
	height: 100%;
}

body, td, input, select, .bookfont, h4, h5, h6 {
	font: normal 13px 'Montserrat', Verdana, Arial, sans-serif;
	color: #141414;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: bolder;
	font-size: 1.8em;
}

h2, .headfont {
	font-family: 'Playfair Display', serif;
	font-weight: bolder;
	font-size: 1.6em;
}

h3 {
	font-family: 'Playfair Display', Verdana, Arial, sans-serif, serif;
	font-weight: 100;
}

ol, ul {
	margin: 0;
	padding: 0;
}

a {
	color: #141414;
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
	}

	a img {
		border: none;
	}
/*a img:hover { opacity: 0.8; }*/
img {
	max-width: 100%;
}

.hidden {
	display: none;
}

.msg-addtocart {
	cursor: pointer;
}

.butn {
	font-family: 'Montserrat';
	background: #141414;
	padding: 7px 27px 7px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

	.butn:hover {
		text-decoration: none;
	}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(148, 148, 148, 0.57), rgba(0, 0, 0, 0));
	;
}

@-webkit-keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes hvr-pulse {
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	75% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

@keyframes hvr-buzz {
	50% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	100% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}
}

:-ms-input-placeholder {
	color: #10143e;
}

::-webkit-input-placeholder {
	color: #10143e;
	opacity: 1 !important; /* for older chrome versions. may no longer apply. */
}

:-moz-placeholder { /* Firefox 18- */
	color: #10143e;
	opacity: 1 !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #10143e;
	opacity: 1 !important;
}

#search-form input[type='image'] {
	margin-left: -4px;
	padding: 0px;
}

.btnSearch {
	border-style: solid;
	font-family: 'Montserrat', Verdana, Arial, sans-serif;
	border-width: 1px;
	cursor: pointer;
	line-height: normal;
	margin: 0 0 .25em 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	padding-top: 0.875em;
	padding-right: 2em;
	padding-bottom: 0.875em;
	padding-left: 2em;
	font-size: 1em;
	font-weight: 500;
	background-color: #141414;
	border-color: #141414;
	color: #fff;
}
/*#endregion*/

/*#region Master Page Styles */
.centerpage {
	max-width: 1024px;
	margin: 0px auto;
	overflow: hidden;
}

#header {
	padding-bottom: 15px;
	padding-top: 20px;
	position: relative;
}

	#header a {
		white-space: nowrap;
		color: #141414;
	}

#header-logo {
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
	max-width: 20%;
}

	#header-logo img {
	}

#header-message {
	float: left;
	text-align: left;
	position: relative;
	z-index: 10;
	max-width: 350px;
	margin: 59px 0px 0px 45px;
}

#header-tools {
	text-align: right;
}

	#header-tools > div {
	}

#header-nav-link > div {
	display: inline-block;
	margin-right: 10px;
}

#header-nav-link #login {
	margin-right: 0px;
}

#header-nav-link > div:last-child {
	margin-right: 0px;
	margin-left: 0px;
}

#header-nav-link a {
	margin-left: 1px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 12px;
	vertical-align: top;
}

	#header-nav-link a:hover {
		text-decoration: none;
		color: #84DEFF;
	}

#header-nav-link .separator {
	vertical-align: top;
	line-height: 15px;
}

#contact-icon {
}

	#contact-icon i {
		vertical-align: top;
		line-height: 16px;
	}

#header-nav-link a:last-child {
	padding-right: 0px;
	border-right: none;
}

#header-cart {
	margin: 15px 0px 5px;
	text-align: right;
	line-height: 32px;
}

	#header-cart legend {
		font-size: 16px;
		font-weight: bold;
	}

	#header-cart .separator {
		margin: 3px;
	}

#header-cart-icon {
	vertical-align: middle;
	margin-right: 2px;
}

#header-cart .cartcount {
	color: white;
	background-color: #c72d2f;
	border-radius: 20px;
	position: relative;
	display: inline-block;
	z-index: 2;
	top: -11px;
	left: 50px;
	line-height: 24px;
	padding: 0px 4px;
	text-align: center;
}

#header-cart a:hover {
	text-decoration: none;
}

#mobile-adv-search {
	display: none;
}

#navbar {
	background-color: #F0484E;
	padding: 11px 0px 6px 0px;
	margin: -2px 0px 15px 0px;
}

#user-display {
	margin-top: 20px;
}

	#user-display p {
		display: inline-block;
		font-family: 'Abril Fatface', Verdana, Arial, sans-serif, serif;
		font-size: 1.4em;
		margin-bottom: 0px;
	}

#header-info {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 5px;
}

.mobile-login {
	display: none;
}

#header-info li {
	list-style: none;
}

#header-social {
	margin-top: 10px;
}

	#header-social a:hover {
		opacity: 0.65;
	}

	#header-social .search-panel {
		display: inline-block;
	}

#search-form {
	display: block;
	float: right;
	overflow: hidden;
	height: auto;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	border: none;
}

	#search-form input[type='text'] {
		width: 170px;
		border: none;
		vertical-align: top;
		padding: 3px 0px 3px 15px;
		height: 26px;
		font-size: 13px;
		font-weight: 500;
	}

	#search-form input[type='image']:hover {
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

#advance-search-container {
	position: absolute;
	top: 89px;
	right: -3px;
}

#adsearch-bttn {
	background: #141414;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	color: #ffffff !important;
	font-size: 12px;
	padding: 8px 29px 7px 28px;
	text-decoration: none;
}

	#adsearch-bttn:hover {
		background: #84DEFF;
		text-decoration: none;
	}

#navbar-links {
	display: inline-block;
	vertical-align: middle;
	/* float: right; */
	text-align: center;
	/* background-color: #dee6eb; */
	line-height: 30px;
}

	#navbar-links a {
		color: #FFFFFF;
		margin: 0px 14px;
		white-space: nowrap;
		font-weight: 500;
		font-size: 12px;
	}

		#navbar-links a:hover {
			text-decoration: none;
			color: #84DEFF;
		}

	#navbar-links .separator {
		color: #bdc3cc;
	}

#dropnav-container {
	position: relative;
	overflow: visible;
}

.dropnav {
	z-index: 1000;
	position: absolute;
	top: 6px;
	left: 25px;
	text-align: left;
	background-color: #f0484e;
	border: 1px solid #E8EBF1;
	border-top: none;
	width: 148px;
}

	.dropnav:nth-child(2) {
		left: 300px;
	}

	.dropnav:nth-child(3) {
		left: 290px;
	}

	.dropnav:nth-child(4) {
		left: 403px;
	}

	.dropnav:nth-child(5) {
		left: 503px;
	}

	.dropnav:nth-child(6) {
		left: 636px;
	}

	.dropnav:last-child {
		left: 730px;
	}

	.dropnav li {
		vertical-align: top;
		zoom: 1;
		padding: 8px;
		width: 100%;
		font-size: 1em;
		list-style: none;
		position: relative;
	}

		.dropnav li ul:first-of-type {
			display: block;
			position: absolute;
			background-color: #E8EBF1;
			width: 180px;
			right: -165px;
			top: 12px;
			display: none;
			z-index: 99;
		}

	.dropnav a {
		color: #ffffff;
		font-weight: 500;
		font-size: 13px;
		word-wrap: normal;
	}

#main {
	margin-bottom: 15px;
	clear: both;
	min-height: 1080px;
}

#main-content {
	float: left;
	margin: 0px 0px;
	width: 790px;
}

	#main-content.addright {
		float: left;
		margin: 0px 15px;
		width: 775px;
	}

	#main-content.noright {
		margin-right: 0px;
		width: 810px;
	}

	#main-content.noleft {
		margin-left: 0px;
		width: 810px;
	}

	#main-content.noright.noleft {
		margin: 0px;
		width: auto;
	}

	#main-content.fullwidth {
		margin: 0px;
		width: 100%;
	}

	#main-content.pages {
		margin-left: 300px;
		max-width: 700px;
	}

		#main-content.pages ul {
			margin-left: 20px;
		}

.main-left {
	float: left;
	width: 175px;
}

.main-right {
	float: right;
	width: 205px;
	margin-top: 5px;
	padding: 0px 5px 0px 5px;
}

#pnlSignup {
	text-align: center;
	padding: 10px 0px 40px 0px;
	background-color: #f0484e;
}

	#pnlSignup > h2 {
		color: #ffffff;
		font-size: 22px;
		font-weight: normal;
	}

	#pnlSignup > span {
		margin: 0px 10px;
		font-size: 16px;
		vertical-align: top;
		line-height: 32px;
		-ms-zoom: 1;
		zoom: 1;
	}

	#pnlSignup > input {
		font-size: 12px;
		vertical-align: top;
		margin-left: -13px;
	}

		#pnlSignup > input[type='text'] {
			padding: 7px;
			margin: 0px 10px;
			width: 350px;
			height: 17px;
		}

.slider_header {
	border: none;
	border-top: solid 1px #141414;
	text-align: center;
	font-family: 'Playfair Display',sans-serif;
	color: #141414;
	font-size: 1.5em;
}

.slider-header-link {
	vertical-align: super;
}

.mobile-menu {
	display: none;
}

#mobile-menu-trigger {
	display: none;
}

#footer {
	background-color: #f0484e;
}

#footer-nav {
	background-color: #f0484e;
	text-align: center;
}

	#footer-nav a {
		display: inline-block;
		padding: 10px 20px;
		color: white;
		font-size: 18px;
	}

#footer-links {
	margin: 0px;
	margin: 0 auto;
	background-color: #f0484e;
	text-align: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 1024px;
}

	#footer-links a {
		font-weight: normal;
		color: #ffffff;
	}

		#footer-links a:hover {
			color: #84DEFF;
			text-decoration: none;
		}

	#footer-links > div {
		flex: 1;
		padding: 10px;
		text-align: left;
	}

#footer-column-1 {
	max-width: 200px;
	display: flex;
}

	#footer-column-1 img {
		margin: auto;
	}

#footer-column-3 {
}

	#footer-column-3 > span {
		float: left;
	}

	#footer-column-3 h2 {
		color: #ffffff;
		text-align: center;
		font-size: 20px;
		line-height: 28px;
		font-style: normal;
	}

#footer-links ul {
}

	#footer-links ul:last-child {
		border: none;
	}

#footer-links li {
	list-style: none;
	line-height: 36px;
	font-size: 12px;
}

#footer-links-mobile {
	display: none;
}

#footer-text {
}

	#footer-text > div {
		vertical-align: top;
		font-family: 'Noto Sans', sans-serif;
		font-size: 10px;
	}

#footer-copyright {
	color: #ffffff;
	font-family: 'Noto Sans', sans-serif;
	margin: 0 166px;
	float: right;
}

#footer-social {
	width: 210px;
	margin: 0px auto;
	text-align: center;
}

	#footer-social img:hover {
		-webkit-animation-name: hvr-pulse;
		animation-name: hvr-pulse;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

#footer-text-links {
	float: left;
	text-align: right;
	color: #ffffff;
}

.CMS_Page_Header {
	font-size: 1.8em;
	color: #f0484e;
	border-bottom: 1px solid #f0484e;
	font-family: 'Playfair Displa', Verdana, Arial, sans-serif, serif;
	font-weight: bolder;
}

.cms-content {
}

	.cms-content a {
		font-weight: 600;
	}

/*#endregion*/
/*#region Tree Navigation Styles */
#treenav-trigger {
	display: none;
	font-size: 32px;
	text-align: center;
	background: url(/images/button_menu.png) no-repeat center;
}

	#treenav-trigger.msg-exp-open {
	}

#treenav {
	min-height: 650px;
	text-align: left;
}

	#treenav .msg-exp-t {
		font-weight: bold;
		background: url(/images/arrow-right.png) no-repeat;
		background-position: left center;
	}

		#treenav .msg-exp-t.msg-exp-open {
			background: url(/images/arrow-down.png) no-repeat;
			background-position: left center;
		}

.treenav-heading {
	font-weight: 100;
	font-size: 20px;
	padding: 5px;
	margin: 5px 5px 10px 5px;
}

.treenav-menu {
	color: #f0484e;
	margin-bottom: 50px;
	padding: 5px;
}

	.treenav-menu a {
		line-height: 20px;
		color: #141414;
	}

.treenav-submenu {
	padding-left: 10px;
}

.treenav-item {
	background: url(/images/li-box.png) no-repeat;
	background-position: left center;
	margin-left: 7px;
	margin-bottom: 5px;
	padding-left: 17px;
	line-height: 16px;
}

.treenav-item-bold {
	margin-left: 7px;
	margin-bottom: 5px;
	line-height: 16px;
	font-weight: bold;
}

.treenav-item.bold a {
	font-weight: bold;
}

.treenav-item-hr {
	border-top: solid 1px #000001;
	margin: 10px 10px;
}

#treenav-marketing {
	text-align: center;
}

	#treenav-marketing img {
		margin-bottom: 10px;
	}

.treenav-spacer {
	font-weight: bold;
	margin: 10px 0px 5px 10px;
}
/*#endregion*/

/*#region Home Page */
.home-row {
	clear: both;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}

	.home-row > div {
		margin: 0px auto;
		padding: 0px;
		vertical-align: top;
	}

	.home-row .placardslider {
		max-width: 1024px;
		border: none;
		box-shadow: none;
	}

.main-right .vslider {
	width: 175px;
	margin: 0px;
	padding: 0px;
	border: none;
	box-shadow: none;
}

#home-featured h2 {
	background: #d7dde6;
	height: 52px;
}

	#home-featured h2 span {
		line-height: 50px;
		font-size: .9em;
	}

	#home-featured h2 a {
		color: #10143e;
	}

#home-marketing {
}

	#home-marketing img {
		margin: 10px 0px;
	}
/*#endregion*/

/*#region Login and Utility Styles */
#cartLogin {
	max-width: 955px;
	margin: 35px 25px;
}

	#cartLogin h3 {
		border-bottom: 1px solid #bdc3cc;
		line-height: 30px;
		margin-bottom: 25px;
	}

.cartLogin_column {
	display: inline-block;
	max-width: 450px;
	margin-right: 25px;
	vertical-align: top;
}

#cartLogin td > div {
	margin: .5em;
}

#cartLogin label {
	display: inline-block;
	min-width: 125px;
	font-weight: bold;
}

#cartLogin input[type="text"], #cartLogin input[type="password"] {
	width: 150px;
	margin: 0px;
}

#cartLogin_text {
	font-style: italic;
}

#cartUtility {
	border: 4px solid #eee;
	padding: 10px;
	margin: 20px;
}

.cartUtility_section {
	border-bottom: 4px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

	.cartUtility_section:last-child {
		border: none;
		margin: 0px;
		padding: 0px;
	}
/*#endregion*/

/*#region List Pages */
.breadcrumb {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 10px;
}

	.breadcrumb a, .breadcrumb span {
		white-space: nowrap;
		padding: 0px 0px;
	}

	/*.breadcrumb.listpage {
		display: none;
	}*/

#list-header {
	overflow: hidden;
}

#list-pagecontrols {
	color: #333333;
	line-height: 34px;
	overflow: hidden;
	border-bottom: 1px solid #141414;
}

#list-pagesort {
	white-space: normal !important;
}

#list-perpage, .list-pagenav {
	float: right;
	text-align: right;
}

	#list-perpage a {
		cursor: pointer;
	}

#list-pagecontrols > div {
	clear: both;
	margin: 16px 0;
}

#list-pagecontrols span {
	white-space: nowrap;
}

#list-pagecontrols label {
	white-space: nowrap;
	margin-right: 7px;
}

#list-pagecontrols select {
	font-size: 12px;
	border: 1px solid #bdc3cc;
	height: 24px;
	margin: 5px 0px 0px 5px;
	padding: 1px 0px 1px 2px;
}

.list-featured {
	background-color: #dee6eb;
	padding: 10px 20px 10px 20px;
	margin: 10px 0px;
}

.list-categoryheader {
	overflow: hidden;
}

.list-categoryHeader-pic {
	display: inline-block;
	min-width: 200px;
}

.list-categoryHeader-text {
}

.list-categoryHeader-blocks {
	width: 100%;
}

	.list-categoryHeader-blocks a {
		text-decoration: underline;
		color: #84DEFF;
	}

.list-item-addtocart-bttn {
	backface-visibility: hidden;
	position: relative;
	width: 100px;
	height: 14px;
	cursor: pointer;
	line-height: 11px;
	white-space: nowrap;
	background: #141414;
	border: 0px solid #ffffff;
	padding: 10px 12px 5px 12px;
	color: #ffffff;
	text-align: left;
	font-size: 9.577px;
	font-family: 'Montserrat',arial;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
	display: inline-block;
}

	.list-item-addtocart-bttn:hover {
		text-decoration: none;
		background: #84DEFF;
	}

	.list-item-addtocart-bttn > i {
		font-size: 1.3em;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFFFFF;
	}

		.list-item-addtocart-bttn > i:hover {
			color: #ffffff;
		}

.list-subcategories {
	padding: 10px 5px 10px 5px;
	margin-top: 10px;
}
	/* adjust this width to 2 col if you want to to that*/
	.list-subcategories a {
		display: inline-block;
		width: 225px;
		padding: 5px 10px 5px 10px;
		margin: 0px 10px 0px 10px;
		color: white;
		background-color: #141414;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


#list-viewstyle-grid {
	text-decoration: underline;
	color: #141414;
}

#list-viewstyle-normal {
	text-decoration: underline;
	color: #141414;
}

.list-pagenav label {
	display: none;
}

.list-pagenav-num, .PagingLink {
	display: inline-block;
	padding: 2px 8px;
	background-color: #c4c7d3;
	line-height: 14px;
}
	/* .PagingNumber  { display: inline-block; padding: 2px 8px; background-color: #dee6eb; line-height: 14px; } replaces aobve */
	.list-pagenav-num.active, .PagingNumber {
		color: white;
		background-color: #141414;
	}
	/* .PagingLink { color: white; background-color: #004268; } default paging link style */
	.list-pagenav-arrow, .PagingLink:first-child, .PagingLink:last-child {
		background-color: #dee6eb;
		padding: 0px 10px;
		background-position: center center;
	}

		.list-pagenav-arrow:hover, .PagingLink:first-child:hover, .PagingLink:last-child:hover {
			text-decoration: none;
		}

		.list-pagenav-arrow:first-child, .PagingLink:first-child {
			background-image: url(/images/arrowl.png);
			margin-right: 8px;
		}

		.list-pagenav-arrow:last-child, .PagingLink:last-child {
			background-image: url(/images/arrowr.png);
			margin-left: 8px;
		}

.product-list {
	margin-bottom: 15px;
}

	.product-list h1 {
	}

.list-item {
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: 1px solid #141414;
}

.list-item-image {
	float: left;
	margin-bottom: 10px;
	margin-right: 35px;
}

	.list-item-image img {
		max-width: 155px;
		vertical-align: top;
		box-shadow: 2px 2px 2px #bdc3cc;
	}

.list-item-detail {
	margin: 0px 135px 15px 135px;
}

.list-item-title {
	margin: 0px;
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

	.list-item-title a {
		color: #141414;
	}

.list-item-subtitle {
	color: #f0484e;
	margin: 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-byline {
	font-weight: normal;
	margin: 5px 0px 0px;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.list-item-description {
	overflow: hidden;
}

.list-item .more {
	font-size: 12px;
	text-decoration: underline;
}

.list-item-addtocart {
	float: right;
	width: 125px;
	margin-bottom: 10px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 25px;
}

.list-item-isbn {
}

.list-item-bookworkdsid {
	color: #f0484e;
	font-size: 12px;
}

.list-item-title-small {
	line-height: 15px;
	font-family: 'Montserrat',Verdana, Arial, sans-serif;
	font-weight: 500;
	text-align: right;
	display: none;
}

.list-item-productType {
	font-family: 'Montserrat',Verdana, Arial, sans-serif;
	font-weight: bold;
}

.list-item-otherFormats {
}

.list-item-hide {
	display: none;
}

.list-item-price {
	display: block;
	font-weight: 500;
	font-size: 26px;
	font-family: 'Abril Fatface', Verdana, Arial, sans-serif, serif;
}

.list-item-date {
	color: #bdc3cc;
	font-weight: bold;
}

.list-item-price-grid {
	display: none;
}

.list-item-productType-grid {
	display: none;
}

.list-grid {
	display: inline-block;
	*display: inline;
	-ms-zoom: 1;
	zoom: 1;
	text-align: center;
	width: 150px;
	margin: 10px;
	vertical-align: text-bottom;
}

	.list-grid .list-item {
		border-bottom: none;
	}

	.list-grid .list-item-image {
		float: none;
		margin-bottom: 0px;
		margin-right: 0px;
	}

		.list-grid .list-item-image img {
			max-width: 114px;
			box-shadow: none;
		}

	.list-grid .list-item-detail {
		margin: 0px;
	}

	.list-grid .list-item-title {
		font-size: 16px;
	}

	.list-grid .list-item-subtitle {
		display: none;
	}

	.list-grid .list-item-byline {
		margin: 0px;
	}

	.list-grid .list-item-description {
		display: none;
	}

	.list-grid .list-item-addtocart {
		width: 148px;
		float: left;
		margin: 0 auto;
		text-align: center;
		align-items: center;
	}

	.list-grid .list-item-price {
		display: none;
	}

	.list-grid .list-item-price-grid {
		display: block;
		font-weight: bold;
	}

	.list-grid .list-item-productType-grid {
		display: block;
		font-weight: bold;
	}

	.list-grid .list-item-productType {
		display: none;
	}

	.list-grid .list-item-more {
		display: none;
	}

	.list-grid br {
		display: none;
	}

	.list-grid .list-item-bookworkdsid {
		display: none;
	}

	.list-grid .list-item-title {
		display: none;
	}

	.list-grid .list-item-title-small {
		text-align: center;
		word-break: normal;
		white-space: pre-wrap;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-inline-box;
		line-height: 16px;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
/*#endregion*/
/* default css button */
.css-button {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84DEFF', endColorstr='#004268',GradientType=0);
	background-color: #141414;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 6px 14px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ABABAB;
}

	.css-button:hover {
		background-color: #84DEFF;
		text-decoration: none;
	}

	.css-button:active {
		position: relative;
		top: 1px;
		text-decoration: none;
	}

.css-button-large {
	font-size: 14px;
}


/*Wish List*/
#wishlist-add {
	margin-top: 10px;
}

#wishlist-remove {
	margin-top: 10px;
}

#wishlist-add-message {
	display: none;
}

#wishlist-remove-message {
	display: none;
}

#wishlist-form {
	margin-top: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
}

.wishlist-form-element {
	margin: 10px;
}

.wishlist-result {
	font-size: 14px;
	padding: 20px;
	border: 1px solid #cccccc;
	width: 90%;
	margin: 10px 0px;
	display: block;
}

#wishlist-search-form {
	display: inline-block;
	float: left;
	overflow: hidden;
	height: 28px;
	margin: 0px;
	padding: 0px 0px 0px 45px;
	border: none;
	background: white url(/images/search_background.png) left top no-repeat;
}

	#wishlist-search-form input[type='text'] {
		width: 215px;
		border: 1px solid #aaaaaa;
		vertical-align: top;
		margin: 2px;
		padding: 3px;
		height: 17px;
		font-size: 16px;
	}

	#wishlist-search-form input[type='submit'] {
		margin-top: 4px;
		padding: 0px;
	}

/*#endregion*/

/*#region advanced search w filter
#search_refinements { border: solid 1px black; background-color: #dee6eb; max-width: 150px; padding: 10px;}
	*/

/*#endregion*/

/*#region Product Detail */
#product-cover {
	float: left;
	position: relative;
	width: 440px;
}

#product_detail_cover {
	max-width: 100%;
	margin-bottom: 15px;
}

	#product_detail_cover img {
		width: 80%;
		height: auto;
		max-height: 470px;
	}

#sample-image {
	max-width: 250px;
}

#product-social {
	height: 25px;
}

#product-info {
	margin-bottom: 25px;
	margin-left: 0px;
	min-height: 450px;
	padding-right: 5px;
	position: relative
}

#product-title {
	color: #141414;
	margin: 0px;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 0;
	line-height: 23px;
}

#product-info p {
	overflow-y: auto;
	box-sizing: content-box;
	line-height: 23px;
}

	#product-info p::-webkit-scrollbar {
		width: 0.5em !important;
		scroll-behavior: smooth !important;
	}

#product-subtitle {
	color: #84DEFF;
	margin: 0px;
}

.product-format {
	margin: 12px 0px;
	padding-left: 25px;
	font-family: 'Montserrat',Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin-top: 13px;
}

.product-price {
	font-family: 'Montserrat', Verdana, Arial, sans-serif, serif;
	font-weight: 500;
	font-size: 1.5em;
	margin-top: 13px
}

#product-byline {
	font-size: 14px;
	font-weight: normal;
}

	#product-byline a {
		font-weight: bold;
	}

#product-fields {
	margin: 10px 0px;
}

	#product-fields ul {
		display: inline-block;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		width: 200px;
		vertical-align: top;
	}

	#product-fields li {
		list-style: none;
	}

	#product-fields label {
		font-weight: bold;
		margin-right: 3px;
	}

#product-info label:after {
}

.product-buy {
	font-size: 18px;
	margin: 10px 0px;
	width: 575px;
	background: #f7f3ea;
	display: -ms-flexbox;
	display: flex;
	min-height: 100px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	-moz-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
}

	.product-buy > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 auto;
	}

.product-buy-us {
}

.product-buy-other {
	max-width: 695px;
	display: block;
	color: #c72d2f;
}

.product-buylabel {
	display: block;
}

.product-buy-us .price {
	font-size: 32px;
	font-weight: bold;
}

.product-buy-other .sale-price {
	font-size: 32px;
	font-weight: bold;
}

.product-buy-other a {
	margin-right: 8px;
}

.product-cart {
	margin: 13px 0px;
}

	.product-cart img {
		margin: 0px;
	}

.product-cart-add {
	text-align: center;
}

.product-cart input.msg-addtocart {
	vertical-align: top;
	line-height: 20px;
	margin: 0px;
}

.offers-terms {
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	color: #ff8857;
	margin-top: 10px;
}

#book-info {
	padding: 0px 50px;
}

.product-cart img.msg-addtocart {
	max-height: 26px;
}

.sprite-addtocart {
	width: 120px;
	height: 28px;
	background: url('/images/addtocart_listpage.png') -5px -5px;
	cursor: pointer;
	margin-bottom: 10px;
}

	.sprite-addtocart:hover {
		width: 120px;
		height: 28px;
		background: url('/images/addtocart_listpage.png') -5px -43px;
	}

.add-to-cart-bttn {
	backface-visibility: hidden;
	position: relative;
	width: 120px;
	height: 16px;
	cursor: pointer;
	display: inline-flex;
	white-space: nowrap;
	background: #141414;
	border: 0px solid #ffffff;
	padding: 10px 12px 5px 12px;
	color: #ffffff;
	text-align: left;
	font-size: 10.577px;
	font-family: 'Montserrat',arial;
	text-transform: uppercase;
	margin-bottom: 15px;
}

	.add-to-cart-bttn:hover {
		text-decoration: none;
		background: #84DEFF;
	}

	.add-to-cart-bttn > i {
		font-size: 1.3em;
		padding: 0px 0px 0px 0px;
		margin: -1px 1px 0px 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #84DEFF;
	}

		.add-to-cart-bttn > i:hover {
			color: #ffffff;
		}

.product-request a {
	display: inline-block;
	-ms-zoom: 1;
	zoom: 1;
	vertical-align: top;
	margin: 12px;
	padding: 5px;
	color: white;
	background-color: #84DEFF;
	white-space: nowrap;
}

#productmarketing {
	font-size: 18px;
	margin: 10px 0px;
	width: 575px;
	background: #f7f3ea;
	display: flex;
	min-height: 100px;
	-webkit-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	-moz-box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.72);
	box-shadow: 3px 3px 4px -2px rgba(148,148,148,0.7)
}

	#productmarketing > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 0;
	}

	#productmarketing img {
		margin-bottom: 10px;
	}

#product-content {
	margin-top: 60px;
}

#product-content-nav { /*display: none; set this to none when not using tabs on detail page*/
}

#mobile-scroll-indicator {
	display: none;
}

#mobile-scroll-indicator-info {
	display: none;
}

.product-content-section {
	margin-bottom: 10px;
}

	.product-content-section h3 {
		border-bottom: 2px solid #bdc3cc;
		font-size: 20px;
	}

#product-content-samples .cover {
	height: auto;
}

#product-sliders {
	text-align: center;
	background: #f7f3ea;
}

	#product-sliders h2 {
		color: #141414;
		padding: 5px 0;
	}

		#product-sliders h2 span {
			padding: 5px 4px;
		}

#product-zoom {
	margin: auto;
	position: absolute;
	top: 87.5%;
	left: 72%;
	display: inline-block;
	border-radius: 15px;
	background-color: rgba(173, 173, 173, 0.7);
	padding: 6px 5px 4px 5px;
	z-index: 1000;
}

	#product-zoom img {
		vertical-align: middle;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-osx-font-smoothing: grayscale;
	}

		#product-zoom img:hover {
			-webkit-animation-name: hvr-pulse;
			animation-name: hvr-pulse;
			-webkit-animation-duration: 1s;
			animation-duration: 1s;
			-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
			-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
		}

.msg-tab-alt {
	display: none;
}

#fblike {
	height: 25px;
	float: left;
}

#twitterlike {
	height: 25px;
	float: left;
	margin-left: 15px;
}

#product-googlePreview {
	text-align: center;
	margin: auto;
}

#product-content-bio {
	overflow: auto;
}

#author-bio {
}

	#author-bio p {
		display: inline-block;
	}

	#author-bio img {
		max-width: 200px;
		float: left;
		margin: 5px 20px 0px 0px;
	}

#author-bio-page {
	min-height: 330px;
}

#author-image {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

	#author-image img {
		max-width: 200px;
		margin-bottom: 40px;
		margin-top: 5px;
	}

#wishlist-item {
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#product-zoom img {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

	#product-zoom img:hover {
		-webkit-animation-name: hvr-pulse;
		animation-name: hvr-pulse;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}

/* bulk price and order notes (shorNotes)*/
#bulk-pricing {
	background-color: #e1e9f6;
	border-radius: 15px;
	padding: 5px 14px;
	max-width: 200px;
}

#product-ordernotes {
	text-align: left;
	width: 100%;
	border-collapse: collapse;
}

	#product-ordernotes tr {
		border-bottom: 1px solid #fff;
	}

	#product-ordernotes td {
		white-space: nowrap;
		line-height: 1.5em;
	}

		#product-ordernotes td:last-child {
			text-align: right;
			overflow: hidden;
		}

.product-format-header {
	font-weight: bold;
}

.product-format-detail {
	display: flex;
}

	.product-format-detail > div {
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		flex: 1 1 0;
	}

.product-format-type {
}

.product-format-price {
}

.product-format-add {
}

.product-ad1 {
	max-width: 700px;
}

.product-ad2 {
	max-width: 1024px;
}

/*#region Tabbed Content DO NOT DELETE JUST COMMENT OUT if you are not using tabs on detail page*/
.msg-tab-bar {
}

.msg-tab {
	display: inline-block;
	padding: 0px 22px;
	line-height: 30px;
	vertical-align: bottom;
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	background-color: #141414;
	font-size: 13px; /* max-width: 135px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; */
}

/* Proposed Long-Text Fix */
.msg-tab {
	max-width: 165px;
	min-width: 135px;
	padding: 0px 10px;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-right: 11px;
}

	.msg-tab.active {
		padding-top: 1px;
		margin-bottom: -1px;
		background: #f0484e;
		box-shadow: none;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
	}

	.msg-tab:first-child {
	}

	.msg-tab:last-child {
	}

	.msg-tab + .msg-tab {
		margin-left: -3px;
	}

		.msg-tab + .msg-tab.active {
			margin-left: -4px;
		}

	.msg-tab.active + .msg-tab {
		margin-left: -4px;
	}

.msg-tab-target {
	background-color: #f7f3ea;
	padding: 10px 10px;
	margin-bottom: 35px;
}

.msg-tab-alt {
	display: none;
}
/*#endregion*/


/*#region Quick Order */
#qo-heading {
	line-height: 30px;
	margin: 0px;
	background-color: #84DEFF;
	color: white;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}

#qo-headertext {
	color: black;
	padding: 0px 40px;
	text-align: center;
}

#quickorder {
	width: 100%;
	border-collapse: collapse;
}

	#quickorder tr {
		border-bottom: 2px solid #84DEFF; /*height: 44px;*/
	}

		#quickorder tr:nth-child(even) {
			background-color: #dee6eb;
			border-color: #bdc3cc;
		}

	#quickorder th {
		text-align: right;
		color: black;
		font-weight: normal;
	}

		#quickorder th:first-child {
			text-align: left;
		}

	#quickorder td {
		padding: 10px;
		text-align: right;
		color: #808389;
		font-size: 15px;
	}

		#quickorder td:first-child {
			text-align: left;
		}

	#quickorder input {
		width: 40px;
	}

#qo-buttons {
	text-align: center;
	margin: 10px 0px 5px 0px;
}

	#qo-buttons a {
		display: inline-block;
		margin: 10px;
		padding: 5px;
		width: 100px;
		color: white;
		background-color: #004268;
		border-radius: 15px;
		box-shadow: 1px 2px #bdc3cc;
	}

#qo-notes {
	text-align: center;
	font-style: italic;
}
/*#endregion*/

/*#region Order Pad */
.msgop {
}

#msgop-items {
	width: 100%;
}

	#msgop-items .vCartBookSearchTemplate {
		display: none;
	}

	#msgop-items tr {
		vertical-align: top;
	}

	#msgop-items td {
		text-align: center;
	}

		#msgop-items td.vCartBookSIdSearch {
			width: 85px;
		}

	#msgop-items input.vCartBookSIdSearchInput {
		width: 100%;
	}

	#msgop-items .vCartBookSIdSearchList {
		position: absolute;
		background: white;
		padding: 5px;
		box-shadow: 1px 1px 2px #bdc3cc;
	}

		#msgop-items .vCartBookSIdSearchList:empty {
			display: none;
		}

	#msgop-items input.vCartBookSIdSearchTitleInput {
		width: 95%;
	}

	#msgop-items .vCartBookSearchBookPriceLabel:before {
		content: '$';
	}

	#msgop-items td.vCartBookSIdQuantity input {
		width: 45px;
		text-align: right;
	}
/*#endregion*/

/*#region advanced search w filter*/

#asearch-filter-trigger {
	display: none;
	font-size: 32px;
	text-align: center;
	background: url(/images/button_menu.png) no-repeat center right;
}

	#asearch-filter-trigger.msg-exp-open {
		background: url(/images/button_menu_open.png) no-repeat center right;
	}

#asearch-filter {
	min-height: 250px;
	text-align: left;
	margin-bottom: 0px;
}

	#asearch-filter .treenav-heading {
		margin-bottom: 10px;
	}

.asearch-filter-section {
	margin: 5px;
	font-size: 12px;
	color: black;
}

	.asearch-filter-section > span {
		display: block;
	}

#asearch-filter-button {
	margin: 15px;
}

#asearch-marketing {
	text-align: center;
}

	#asearch-marketing img {
		margin-bottom: 10px;
	}

/*#endregion*/

/*#region Sliders */

/* General */
.placardslider .flex-control-nav {
	bottom: 5px;
	z-index: 5;
}

.placardslider .flex-control-paging li a {
	background: rgba(182, 149, 106, 0.5);
}

	.placardslider .flex-control-paging li a.flex-active {
		background: rgba(182, 149, 106, 0.9);
	}

.placardslider .flex-direction-nav a {
	color: rgba(182, 149, 106, 0.8);
}

.vslider .slides li {
	height: 284px;
}

.vslider .slides img {
	margin-bottom: 10px;
}

.vslider-nav {
	display: none;
}

.vslider:hover .vslider-nav {
	display: block;
}

.vslider-nav img {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 50%;
	margin-left: -16px;
}

	.vslider-nav img.prev {
		top: 0;
	}

	.vslider-nav img.next {
		bottom: 0;
	}

.slider-pane {
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
}

.slider-leftnav, .slider-rightnav {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 32px;
}

.slider-leftnav {
	left: 4px;
	background: url('/images/prev.png') center 85px no-repeat;
}

.slider-rightnav {
	right: 4px;
	background: url('/images/next.png') center 85px no-repeat;
}

.slider-window {
	display: inline-block;
	overflow: hidden;
	z-index: 0;
	*display: block;
	-ms-zoom: 1;
	zoom: 1;
	width: 100%;
}

.slider-item {
	margin: 0px;
	*display: block;
	-ms-zoom: 1;
	zoom: 1;
	vertical-align: top;
}

	.slider-item img {
		max-height: 150px;
	}

	.slider-item .description {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
	}

	.slider-item .title {
	}

	.slider-item .format {
		font-weight: bold;
		padding-top: 5px;
	}

.cover img {
	vertical-align: bottom;
}
/* Specific (per site or per slider) */
.productslider {
	width: 770px;
	position: relative;
	margin: 0px auto;
}

.book-details-slider {
	width: auto;
}

.productslider .book-details-slider > .slider-item {
	max-width: 100%;
}

.book-details-slider > .slider-window {
	display: flex;
}

.book-details-slider .slider-pane {
	margin: 0 auto;
}

.productslider .slider-item {
	padding: 5px;
	text-align: center;
	flex: 1 1 auto;
	max-width: 150px;
}

#product-content-samples .productslider .slider-item {
	display: inline-flex;
}

#product-content-samples .productslider {
	width: 700px;
}

.productslider .title a {
	font-weight: normal;
	max-width: 120px;
	word-break: normal;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-inline-box;
	line-height: 16px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.productslider .byline {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 12px;
}

.productslider .date {
	color: #bdc3cc;
	font-size: 12px;
}

.productslider .price {
	font-weight: bold;
}

.productslider .retailprice {
	text-decoration: line-through;
	margin-right: 5px;
}

.productslider .saleprice {
	color: #c72d2f;
}

.cover {
	height: 150px;
	width: 134px;
	display: table-cell;
	vertical-align: bottom;
}

.add-to-cart {
	width: 134px;
}

	.add-to-cart a {
		vertical-align: bottom;
	}

#add-to-cart-bttn-slider {
	backface-visibility: hidden;
	position: relative;
	width: 110px;
	height: 14px;
	cursor: pointer;
	display: inline-flex;
	white-space: nowrap;
	background: #141414;
	border: 0px solid #ffffff;
	padding: 10px 12px 5px 12px;
	color: #ffffff;
	text-align: left;
	font-size: 9.577px;
	font-family: 'Montserrat',arial;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}

	#add-to-cart-bttn-slider:hover {
		text-decoration: none;
		background: #84DEFF;
	}

	#add-to-cart-bttn-slider > i {
		font-size: 1.3em;
		padding: 0px 0px 0px 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #FFFFFF;
	}

		#add-to-cart-bttn-slider > i:hover {
			color: #84DEFF;
		}

#tabcenter-featured .slider-item {
	margin: 0px 9px 0px 0px;
}

.tabcenter-featured h2 {
	text-transform: lowercase;
}
/*#endregion*/
#selfservice_create .choose-panel {
	background-color: white;
	margin: 0 auto;
}

#selfservice_create .choose-container {
	width: 45%;
	text-align: center;
	margin: 10px 10px;
	display: inline-block;
}

#selfservice_create .text-item {
	display: block;
	text-align: center;
	min-height: 30px;
	margin: 10px 0px;
}

#selfservice_create .header {
	font-weight: bold;
	font-size: 18px;
}

#selfservice_create .fullwidth {
	width: 80%;
	margin: 0px auto;
	display: block;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 81%;
	}
/* Media queries included here to reduce load time by reducing HTTP requests. */

@media screen and (max-width: 1024px) {
	body {
		padding: 0 20px;
	}

	.main-right {
		width: auto;
		float: none;
		margin-top: 16px;
	}

	#home-marketing a {
		display: flex;
	}

	#search-form input[type='text'] {
		width: 150px !important;
	}

	#treenav {
		display: block;
	}

	#footer-links {
		padding: 0px 30px;
	}

	.product-buy {
		width: 550px;
		margin-right: 10px;
	}

	#product-info p {
		padding-right: 5px;
	}

	#product_detail_cover {
		padding-left: 0px;
	}
}

@media screen and (max-width: 1023px) {
	body {
		padding: 0
	}

	.centerpage {
		margin: 0px 12px;
	}

	#header-links a { /*display: inline-block; border-right: 1px solid #bdc3cc; border-bottom: 1px solid #bdc3cc; padding: 2px 5px; margin-top: 3px;*/
	}

	#header-message {
		float: none;
		margin: auto;
	}

	#navbar {
		text-align: center;
		padding: 11px 0px 0px 0px;
	}

	#search-form {
		float: none;
	}

	#navbar-links {
		float: none;
	}

	#main-content, .main-left, .main-right {
		float: none;
		margin: 0px 0px 15px 0px;
		width: auto !important;
	}

		#main-content.pages {
			margin-left: 0px;
			max-width: none;
		}

	.main-right {
		text-align: center;
	}

		.main-right .vslider {
			display: none;
		}

	#treenav-trigger {
		display: none;
	}

	#treenav {
		display: none;
		min-height: 0px;
		background-color: transparent;
		padding: 0px;
	}

		#treenav, #treenav a {
			color: white;
			text-shadow: 1px 1px 0px #84DEFF;
		}

	.treenav-heading {
		display: none;
	}

	.treenav-menu {
		color: white;
		margin-bottom: 5px;
		background-color: #141414;
	}

	.treenav-submenu {
		padding: 0px 10px;
		margin: 0px 4px;
		border-left: 1px solid #84DEFF;
		border-right: 1px solid #84DEFF;
	}

		.treenav-submenu .treenav-item {
			margin-left: 5px;
		}

	.treenav-item {
		margin: 1px 0px;
		padding: 10px;
		text-align: center;
		font-size: 18px;
		border-bottom: 1px solid #141414;
		background-color: #dee6eb;
		background-image: linear-gradient(#141414, #141414);
		background-image: -ms-linear-gradient(top, #141414%, #141414 0%);
		background: url(/images/li-box.png) no-repeat;
		background-position: right center;
	}

	#treenav .msg-exp-t {
		font-weight: bold;
		font-size: 18px;
		background-color: #84DEFF;
		background-image: url(/images/arrow-right.png);
		background-image: url(/images/arrow-right.png), linear-gradient(#dee6eb, #84DEFF);
		background-image: url(/images/arrow-down.png), -ms-linear-gradient(top, #dee6eb0%, #84DEFF 0%);
		background-position: right center;
	}

		#treenav .msg-exp-t.msg-exp-open {
			background-color: #84DEFF;
			background-image: url(/images/arrow-down.png);
			background-image: url(/images/arrow-down.png), linear-gradient(#dee6eb, #84DEFF);
			background-image: url(/images/arrow-down.png), -ms-linear-gradient(top, #dee6eb0%, #84DEFF 0%);
			background-position: right center;
		}

	.treenav-item.msg-exp-t {
		background-image: url(/images/arrow-right.png);
		background-position: right center;
	}

		.treenav-item.msg-exp-t.msg-exp-open {
			background-image: url(/images/arrow-down.png);
			background-position: right center;
		}

	#pnlSignup {
		text-align: center;
		margin: 10px 0px;
		padding: 10px 0px;
		border-top: 2px solid #bdc3cc;
		border-bottom: 2px solid #bdc3cc;
	}

		#pnlSignup > span {
			display: block;
			margin: 0px 10px;
			font-size: 16px;
			vertical-align: top;
			line-height: 32px;
			-ms-zoom: 1;
			zoom: 1;
		}

		#pnlSignup > input {
			font-size: 12px;
			vertical-align: top;
		}

			#pnlSignup > input[type='text'] {
				padding: 7px;
				margin: 0px 10px;
				width: 200px;
			}

	#footer-nav a {
		padding: 10px;
	}

	.home-row .vslider {
		display: none;
	}

	#home-marketing img {
		margin: 10px;
	}
}

@media screen and (max-width: 768px) {
	#header-logo {
		float: none;
		text-align: center;
	}

	#header-cart {
		text-align: center;
	}

	#header-tools {
		text-align: center;
	}

	#advance-search-container {
		display: none;
	}

	#navbar {
		padding: 0;
	}

	#navbar-links {
		background-color: transparent;
		display: none;
	}

	.treenav-menu a {
		line-height: 20px;
		color: #FFFFFF;
	}

	#navbar-links a {
		background-color: #dee6eb;
		box-shadow: 2px 2px 2px #bdc3cc;
		margin: 3px 0px;
		padding: 5px;
	}

	#navbar-links .separator {
		display: none;
	}

	.productslider.book-details-slider {
		width: 700px;
	}

	#product-info p {
		overflow-y: visible;
		max-height: fit-content;
	}

	#product-zoom {
		top: 85.5%;
		left: 66.5%;
	}

	#footer-links ul {
		border: none;
	}

	#footer-copyright, #footer-text-links {
		text-align: center;
		margin: 0 75px;
	}

	#footer-links {
		padding: 0px;
	}

	#footer-column-3 {
		margin-left: 0px;
	}

	#pnlSignup {
		text-align: center;
		margin: 0px 0px -1px 0px;
		padding: 0px 0px;
		border-top: none;
		border-bottom: none;
	}

	.list-item-image, .list-item-addtocart {
		float: none;
		display: inline-block;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		text-align: center;
		margin-right: 20px;
	}

	.list-item-detail {
		margin: 0px;
	}

	#product_detail_cover {
		max-width: 84%;
	}

	#product-marketing {
		float: none;
		max-width: none;
		text-align: center;
	}

		#product-marketing img {
			margin: 10px;
		}

	#product-content {
		margin-right: 0px;
	}

	#product-cover {
		width: auto;
		float: left;
		text-align: center;
		margin-bottom: 15px;
	}

	#product-cover-image {
		max-width: none;
		max-height: 300px;
		margin-bottom: 15px;
	}

	.product-buy {
		float: none;
		width: 100%;
	}

	#product-social {
		margin-left: 10px;
		vertical-align: top;
	}

	#product-info {
		margin-left: 0px;
		min-height: 0px;
	}

	.productslider.home-slider {
		width: 700px;
		padding: 0px 0px;
	}

	.productslider .slider-item {
	}

	#bulk-pricing {
		display: inline-block;
		float: none;
		background-color: #E9E5E5;
		padding: 5px;
		border-radius: 5px;
		width: 220px;
		margin: 10px 0px;
	}

	.treenav-item.bold a {
		font-weight: normal;
	}

	#mobile-menu-trigger {
		display: block;
	}

	#navbar span {
	}

	#mobile-adv-search {
		display: block;
		color: #ffffff;
	}

	#mobile-menu-trigger {
		display: block;
		font-size: 32px;
		text-align: center;
		background: url(/images/button_menu.png) no-repeat center;
		height: 50px;
		background-color: #F0484E;
	}

		#mobile-menu-trigger.msg-exp-open {
			background: url(/images/button_menu.png) no-repeat center;
		}

	#search-container {
		background: #141414;
		height: 70px;
		padding: 5px 0px;
	}
}

@media screen and (max-width: 480px) {
	#header-logo {
		float: left;
	}

		#header-logo img {
			width: 200px;
			max-width: none;
		}

	#header-links {
		text-align: right;
		font-size: 16px;
		line-height: 25px;
	}

		#header-links .separator {
			display: none;
		}

	#navbar-links {
		display: none;
	}

	#header-nav-link > div {
		display: block;
		margin-bottom: 10px;
	}

	#contact-icon {
		vertical-align: text-top;
	}

	#header-nav-link #login {
		margin-right: 0px;
		display: inline-block;
	}

	#header-nav-link #register {
		margin-right: 0px;
		display: inline-block;
	}

	#header-links a {
		border-right: none;
		border-bottom: none;
	}

	#header-cart label, #header-cart .separator {
		display: inline;
	}

	#header-cart a {
		margin: 4px;
	}

	#advance-search-container {
		display: none;
	}

	.header-social {
		display: none;
	}

	#header-message {
		display: none;
	}

	#header-cart {
		display: none;
	}

	#search-form input[type='text'] {
		width: 265px;
	}

	#search-form input[type='image'] {
		margin-left: -4px;
		padding: 0px;
	}

	#user-display {
		float: right;
		max-width: 200px;
		text-align: right;
	}

	#home-marketing a {
		display: block;
	}

	.add-to-cart-bttn:hover {
		text-decoration: none;
		background: #141414;
	}

	.add-to-cart-bttn > i {
		font-size: 1.3em;
		padding: 0px 0px 0px 0px;
		margin: -1px 1px 0px 0px;
		position: absolute;
		top: 10px;
		right: 10px;
		color: #84DEFF;
	}

		.add-to-cart-bttn > i:hover {
			color: #ffffff;
		}

	.list-item {
		text-align: center;
	}

	.list-item-detail {
		text-align: left;
	}

	#product-content {
		margin-top: 30px;
		position: relative;
	}

	h3.msg-tab-alt {
		font-size: 13px;
		background: #141414;
		color: white;
		margin-bottom: 0px;
		height: 30px;
		line-height: 33px;
		font-family: 'Montserrat', Verdana, Arial, sans-serif;
		font-weight: 500;
	}

	.product-cart {
		text-align: center;
	}

	#book-info {
		padding: 0px 0px;
	}

	#product_detail_cover {
		max-width: 100%;
	}

	#product-content-samples .productslider {
		width: auto;
	}

	#product_detail_cover {
		padding-left: 0px;
	}

	#product-zoom {
		top: 49%;
		left: 160px;
	}

	.product-buy {
		display: inline-block;
	}

	.product-format {
		display: inline-block;
	}

	.product-price {
		display: inline-block;
		float: right;
		padding: 0 20px;
	}

	#product-content-delivery {
		height: 100px;
	}

	.product-request {
		display: block;
	}

	.product-info {
		position: relative;
	}

	.productslider .slider-item {
		padding: 5px 2rem 5px 0px;
	}

	#product-info p {
		overflow-y: auto;
	}

	#mobile-scroll-indicator {
		position: absolute;
		top: 625px;
		display: block;
		text-align: center;
		width: 100%;
		background-color: #ffffff;
	}

	.book-details-slider.productslider .slider-item {
		flex: 0;
	}

	.productslider {
		width: 100%;
		padding: 0px;
	}

		.productslider .slider-leftnav, .productslider .slider-rightnav {
			display: none;
		}

		.productslider .slider-pane {
			white-space: normal;
			overflow-x: scroll;
			margin-left: 0px !important;
			width: 27rem;
		}

	/*.slider-item:nth-child(n+3) {
		display: none;
	}*/

	.msg-tab-bar {
		display: none;
	}

	.msg-tab-alt {
		display: block;
		text-align: center;
	}

	.msg-tab-target {
		display: block !important;
		height: auto;
		overflow: auto;
	}

	#header-cart-icon {
		vertical-align: sub;
	}

	.list-item-description {
		display: none;
	}

	.list-item-title {
		display: none;
	}

	.list-item-title-small {
		display: block;
	}

	.list-item-image, .list-item-addtocart {
		display: inline-block;
		*display: inline;
		-ms-zoom: 1;
		zoom: 1;
		vertical-align: top;
		text-align: right;
		margin-right: 10px;
	}

		.list-item-image img {
			margin-right: 40px;
		}

	.list-grid {
		vertical-align: text-top;
	}

		.list-grid .list-item-image img {
			margin-right: 0px;
		}

	#pnlSignup {
		text-align: center;
		margin: 0px 0px;
		padding: 25px 0px;
		border-top: none;
		border-bottom: none;
	}

	#wishlist-item-details {
		margin-left: 0px;
	}

	#footer-links {
		display: none;
	}

	#footer-links-mobile {
		display: flex;
		flex-flow: row wrap;
	}

		#footer-links-mobile a {
			color: #ffffff;
		}

	#footer-mobile-column-1 {
		margin: auto;
		padding: 15px;
	}

		#footer-mobile-column-1 img {
		}

	#footer-mobile-column-2 {
		margin: auto;
		padding: 5px 0px;
	}

		#footer-mobile-column-2 ul {
			list-style: none;
			line-height: 30px;
		}

	#footer-column-1 {
	}

	#footer-column-2 {
	}

	#footer-column-3 {
		margin-left: 0px;
	}

		#footer-column-3 > span {
		}

	#footer-text {
		border-top: none;
	}

	#footer-copyright {
		margin: 0 113px;
	}

	::-webkit-scrollbar {
		width: 0.5em !important;
		scroll-behavior: smooth !important;
		display : none;
	}

	::-webkit-scrollbar-thumb {
		background: #84DEFF;
		border-radius: 5px;
	}
}

@media screen and (max-width:414px) {
	.productslider .slider-pane {
		width: 23.5rem;
	}
	.productslider .slider-item {
		padding: 5px 1.5rem 5px 0px;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 28px;
	}

	#product-zoom {
		top: 86.5%;
		left: 79.5%;
	}

	#footer-copyright {
		margin: 0 98px;
	}
}

@media screen and (max-width:375px) {
	.productslider .slider-item {
		padding: 5px 26px 5px 0px;
	}

	.productslider .slider-pane {
		width: 23.5rem;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 20px;
	}

	#footer-mobile-column-2 ul {
		list-style: none;
		padding-left: 25px;
	}

	#product-zoom {
		top: 85.5%;
		left: 79.5%;
	}

	#mobile-scroll-indicator {
		top: 500px;
	}
}

@media screen and (max-width: 360px) {

	#product-content-samples .productslider .slider-item {
		padding: 5px 10px;
	}

	.productslider .slider-pane {
		width: 21rem;
	}

	.productslider .slider-item {
		padding: 5px 4px 5px 0px;
	}
}

@media screen and (max-width:320px) {
	.productslider.home-slider {
		width: 500px;
		padding: 0px 0px;
	}

	.productslider .slider-pane {
		width: 19rem;
	}

	.productslider .slider-item {
		padding: 5px 0.1rem 5px 0px;
	}

	#add-to-cart-bttn-slider {
		width: 97px;
	}

	#product-content-samples .productslider .slider-item {
		padding: 2px 2px;
	}

	.book-details-slider.productslider .slider-item {
		padding: 5px 5px;
	}

	#mobile-scroll-indicator {
		top: 467px;
	}

	.list-grid {
		width: 125px;
	}

		.list-grid .list-item-addtocart {
			width: 100px;
			margin-right: 15px;
		}

		.list-grid .list-item-image img {
			max-width: 100px;
		}

	.list-item-image img {
		margin-right: 0px;
	}

	.list-item-image {
		float: left !important;
	}

	.list-item-addtocart {
		float: right !important;
		margin-right: 0px;
	}

	.list-item-detail {
		text-align: right;
	}

	#pnlSignup > input[type='text'] {
		width: 175px;
	}

	#product-zoom {
		top: 84.5%;
		left: 78.5%;
	}

	#search-form input[type='text'] {
		width: 175px;
	}

	#footer-mobile-column-1 {
		padding: 0px 15px;
	}

		#footer-mobile-column-1 img {
		}

	#footer-mobile-column-2 ul {
		padding-left: 5px;
	}

		#footer-mobile-column-2 ul > li:last-child {
		}

	#footer-copyright {
		margin: 0 89px;
	}
}

