.bookshelf .carousel-control.left, .bookshelf .carousel-control.right {
    background-image: none !important;
}

.bookshelf .carousel-control {
    top: 40%;
    color: #428BCA;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}

.bookshelf .carousel-control:hover {
    color: #d9534f;
}

.bookshelf .carousel-control.left, .bookshelf .carousel-control.right {
    background-image: none !important;
}

.bookshelf .carousel-control.right {
    left: auto;
    /*right: -32px;*/
    right: 0;
}

.bookshelf .carousel-control.left {
    right: auto;
    /*left: -32px;*/
    left: 0;
}

.bookshelf .carousel-indicators {
    bottom: -30px;
}

.bookshelf .carousel-indicators li {
    border-radius: 0;
    width: 10px;
    height: 10px;
    background: #ccc;
    border: 1px solid #ccc;
}

.bookshelf .carousel-indicators .active {
    width: 12px;
    height: 12px;
    background: #3276b1;
    border-color: #3276b1;
}

.bookshelf .item {
    text-align: center;
}
.bookshelf .item a {
    display: block;
    max-width: 100%;
}

.bookshelf .item a img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.bookshelf .image-not-found {
    height: 170px;
}

.bookshelf .book-item-contentType{
    margin-top: 10px;
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #4D4C4C;
    display: block;
    width: 100%;
    text-align: center;
}

.bookshelf .book-item-title {
    margin-top: 10px;
    font-family: Muli, sans-serif;
    color: #4D4C4C;
    display: block;
    width: 100%;
    text-align: center;
}

.bookshelf .book-item-contributors{
    margin-top: 10px;
    font-family: Muli, sans-serif;
    color: #4D4C4C;
    display: block;
    width: 100%;
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.bookshelf a {
    color: #4D4C4C;
    text-decoration: none;
}

.bookshelf a.book-item-image {
    text-align: center;
    vertical-align: bottom;
    padding: 25px;
    background: #F3F4F3;
}

.bookshelf .carousel-indicators{
    display: none !important;
}

.bookshelf .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.bookshelf .owl-next{
    text-indent: 99999px;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 7px 0 7px 7px !important;
    border-color: transparent transparent transparent #6f6f6e !important;
    padding: 0;
    right: -20px;
    position: absolute;
}

.bookshelf .owl-prev{
    text-indent: 99999px;
    width: 0;
    height: 0;
    border-style: solid !important;
    border-width: 7px 7px 7px 0 !important;
    border-color: transparent #6f6f6e transparent transparent !important;
    padding: 0;
    left: -20px;
    position: absolute;
}

.bookshelf .owl-next,
.bookshelf .owl-prev{
    background: transparent !important;
}

.fade-it {
    height: 100px;
    width: 100%;
    background: url(https://www.chelseagreen.com/wp-content/uploads/2018/02/fader.png) bottom left repeat-x;
    position: absolute;
    bottom: 0px;
}

@media (max-width: 767px) {  
    .bookshelf .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .bookshelf .book-item-title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bookshelf .book-item-contributors,
    .bookshelf .book-item-contributors a {
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bookshelf .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .bookshelf .book-item-title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bookshelf .book-item-contributors,
    .bookshelf .book-item-contributors a {
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
    }
}

@media (min-width: 992px) { 
    .bookshelf .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    
    .bookshelf .book-item-title {
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .bookshelf .book-item-contributors,
    .bookshelf .book-item-contributors a {
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
        display: inline-block;
    }
}


