.book-list .book-list-title {
    margin-bottom: 0;
}

.book-list .book-list-description {
    margin-bottom: 25px;
}

.book-list .book-list-toolbar {
    padding: 0;
    margin: 0 0 52px 0;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid gray; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    alignment: center;
}

.book-list .list-summary {
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
}

.book-list .book-list-mode {
    float: right;
}

.book-list .book-list-mode,
.book-list .book-list-page-size,
.book-list .book-list-sorter {
    display: inline-block;
}

.book-list .book-list-mode li {
    display: inline-block;
    font-size: 2em;
    margin-left: 5px;
}

.book-list .book-list-mode li:first-child {
    margin-left: 0;
}

.book-list .book-list-mode li a.active {
    color: inherit;
    cursor: default;
}

.book-list .book-item-add-basket a {
    padding: 6px 10px;
    margin: 1px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #a3a3a3;
    color: #fff;
}

.book-list .book-item-add-basket a:hover {
    background-color: #6a6a6a;
}

.book-list .book-item-image .image-not-found {
    display: inline-block;
    background: url(not-found.jpg) no-repeat;
    background-position: center;
    width: 1000px;
    height: 1000px;
}


    /***********************
    * LIST VIEW
    ***********************/
.book-list-list .list-items > div {
    border-bottom: 1px dotted silver;
    padding: 15px 0;
}

.book-list-list .list-items > div:last-child {
    border-bottom: none;
}

.book-list-list .book-item-image img {
    width: 100%;
}

.book-list-list .book-item-image .image-not-found {
    height: 150px;
}

.book-list-list .book-item-contributors {
    /* font-size: 0.8em; */
}

.book-list-list .book-item-forms li > span {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid silver;
}

.book-list-list .book-item-forms {
    list-style: none;
    margin: 0;
    padding: 0;
}

.book-list-list .book-item-forms li > span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

/***********************
* GRID VIEW
***********************/
.book-list-grid .list-items > .row {
    margin-top: 20px;
    padding-top: 20px;
}

.book-list-grid .list-items > .row .book-list-item {
    border-top: 1px dotted silver;
    padding-top: 10px;
}

.book-list-grid .list-items > .row:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.book-list-grid .book-item-link {
    text-align: center;
    display: block;
}

.book-list-grid .book-item-image .book-item-link{
    display: table-cell;
    vertical-align: middle;
}

.book-list-grid .book-item-image .book-item-link > img{
    display: inline-block;
}

.book-list-grid .book-item-box {
   width: 100%;
   text-align: center;
}
.book-list-grid .book-item-box .book-item-image {
   /*display: table-cell;*/
   text-align: center;
   vertical-align: bottom;
   padding: 25px;
   background: #F3F4F3;
   display: inline-block;
}

.search-result .book-list-grid .book-item-box .book-item-image {
    vertical-align: top;
}

.book-list-grid .book-item-image img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    box-shadow: 3px 3px 3px #888;
}

.book-list-grid .book-item-image .image-not-found {
    width: 100%;
}

.book-list-grid .book-item-contributors,
.book-list-grid .book-item-contentType,
.book-list-grid .book-item-title,
.book-list-grid .book-item-forms,
.book-list-grid .book-item-prices {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
    font-size: 16px;
}

.book-list-grid .book-item-volume {
    text-align: center;
}
.book-list-list .book-item-title {
    margin-top: 0;
}

.new-title .book-list-list .book-item-title {
    margin-bottom: 0px;
}

.new-title .book-list .book-list-item .book-item-sub-title {
    margin-top: 5px;
    margin-bottom: 5px;
}

.book-list-grid .book-item-forms li > span,
.book-list-grid .book-item-contributors {
    font-size: 0.8em;
}

.book-list-grid .book-item-forms li > span {
    display: block;
    margin: 5px 0;
}

.search-result .book-list-grid .book-item-add-basket,
.search-result .book-list-grid .book-item-availability {
    display: none;
}

.search-result .book-list-grid .book-item-form-paperback {
    padding-top: 0px;
}

.book-list-grid .book-item-forms {
    list-style: none;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
}

.book-list-grid .book-item-forms li {
    padding: 6px 0;
}

