body {
    color: #373e4e;
}

.container {}

.container.grid-lg {
    max-width: 1216px;
}

.columns {}

a {
    color: #3E40C8;
}

a:focus,
a:hover,
a:active,
a.active {
    color: #3E40C8;
}

a:focus {
    box-shadow: none;
}

.book-feature {
    height: 300px;
    background: #673ab7;
    background-image: -webkit-linear-gradient(168deg, #7838C2 0%, #6E3CC8 20%, #6A47CD 40%, #5B45D3 60%, #5249D8 80%, #2B30C2 100%);
    background-image: -o-linear-gradient(168deg, #7838C2 0%, #6E3CC8 20%, #6A47CD 40%, #5B45D3 60%, #5249D8 80%, #2B30C2 100%);
    background-image: linear-gradient(258deg, #7838C2 0%, #6E3CC8 20%, #6A47CD 40%, #5B45D3 60%, #5249D8 80%, #2B30C2 100%);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.book-header {
    padding: 1.2rem 0 0.8rem 0;
}

.book-header .logo {
    font-size: 1.1rem;
    margin-right: 0;
    font-weight: bold;
}

.slogan {
    font-size: 2rem;
    font-family: Georgia, Time, serif;
    text-shadow: 0 0 25px rgba(0, 0, 0, .2), 0 0 15px rgba(0, 0, 0, .2);
    margin-bottom: 0.8rem;
}

.slogan-sub {
    font-size: 1rem;
    font-weight: 200;
    opacity: 0.8;
    margin-bottom: 0;
}

.book-menu {}

.menu__list {
    margin: 8px 0 0 0;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    font-size: 16px;
}

.menu__item {
    margin-right: 1.5rem;
    margin-top: 0;
}

.menu__item:last-child {
    margin: 0;
}

.menu__item a {
    margin: 0 .4rem 0 0;
    padding: .4rem .2rem .3rem .2rem;
    text-decoration: none;
    color: #373e4e;
}

.menu__item a:hover {
    color: #3E40C8;
}


/*Book List*/

.book-list {
    padding-top: 3rem;
}

.book-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 3rem
}

.book-item:hover a {
    color: #3E40C8;
}

.book__image {
    max-width: 100%;
}

.book__image img {
    max-width: 250px;
    height: 300px;
    display: block;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 2px;
    -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    -moz-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
    transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
}

.book__image:hover img {
    box-shadow: 0 0 25px rgba(0, 0, 0, .2), 0 0 15px rgba(0, 0, 0, .2);
}

.book__image a {
    display: block;
    position: relative;
}

.book__image a:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    content: '';
    z-index: 3;
    transition: backgound .2s ease;
}

.book__info {
    max-width: 80%;
}

.book__name {
    color: #2e3440;
}

.book__name:hover {
    text-decoration: none;
    color: #5755d9;
}

.book__name-detail {
    font-size: 18px;
    padding: 1.2rem 0 0 0;
    line-height: 1.3;
}

.book__short-des {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.book__get {
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    ;
}


/*Book Detail Page*/

.book-detail {
    padding: 1.5rem 0;
    border-top: 1px solid #eee;
}

.book-detail h1 {
    font-size: 1.5rem;
}

.btn.btn-book-download {
    font-size: 1rem;
    height: auto;
    padding: 0.8rem 3rem;
}

.book-detail__image {
    display: block;
    position: relative;
}

.book-detail__image img {
    max-width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15), 0 0 5px rgba(0, 0, 0, .1);
    display: block;
}

.book-detail__image:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .1) 100%);
    content: '';
    z-index: 3;
    transition: backgound .2s ease;
}

.facebook {
    margin: 1rem 0 0 0;
}

.book-detail .sponsor {
    margin: 2rem 0 0 0;
    border: 1px solid #eee;
}

.book-detail .sponsor .sponsor-title {
    font-size: .6rem;
    color: #999;
    margin: 5px 0 5px 0;
}

.book-list .sponsor {
    margin-bottom: 2rem;
}

.related-title {
    font-size: 1.4rem;
    padding: 0rem 0 0.3rem 0;
}


/*Pagination*/

.book-pagination {
    border-top: 1px solid #eee;
}

.pagination {
    margin: 1rem auto;
}

.pagination li {
    margin: .2rem .05rem;
}

.pagination li.page-item a {
    border-radius: .1rem;
    color: #667189;
    display: inline-block;
    padding: .2rem 1rem !important;
    text-decoration: none;
}

.pagination li.page-item span {
    margin: 0;
    padding: 0;
}

.pagination li.active a {
    background: #3E40C8;
    color: #fff;
}

.pagination li.disabled a {
    cursor: default;
    opacity: .5;
    pointer-events: none;
}

.book-footer {
    padding: 1rem 0;
    border-top: 1px solid #eee;
    font-size: 14px;
    background: #f5f5f5;
    line-height: 1.7;
}

.copyright {
    color: #999;
}