
/* Carousel Small */
.carousel-small ul.list-inline li {
	width:136px;
}
.carousel-small .carousel-book {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5px;
}


/* Carousel Medium */
.carousel-medium ul.list-inline li {
	width:190px;
}
.carousel-medium .carousel-book,
.carousel-medium .carousel-book-see-all-cs {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5px;
    /*height: 320px;*/
}

.carousel-book-see-all-cs {
	height: 100%;
	max-height: 100%;
	min-height: 170px;
	width: auto;
}
.carousel-book-see-all-cs a {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.carousel-book-see-all-cs img {
	height: 100%;
	width: auto!important;
	min-height: 170px;
	max-height: 262px;
}

/* Carousel Large */
.carousel-large ul.list-inline li {
	width:240px;
}
.carousel-large .carousel-book {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 5px;
}

/* Carousel Mobile */
.carousel-mobile ul.list-inline li {
	width:120px;
}
.carousel-mobile .carousel-book {
    display: table-cell;
    vertical-align: bottom
}
/* Carousel Inner Styles */
.DocumentList {
    width:100%;
    padding:0;
    position:relative;
}
	ul.list-inline{
		margin: 0;
		padding: 0;
		width:10000px;
	}
	
	ul.list-inline li{
		margin: 0;
		/*padding: 0 10px;*/
        /* instead of margin / padding, control spacing through width specified in carousel.init.js */
		float:left;
		list-style:none;

	}
	ul.list-inline li img{
		width: 100%;
	}

/* Carousel Meta Styles */

.list-inline .carousel-meta {
    margin-top: 18px;
    padding: 0 5px;
}
.product-list-item .carousel-meta, .product-item-medium .carousel-meta, .product-item-small .carousel-meta, .carousel-meta div{
	margin-top:0;
}
.carousel-meta{
	font-size:14px;
	line-height: 17px;
}
.carousel-meta div{
	margin: 3px 0;
}
.carousel-meta-title a {
	font-family: 'FortBold';
	color: #0078A6;
}
.carousel-meta-title a:hover, .carousel-meta .carousel-meta-author a:hover {
	color: #005372;
	text-decoration: underline;
}
.carousel-meta-author {
    text-transform: uppercase;
}

.carousel-meta-subtitle{
	color: #000;
    font-size: 13px;
    line-height: 15px;
    font-weight:normal;
}
.carousel-meta-onsale {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}
.carousel-meta-isbn, .carousel-meta-format, .carousel-meta-countries, .carousel-meta-imprint{
	font-size: 12px;
    color: #444;
}
.carousel-small .carousel-meta div.carousel-meta-isbn {
    font-size: 11px;
}
.carousel-meta-isbn {
	overflow-wrap: break-word;
}

.carousel-meta-export {
background: none;
    border: 1px solid rgba(0,59,147,0.20);
    color: #003b93;
    text-transform: uppercase;
    font-family: 'FortBook';
    font-size: 11px;
    margin-top: 6px;
    line-height: 11px;
    padding-top: 4px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    max-width: 170px;
}

.carousel-meta-cover-variant {
    font-family: 'FortMedium', sans-serif;
    color: rgba(0,0,0,.8);
    border: 1px solid;
    border-color: rgba(0,0,0,.35);
    text-decoration: none;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    border-radius: 2px;
    padding: 2px 4px;
    -moz-padding: 2px 4px 3px;
    display: inline;
}

.carousel-book img {
    box-shadow: 0px 7px 14px rgba(0,0,0,0.35);
}

.carousel-book img.see-all  {
    box-shadow: none;
}
.carousel-meta-wishlist-icon {
	text-align: right;
	padding-bottom: 5px;
}

.carousel-meta-wishlist-icon .wishlist-message {
	font-family: 'FortBook';
    font-size: 12px;
	padding-right: 12px;
	position: relative;
	top: -2;
	color: #666666;
}

.carousel-meta-wishlist-icon a {
    font-size: 18px;
	color: #666666;
}

.carousel-meta-wishlist-icon a:focus {
	color: #666666;
}

.carousel-meta-wishlist-icon a:hover {
	color: #FA6400;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto !important;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-viewport{
	/*margin-bottom:-20px;*/
	height: auto!important;
}

/** THEME
===================================*/
/* REMOVED - NOT NECESSARY / USED */

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
/* REMOVED - NOT NECESSARY / USED */

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {
    background-color: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.25);
    padding: 20px 10px;
    font-size: 41px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 5px;
    display: block;
    position: absolute;
    outline: 0;
    z-index: 99;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;}

.bx-wrapper .bx-controls-direction a .fa {
    font-size: 41px;
    color: #fff;
    text-shadow: 0px 0px 15px rgba(0,0,0,1);
    }

.bx-wrapper .bx-prev {
	left: 0;
}

.bx-wrapper .bx-next {
	right: 0;
}

.carousel-small .bx-wrapper .bx-controls-direction a,
.carousel-mobile .bx-wrapper .bx-controls-direction a {
	top:65px;
}

.carousel-medium .bx-wrapper .bx-controls-direction a {
	top:130px;
}

.carousel-large .bx-wrapper .bx-controls-direction a {
	top:165px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	opacity: 0!important;
	z-index:-1;
}

.carousel.hover .bx-wrapper .bx-controls-direction a {
	opacity: 1;
	-webkit-transition: opacity .4s ease-in;
	-moz-transition: opacity .4s ease-in;
	-o-transition: opacity .4s ease-in;
	transition: opacity .4s ease-in;
}

/* AUTO CONTROLS (START / STOP) */
/* REMOVED - NOT NECESSARY / USED */


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* REMOVED - NOT NECESSARY / USED */

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

@media only screen and (max-width: 719px){
    .bx-viewport {
        height: auto !important;
    }
}
@media only screen and (min-width: 1290px){
	body.home .carousel.carousel-medium.d-none.d-sm-block {
		width: 126%;
		margin-left: -13%;
	}
}
@media only screen and (min-width: 1460px){
	body.home .carousel.carousel-medium.d-none.d-sm-block {
		width: 140%;
		margin-left: -20%;
	}
}
@media only screen and (min-width: 1640px){
	body.home .carousel.carousel-medium.d-none.d-sm-block {
		width: 162%;
		margin-left: -31%;
	}
}
@media only screen and (min-width: 1900px){
	body.home .carousel.carousel-medium.d-none.d-sm-block {
		width: 182%;
		margin-left: -41%;
	}
}