#tab-container .list-pager,
#tab-container .book-item-short-description,
#new-title .list-summary,
#new-title .book-list-toolbar,
#coming-soon .list-summary,
#coming-soon .book-list-toolbar {
    display: none;
}

#tab-container .book-list-item {
    margin: 0;
}
#tab-container .nav > li {
    width: 50%;
}

#tab-container .nav > li > a {
    padding: 15px 5px;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    color: #1B1464;
    margin-right: 0px;
    border-radius: 0px;
}

.tab-right-block #tab-container .nav > li:first-child > a {
    border-top-left-radius: 10px;
}

.tab-right-block #tab-container .nav > li:last-child > a {
    border-top-right-radius: 10px;
}

#tab-container .nav > li > a > i {
    margin-right: 10px;
    margin-left: 5px;
    padding: 5px;
    border-radius: 50%;
    background: #ccc;
    color: #fff;
}

#tab-container .nav > li.active > a > i {
    background: #a2338a;
}

#tab-container .nav > li:first-child > a {
    border-top: 1px solid transparent;
    border-left: 0px;
}

#tab-container .nav > li:last-child > a {
    border-top: 1px solid transparent;
    border-right: 0px;
}

.book-list-tab-1 .regular-layout .book-item-title,
.book-list-tab-2 .regular-layout .book-item-title,
#tab-container .book-item-title {
    font-size: 18px;
}

.book-list-tab-1 .regular-layout .book-item-sub-title,
.book-list-tab-2 .regular-layout .book-item-sub-title,
#tab-container .book-item-sub-title {
    font-style: 15px;
}

#tab-container .nav-tabs {
    /*border: none;*/
}

.book-list-tab-1 .regular-layout .book-list-item .col-md-2,
.book-list-tab-2 .regular-layout .book-list-item .col-md-2,
#tab-container .book-list-item .col-md-2 {
    width: 40%;
    padding: 0 10px;
}

.book-list-tab-1 .regular-layout .book-list-item .col-md-10,
.book-list-tab-2 .regular-layout .book-list-item .col-md-10,
#tab-container .book-list-item .col-md-10 {
    width: 60%;
    padding: 0 5px;
}

#tab-container .block-title {
    display: none;
}
.tab-right-block
{
    border: 1px solid #CDCDCD;
    border-radius: 10px;
    padding: 0;
}

.tab-right-block .nav-tabs > li.active > a {
   /*background: transparent;*/
    border-radius: 10px;
}

/* book list featured title */
.book-list-featured-titles{
    display: block;
    margin: -20px 0px 20px 0;
}
.featured-titles{
    margin-bottom: 10px;
}
.featured-titles .book-item-title{
    margin-bottom: 10px;
    padding: 15px 0
}
.featured-titles .book-item-contributors {
    font-size: 0.8em;
}
/* book list featured title  end */

@media only screen and (min-width: 1025px) {
    body.suffix-plays-to-perform .book-list .book-list-item a img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .book-list-grid .list-items > .row .book-list-item {
        border-top: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .book-list-grid .list-items > .row {
        border-top: 1px dotted silver;
    }

    .book-list-grid .list-items > .row .book-list-item .book-item-volume {
        text-align: center;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .book-list.ebooks-list .book-list-sorter {
        float: left;
    }

    .book-list.ebooks-list .book-list-grid .book-item-image img {
        width: auto;
    }
}

@media (max-width: 380px) {
    .book-list .book-list-mode {
        padding-left: 0px;
    }

    .book-list .book-list-sorter .btn {
        font-size: 10px;
    }
}

.book-list-grid{
    color: #4D4C4C;
    font-family: Muli, sans-serif;
}

.book-list-grid a{
    color: #4D4C4C;
    text-decoration: none;
}

.book-list-grid .list-summary{
    display: none;
}

.book-list-sorter button{
    border: none;
    background: none;
    border-radius: 0;
    text-transform: uppercase;
    color: #4D4C4C;
}

.book-list .book-list-sorter ul.dropdown-menu li a{
    font-family: Muli, sans-serif;
    color: #4D4C4C;
}

h3.book-list-title{
    font-family: Playfair Display, sans-serif;
    color: #4D4C4C;
}

div.book-list-attributes p,
div.book-list-description{
    font-family: Muli, sans-serif;
    color: #4D4C4C;
}

.book-list-filter {
    padding: 0;
    margin: 0;
    font-family: Muli, sans-serif;
    color: #4D4C4C;
}

.book-list-filter .search-block input{
    background: transparent;
}

.book-list-filter input{
    border-color: #4D4C4C !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.book-list-filter .keywords-search-button{
    padding: 0;
    display: block;
    cursor: pointer;
    background: url(search-icon-widget.png) no-repeat;
    background-size: contain;
    position: absolute;
}

.book-list-filter .form-group{
    position: relative;
}

.book-list-filter .form-group label.control-label{
    font-family: Muli, sans-serif;
    color: #4D4C4C;
    font-weight: normal;
    display: block;
}

.book-list-filter .form-group label.control-label:after{
    content: '';
    display: inline-block;
    position: absolute;
}

.book-list-filter .form-group > div{
    display: none;
}

.book-list-filter .form-group > div > label,
.book-list-filted label{
    display: block;
    font-family: Muli, sans-serif;
    color: #4D4C4C;
    font-weight: normal;
    width: 100%;
}
.webkit-appearance {
    -webkit-appearance: none !important;
}

.book-list-filter .form-group > div > label > input[type="checkbox"],
.book-list-filter label > input[type="checkbox"]{
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    border: 1px solid #4D4C4C;
    padding: 6.5px;
    display: inline-block;
    position: relative;
    left: -22px;
    width: auto;
}

.book-list-filter .form-group > div > label.disabled{
    color: #D6D6D7;
}

.book-list-filter .form-group > div > label > input[type="checkbox"]:active,
.book-list-filter .form-group > div > label > input[type="checkbox"]:checked:active,
.book-list-filted label > input[type="checkbox"]:active,
.book-list-filted label > input[type="checkbox"]:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.book-list-filter .form-group > div > label > input[type="checkbox"]:checked,
.book-list-filted label > input[type="checkbox"]:checked {
	border: 1px solid #4D4C4C;
	color: #4D4C4C;
}

.book-list-filter .form-group > div > label > input[type="checkbox"]:checked:after,
.book-list-filted label > input[type="checkbox"]:checked:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1px;
    left: 5px;
    border-left: 2px solid #4D4C4C;
    -moz-transform: skew(43deg);
    -webkit-transform: skew(43deg);
    transform: skew(43deg);
}

.book-list-filter .btn > span{
    display: none;
}

.book-list-filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(77, 76, 76, 0.7);
    font-style: italic;
}

.book-list-filter input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(77, 76, 76, 0.7);
    font-style: italic;
}

.book-list-filter input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(77, 76, 76, 0.7);
    font-style: italic;
}

h3.control-label{
    font-family: Muli, sans-serif;
    color: #4D4C4C;
    text-transform: uppercase;
}

.book-list-filter #sumbmit-search-adv,
.book-list-filted .button-clear-all-filter{
    width: 152px;
    max-width: 80%;
    text-align: center;
    display: block;
    text-decoration: none;
}

.alpha-list-toolbar ul{
    list-style: none;
    margin-bottom: 0;
    float: left;
}

.alpha-list-toolbar ul li{
    display: inline-block;
}

.alpha-list-toolbar ul li a{
    color: #4D4C4C;
    font-family: Muli, sans-serif;
}

.book-list-grid .empty{
   padding-left: 23px;
}

.book-list-grid .book-item-contentType{
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #4D4C4C;
}

.book-list-grid .content-book-list{
    width: 100%;
    padding-top: 50px;
}

.book-list h3.book-list-title{
    font-family: Playfair Display;
    color: #4D4C4C;
    font-weight: 400;
}

.advanced-search .filter-label .keywords-search-button{
    top: 56px;
    right: 0;
}

.advanced-search .filter-label,
.advanced-search .filter-label input{
    width: 100%;
    display: none;
}

.advanced-search .control-label.show + .filter-label{
    display: block;
}

.advanced-search .filter-label input.show{
    display: block;
}

.content-right .content-book-list {
    width: 100%;
}

.person-detail .person-detail-name {
    margin-left: 25px;
}

.person-detail .biographical-note {
    word-break: break-word;
    margin-top: 10px;
    text-align: justify;
}

.person-detail .biographical-note .list-book.author {
    margin-top: 2em;
}

/* Small devices (mobile, 320px to 768px) */
@media (max-width: 767px) {

    .book-list-filter .form-group > div{
        max-height: 300px;
        overflow-y: overlay;
    }

    .book-list-filter .form-group{
        width: 190px
    }

    .book-list-filter .form-group label.control-label{
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 20px 0 5px 0;
        border-bottom: 1px solid rgba(77, 76, 76, 0.7);
        position: relative;
        cursor: pointer;
    }

    .book-list-filter .form-group label.control-label:after{
        border-top: 5px dashed rgba(77, 76, 76, 0.7);
        border-bottom: 0px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -6px;
        right: 15px;
    }

    .book-list-filter .form-group label.control-label.show:after{
        border-bottom: 5px dashed rgba(77, 76, 76, 0.7);
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: 0px;
        right: 15px;
    }

    .book-list-filter .form-group > div > label,
    .book-list-filted label{
        font-size: 16px;
        line-height: 27px;
        padding-left: 22px;
        position: relative;
        display: block;
    }

    .book-list-filter > form {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        display: block;
    }

    .book-list-filter > form > div{
        width: 100%;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .dropdown-toggle .caret{
        border-top: 5px dashed;
        border-bottom: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 5px;
    }

    .book-list .open > .dropdown-toggle .caret{
        border-bottom: 5px dashed;
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .book-list  .book-list-sorter{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    }

    .book-list  .book-list-sorter button{
        font-size: 15px;
        line-height: 27px;
    }

    .book-list  .book-list-sorter ul.dropdown-menu {
        border-radius: 0;
        background: #F3F4F3;
        border: 0;
        margin: 0;
        padding: 20px 10px;
        box-shadow: none;
        right: 0;
        left: 0;
    }

    .book-list .book-list-sorter ul.dropdown-menu li a{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list .book-list-toolbar > div{
        position: absolute;
        background: #F3F4F3;
        top: 0;
    }

    .book-list-sorter > div{
    }

    .book-list-grid .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-title{
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-contributors,
    .book-list-grid .book-item-contributors a{
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
        max-height: 200px;
        height: 50px;
        overflow: hidden;
        margin-bottom: 0;
    }

    .book-list-grid .list-items{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .book-list-grid .list-items > .book-list-item{
        padding-left: 0px;
        padding-right: 0;
    }

    .book-list .content-book-list{
        float: left;
        position: relative;
        padding-bottom: 50px;
    }

    .book-list h3.book-list-title{
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .book-list div.book-list-attributes p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .book-list div.book-list-description{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list div.book-list-description{
        margin-bottom: 30px;
        margin-left: -15px;
    }

    .book-list div.book-list-attribute{
        margin-bottom: 32px;
    }

    .book-list div.book-list-attributes{
        position: unset;
    }

    .book-list div.book-list-publishing{
        position: absolute;
        bottom: 0px;
    }

    .book-list-filter-mobile input{
        padding-bottom: 6px;
        padding-top: 10px;
        padding-left: 0;
        border: 0;
        box-shadow: none;
        border-bottom: 1px solid #6D6D6E;
        border-radius: 0;
        font-size: 14px;
        line-height: 16.8px;
        height: auto;
        width: 100%;
        background: transparent;
    }

    .book-list-filter-mobile .keywords-search-button{
        padding: 0;
        display: block;
        cursor: pointer;
        background: url(search-icon.png) no-repeat;
        background-size: contain;
        position: absolute;
    }

    .book-list-filter .keywords-search-button{
        width: 33px;
        height: 34px;
        margin-top: 0;
        right: 20px;
        top: 0px;
        z-index: 999;
    }

    .book-list-filter > div > div{
        display: block !important;
    }

    .book-list-filter #sumbmit-search-adv{
        margin-top: 43px;
        position: absolute;
        top: 43px;
    }

    .book-list-filted .button-clear-all-filter{
        margin-top: 35px;
        margin-bottom: 0px;
    }

    h3.control-label{
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .book-list-filted {
        margin-top: 0px;
        background: #6c6c6d;
        margin-left: -30px;
        margin-right: -30px;
    }

    .book-list-filted > div{
        padding: 15px 30px;
    }

    .book-list-filted-mobile{
        margin-top: 50px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .book-list-filted a,
    .book-list-filted label,
    .book-list-filted h3{
        color: #fff;
    }

    .book-list-filted a{
        background: transparent;
        border-color: #fff;
    }

    .book-list-filted a:hover{
        background: #fff;
        color: #4c4c4d;
    }

    .book-list-filted input,
    .book-list-filted input:after{
        border-color: #fff !important;
    }

    .book-list-filter .form-group.field-searchform-keywords{
        width: calc(100% - 34px);
        margin-bottom: 115px;
    }

    .book-list .book-list-toolbar{
        margin-bottom: 0;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 25px;
    }

    .book-list .book-list-toolbar > div{
        position: unset !important;
        width: 100% !important;
        float: left;
        background: transparent;
    }

    .book-list  .book-list-sorter button{
        font-size: 15px;
        line-height: 27px;
        padding-left: 0;
    }

    .alpha-list-toolbar ul{
        /*height: 39px;*/
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-left: 0;
    }

    .alpha-list-toolbar ul li{
        vertical-align: middle;
        padding-right: 1em;
    }

    .alpha-list-toolbar ul li a{
        font-size: 17.64px;
        line-break: 30.58px;
    }

    .book-list-filter input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: rgba(77, 76, 76);
        font-style: normal;
    }

    .book-list-filter input::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: rgba(77, 76, 76);
        font-style: normal;
    }

    .book-list-filter input::-ms-input-placeholder { /* Microsoft Edge */
        color: rgba(77, 76, 76);
        font-style: normal;
    }

    .advanced-search .filter-label .keywords-search-button{
        width: 22px;
    }

    .person-detail .person-detail-name {
        margin-left: 25%;
    }

    .person-detail .biographical-note {
        width:100%;
        margin-top: 20px;
    }

}

/* Small devices (tablets, 768px and 991px) */
@media (max-width: 991px) and (min-width: 768px){
    .book-list .book-list-toolbar{
        height: 42px;
        position: relative;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .dropdown-toggle .caret{
        border-top: 5px dashed;
        border-bottom: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 5px;
    }

    .book-list .open > .dropdown-toggle .caret{
        border-bottom: 5px dashed;
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .book-list  .book-list-sorter{
        float: right;
    }

    .book-list  .book-list-sorter button{
        font-size: 15px;
        line-height: 27px;
    }

    .book-list  .book-list-sorter ul.dropdown-menu {
        border-radius: 0;
        background: #F3F4F3;
        border: 0;
        margin: 0;
        padding: 20px;
        box-shadow: none;
        right: 0;
        left: auto;
    }

    .book-list .book-list-sorter ul.dropdown-menu li a{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list .book-list-toolbar > div{
        position: absolute;
        background: #F3F4F3;
        top: 0;
    }

    .book-list-sorter > div{
        float: right;
    }

    .book-list-grid .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-title{
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-contributors,
    .book-list-grid .book-item-contributors a{
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
        max-height: 200px;
        /*height: 200px;*/
        height: auto;
        overflow: hidden;
        margin-bottom: 0;
    }

    .book-list-grid .list-items{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .book-list-grid .list-items > .book-list-item{
        padding-left: 26px;
        padding-right: 0;
    }

    .book-list .content-book-list{
        float: left;
        position: relative;
        padding-bottom: 50px;
    }

    .book-list h3.book-list-title{
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .book-list div.book-list-attributes p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 60px;
    }

    .book-list div.book-list-description{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list div.book-list-description{
        margin-bottom: 30px;
        margin-left: -15px;
    }

    .book-list div.book-list-attribute{
        margin-bottom: 32px;
    }

    .book-list div.book-list-attributes{
        position: unset;
    }

    .book-list div.book-list-publishing{
        position: absolute;
        bottom: 0px;
    }

    .book-list-filter .form-group label.control-label{
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 20px 0 5px 0;
        border-bottom: 1px solid rgba(77, 76, 76, 0.7);
        position: relative;
        cursor: pointer;
    }

    .book-list-filter .form-group label.control-label:after{
        border-top: 5px dashed rgba(77, 76, 76, 0.7);
        border-bottom: 0px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -6px;
        right: 15px;
    }

    .book-list-filter .form-group label.control-label.show:after{
        border-bottom: 5px dashed rgba(77, 76, 76, 0.7);
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: 0px;
        right: 15px;
    }

    .book-list-filter .form-group > div > label,
    .book-list-filted label{
        font-size: 16px;
        line-height: 27px;
        padding-left: 22px;
        position: relative;
    }

    .book-list-filter > form {
        margin: 0;
        padding-left: 0;
        padding-right: 30px;
        width: 100%;
        display: block;
    }

    .book-list-filter > form > div{
        width: 100%;
    }

    .book-list-filter input{
        padding-bottom: 9px;
        padding-top: 0;
        padding-left: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        font-size: 13px;
        line-height: 19.2px;
        height: auto;
        box-shadow: none !important;
        border-bottom: 1px solid rgba(77, 76, 76, 0.5);
    }

    .book-list-filter .keywords-search-button{
        width: 22px;
        height: 30px;
        margin-top: 0;
        border-radius: 0;
        top: 0;
        right: 30px;
        z-index: 999;
    }

    .book-list-filter > div > div{
        display: block !important;
    }

    .book-list-filter #sumbmit-search-adv{
        margin-top: 43px;
    }

    .book-list-filted .button-clear-all-filter{
        margin-top: 35px;
        margin-bottom: 35px;
    }

    h3.control-label{
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .book-list-filted{
        margin-top: 105px;
    }

    .book-list-filter .form-group > div{
        max-height: 500px;
        overflow-y: overlay;
    }

    .alpha-list-toolbar ul{
        height: 39px;
        display: table;
        padding-left: 15px;
    }

    .alpha-list-toolbar ul li{
        display: table-cell;
        vertical-align: middle;
        padding-right: 0.5em;
    }

    .alpha-list-toolbar ul li a{
        font-size: 15px;
        line-break: 18px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #sumbmit-search-adv
    {
        display: none!important;
    }

    .book-list .book-list-toolbar {
        height: 42px;
        position: relative;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .open > .dropdown-toggle.btn-default{
        background: none;
    }

    .book-list .dropdown-toggle .caret{
        border-top: 5px dashed;
        border-bottom: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        margin-left: 5px;
    }

    .book-list .open > .dropdown-toggle .caret{
        border-bottom: 5px dashed;
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .book-list  .book-list-sorter{
        float: right;
    }

    .book-list  .book-list-sorter button{
        font-size: 15px;
        line-height: 27px;
    }

    .book-list  .book-list-sorter ul.dropdown-menu {
        border-radius: 0;
        background: #F3F4F3;
        border: 0;
        margin: 0;
        padding: 20px;
        box-shadow: none;
        right: 0;
        left: auto;
    }

    .book-list .book-list-sorter ul.dropdown-menu li a{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list .book-list-toolbar > div{
        position: absolute;
        background: #F3F4F3;
        top: 0;
    }

    .book-list-sorter > div{
        float: right;
    }

    .book-list-grid .book-item-contentType{
        font-size: 14px;
        line-height: 22px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-title{
        font-size: 16px;
        line-height: 18px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .book-list-grid .book-item-contributors,
    .book-list-grid .book-item-contributors a{
        font-size: 15px;
        line-height: 18px;
        font-style: italic;
        max-height: 200px;
        overflow: hidden;
        margin-bottom: 0;

    }

    .book-list-grid .list-items{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .book-list-grid .list-items > .book-list-item{
        width: 20%;
        padding-left: 26px;
        padding-right: 0;
    }

    .book-list-grid.author .list-items > .book-list-item {
        width: 33.33%;
        padding-left: 26px;
        padding-right: 0;
    }

    .book-list .content-book-list{
        float: left;
        position: relative;
    }

    .book-list h3.book-list-title{
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .book-list div.book-list-attributes p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
        min-height: 100px;
        margin-top: 60px;
    }

    .book-list div.book-list-description{
        font-size: 16px;
        line-height: 22px;
    }

    .book-list div.book-list-description{
        margin-bottom: 30px;
    }

    .book-list div.book-list-attribute{
        margin-bottom: 32px;
    }

    .book-list div.book-list-attributes {
        /*margin-bottom: 50px !important;*/
        position: unset;
    }

    .book-list div.book-list-publishing{
        position: absolute;
        bottom: 0px;
    }

    .book-list-filter .form-group label.control-label{
        font-size: 16px;
        line-height: 22px;
        text-transform: uppercase;
        padding: 20px 0 5px 0;
        border-bottom: 1px solid rgba(77, 76, 76, 0.7);
        position: relative;
        cursor: pointer;
    }

    .book-list-filter .form-group label.control-label:after{
        border-top: 5px dashed rgba(77, 76, 76, 0.7);
        border-bottom: 0px;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: -6px;
        right: 15px;
    }

    .book-list-filter .form-group label.control-label.show:after{
        border-bottom: 5px dashed rgba(77, 76, 76, 0.7);
        border-top: 0;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        bottom: 0px;
        right: 15px;
    }

    .book-list-filter .form-group > div > label,
    .book-list-filted label{
        font-size: 16px;
        line-height: 27px;
        padding-left: 22px;
        position: relative;
    }

    .book-list-filter > form {
        margin: 0;
        padding-left: 0;
        padding-right: 30px;
        width: 100%;
        display: block;
    }

    .book-list-filter > form > div{
        width: 100%;
    }

    .book-list-filter input{
        padding-bottom: 9px;
        padding-top: 0;
        padding-left: 0;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        font-size: 13px;
        line-height: 19.2px;
        height: auto;
        box-shadow: none !important;
        border-bottom: 1px solid rgba(77, 76, 76, 0.5);
    }

    .book-list-filter .keywords-search-button{
        width: 22px;
        height: 30px;
        margin-top: 0;
        border-radius: 0;
        top: 0;
        right: 30px;
        z-index: 999;
    }

    .book-list-filter > div > div{
        display: block !important;
    }

    .book-list-filter #sumbmit-search-adv{
        margin-top: 43px;
    }

    .book-list-filted .button-clear-all-filter{
        margin-top: 35px;
        margin-bottom: 35px;
    }

    h3.control-label{
        font-size: 16px;
        line-height: 22px;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .book-list-filted{
        margin-top: 105px;
    }

    .book-list-filter .form-group > div{
        max-height: 500px;
        overflow-y: scroll;
    }

    .alpha-list-toolbar ul{
        height: 39px;
        display: table;
        padding-left: 15px;
    }

    .alpha-list-toolbar ul li{
        display: table-cell;
        vertical-align: middle;
        padding-right: 0.5em;
    }

    .alpha-list-toolbar ul li a{
        font-size: 15px;
        line-break: 18px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/*.book-item-contributors*/
/*{*/
    /*!*max-height: 200px;*!*/
    /*!*height: 200px;*!*/
    /*!*overflow: hidden;*!*/
    /*!*margin-bottom: 0;*!*/
/*}*/
.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:10px;
}

.person-detail-name
{
    display: inline-block;
    text-align: center;
    width: 155px;
    height: 155px;
    line-height: 90px;
    /*background: #F2F4F3;*/
    /*border-radius: 100%;*/
    /*background: #d5706e;*/
}

.biographicalNote{
    text-align: justify;
}

.book-list-attributes .person-detail-name h6
{
    font-size: 16px;
    font-weight: 400;
    margin-top: 70px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:auto;
    /*padding-right:20px;*/
    width:150px;
}

.filter-label{
    font-weight: normal !important;
}

p.series-editors-title { margin:0; min-height:auto; }
.book-list div.series-attribute p { margin-top: 0.25em; margin-bottom:0.25em; min-height:auto; }
.book-list div.series-attribute { margin-bottom: 0 !important; }

.field-searchform-seriesid  > .filter-label,.field-searchform-subjectid  > .filter-label{
    display: none!important;
}