/*
*
* Style Intellect
*
*/

/*
* Content
*/
img{
    max-width: 100%;
    height: auto;
}

h1, h2, h3{
    font-family: Playfair Display;
    color: #4D4C4C;
}

.button-white{
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    text-decoration: none;
    background: transparent;
}

.button-white:hover{
    color: #4D4C4C;
    background: #fff;
}

.button-grey{
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #4D4C4C;
    border: 1px solid #4D4C4C;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}

.button-grey:hover{
    color: #fff;
    background: #4D4C4C;
}

.button-black {
    font-family: Muli, sans-serif;
    text-transform: uppercase;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}

.breadcrumbs-block a,
.breadcrumbs-block li{
    color: #7C7D7F;
}

.block-title h2{
    text-transform: uppercase;
}

.carousel-wrapper-block .text-right h2,
.carousel-wrapper-block .text-right h3{
    color: #fff;
    text-shadow: none;
}

.carousel-wrapper-block .text-right h2{
    text-transform: uppercase;
}

.carousel-wrapper-block .text-right p{
    font-family: Muli;
    margin: 0;
    text-shadow: none;
}

.carousel-wrapper-block .carousel-control{
    display: none;
}

.carousel-indicators .active{
    background-color: #fff !important;
    border-color: #fff !important;
}

.carousel-indicators li{
    background-color: #D9D9D9 !important;
    border-color: #D9D9D9 !important;
}

.block-our-newsletter .block-publish span,.block-our-newsletter-signup .block-publish span{
    font-family: Playfair Display;
    color: #fff;
    display: block;
    clear: both;
}

.block-our-newsletter .block-newsletter h2,.block-our-newsletter-signup .block-newsletter h2{
    font-family: Playfair Display;
    color: #fff;
    text-transform: uppercase;
}

.block-our-newsletter .block-newsletter p,.block-our-newsletter-signup .block-newsletter p{
    font-family: Muli, sans-serif;
    color: #fff;
}

.block-form-newsletter .form-builder .form-group{
    display: inline-block;
    margin-right: 5px;
}

.block-form-newsletter .form-builder .field-formbuildermodel-name,
.block-form-newsletter .form-builder label{
    display: none;
}

.block-form-newsletter .form-builder input{
    font-family: Muli, sans-serif;
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: none !important;
    color: #FFFFFF;
}

.block-form-newsletter button[type="submit"]{
    font-family: Muli, sans-serif;
    display: inline-block;
    position: relative;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    border-radius: 0;
    text-transform: uppercase;
}

.block-form-newsletter button[type="submit"]:hover{
    color: #4D4C4C;
    background: #fff;
}

.block-form-newsletter button[type="submit"]:focus{
    background: none;
    box-shadow: none;
}

ul.pagination li a,
ul.pagination li span{
    font-family: Muli, sans-serif;
    color: #4C4C4C;
    border: 0;
    padding: 0;
    background: none;
}

ul.pagination li:hover a{
    background: none;
    color: #4C4C4C;
}

ul.pagination li span{
    color: #D6D6D7 !important;
    background: none !important;
}

ul.pagination li.active a,
ul.pagination li.active:hover a{
    background: none;
    color: #4C4C4C;
    font-weight: bold;
}

/*
* Button Border Hover Effects
* by - Sarath AR
*/
.border-hover-effects{
    display: inline-block;
    position: relative;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    background: none;
    color: #4D4C4C;
    min-width: 152px;
}

.border-hover-effects.button-grey{
    background: #d0d0d0;
}

.border-hover-effects.button-grey:hover{
    transition-duration: 0.2s;
    background: rgba(77, 76, 76, 0.5);
}

.border-hover-effects span{
    display: block;
}

.border-hover-effects::before, a.border-hover-effects::after{
    content:"";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.2s linear;
    background: #4D4C4C;
}

.border-hover-effects span::before, a.border-hover-effects span::after{
    content:"";
    width:1px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #4D4C4C;
}

.border-hover-effects:hover::before, a.border-hover-effects:hover::after{
    width: 100%;
}

.border-hover-effects:hover span::before, a.border-hover-effects:hover span::after{
    height: 100%;
}

.border-hover-effects::after{
    right:0;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-hover-effects span::after{
    right:0;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-hover-effects::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}

.border-hover-effects span::before{
    left: 0;
    top: 0;
    transition-duration: 0.4s;
}

.margin-bottom-40{
    margin-bottom: 40px !important;
}

.margin-top-40{
    margin-top: 40px !important;
}

.margin-bottom-30{
    margin-bottom: 30px !important;
}

.margin-top-30{
    margin-top: 30px !important;
}

.no-padding{
    padding: 0 !important
}

.block-team .item .info h2{
    font-family: Playfair Display;
    font-weight: 400;
    color: #4D4C4C;
}

.block-team .item .info p{
    font-family: Muli;
    font-weight: 400;
    color: #4D4C4C;
}

.block-team .item .info a{
    font-family: Muli;
    font-weight: 400;
    color: #4D4C4C;
}

.block-textbox{
    font-family: Muli;
    color: #4D4C4C;
}

.block-textbox h2:not(.normal-style),
.block-textbox h3{
    font-family: Muli;
    font-weight: 700;
    color: #4D4C4C;
}

.block-textbox .content,
.block-textbox p{
    font-family: Muli;
    font-weight: 400;
    color: #4D4C4C;
}

.block-textbox ul{
    list-style: none;
    font-family: Muli;
    font-weight: 400;
    color: #4D4C4C;
}

.block-textbox ul a{
    font-family: Muli;
    font-weight: 400;
    color: #4D4C4C !important;
}

.search-block .simple-layout > h3{
    display: none;
}

span.image-not-found{
    max-width: 100%;
    height: 300px;
    width: 100%;
}

span.image-not-found:after{
    content: '';
    background: url(not-found.jpg) no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: block;
    width: 100%;
    height: 300px;
}

#content-wrap .stison-block > .block-title{
    font-family: Playfair Display;
    color: #4D4C4C;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.social-share p{
    font-family: Muli;
    color: #4D4C4C;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}

blockquote footer{
    background: none;
    margin-top:0px;
}

.st_social.st_facebook_hcount{
    background-image: url(/media/facebook-icon.png);
}

.st_social.st_twitter_hcount{
    background-image: url(/media/twitter-icon.png);
}

.st_social.st_linkedin_hcount{
    background-image: url(/media/linkedin-icon.png);
}

.st_social.st_instagram_hcount{
    background-image: url(/media/instagram-icon.png);
}

/*regular css*/

.collection-content > .row {
    margin-top: 30px;
}

.collection-content > .row:first-child {
    margin-top: 0;
}

.collection-content .book-detail-image img {
    width: 100%;
}

.collection-content .book-detail-image .image-not-found {
    height: 150px;
}

.collection-content .book-detail-title {
    margin-top: 0;
}

.collection-content .book-detail-subjects,
.collection-content .book-detail-series {
    margin-top: 10px;
}


.collection-content #book-detail-gpreview .modal-dialog {
    width: 830px;
}
.collection-content #book-detail-gpreview .modal-content {
    overflow: hidden;
}
.collection-content #book-detail-gpreview .modal-body {
    height: 660px;
    padding: 0;
}
.collection-content #book-detail-gpreview #preview-canvas {
    width: 100%;
    height: 632px;
}
.collection-content #book-detail-gpreview #preview-canvas > div {
    border: none !important;
}

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

.collection-content .book-detail-forms {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}

.collection-content .book-detail-forms li > span:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}

.collection-content .nav-tabs .tab-pane {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}

.collection-content .nav-tabs .tab-pane p:last-child,
.collection-content .nav-tabs .tab-pane blockquote:last-child {
    margin-bottom: 0;
}

.collection-content .nav-tabs .book-detail-specifications-list .book-detail-specifications-block {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.collection-content .nav-tabs .book-detail-specifications-list .book-detail-specifications-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.collection-content .nav-tabs .book-detail-specifications-list .row>div:first-child {
    margin-top: 10px;
    font-weight: bold;
}

.collection-content .book-detail-social-share {
    margin-top: 15px;
}

.collection-content .book-detail-social-share .stMainServices {
    height: 25px;
}

.collection-content .book-detail-social-share .stButton .stButton_gradient {
    height: 21px;
}

.collection-content .book-detail-forms li {
    padding: 7px 0;
}

.collection-content .book-detail-add-basket a {
    padding: 6px 10px;
    border-radius: 8px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #a3a3a3;
    color: #fff;
}

.collection-content .book-detail-add-basket a:hover {
    background-color: #6a6a6a;
}

.collection-content #book-detail-image-lg .modal-dialog {
    max-width: 850px;
    width: auto;
}
.collection-content #book-detail-image-lg .modal-body {
    text-align: center;
}

.collection-content .book-detail-right .book-detail-award img {
    position: relative;
    left: 5px;
    top: 0px;
    width: 235px;
}

.collection-content .book-detail-right .book-detail-award {
    text-align: center;
}

.review_right blockquote{
    background-color: #A8A8A8!important;
    border-left: 0;
    margin: 0 0 5px;
    padding: 5px;
    -webkit-border-radius: 5px;
}

@media (min-width: 768px) {
    .collection-content .nav-tabs .book-detail-specifications-list .row>div:first-child {
        margin-top: 0;
    }
}

.collection-content .book-detail-contributors{
    font-family: Playfair Display;
    color: #4D4C4C;
    font-style: italic;
}

.collection-content .book-detail-sub-title{
    font-family: Playfair Display;
    color: #4D4C4C;
}

.collection-content .book-detail-form{
    font-family: Muli;
    color: #4D4C4C;
}

.collection-content .book-detail-short-desc{
    font-family: Muli;
    color: #4D4C4C;
}

.collection-content .nav-tabs > li > a{
    font-family: Muli;
    color: #4D4C4C;
    text-transform: uppercase;
}

.collection-content .book-detail-tabs-content .nav-tabs > li > a {
    padding: 10px 8px;
}

.collection-content .tab-content > div{
    font-family: Muli;
    color: #4D4C4C;
}

.collection-content .book-detail-info-left p{
    font-family: Muli;
    color: #4D4C4C;
}

.collection-content .book-detail-info-left select.select-book-details,
.collection-content .book-detail-info-left .button-buy-now,
.collection-content ul.book-detail-form-2 li,
.collection-content .book-detail-extra p,
.collection-content .book-detail-extra a{
    font-family: Muli;
    color: #4D4C4C;
}

.collection-content .st_facebook .chicklets.facebook{
    background-image: url(/media/facebook-icon.png);
}

.collection-content  .st_twitter .chicklets.twitter{
    background-image: url(/media/twitter-icon.png);
}

.collection-content  .st_linkedin .chicklets.linkedin{
    background-image: url(/media/linkedin-icon.png);
}

.collection-content .st_instagram .chicklets.instagram {
    background-image: url(/media/instagram-icon.png);
}

.book-detail-images .carousel{
    padding: 50px 50px 50px 50px;
    background: #F3F4F3;
    position: relative;
}

.book-detail-images > div > div{
    margin-bottom: 40px;
}

.book-detail-images .carousel .carousel-control{
    width: auto;
    box-shadow: none;
    background: none;
    position: absolute;
    top: auto;
    bottom: 10px;
}

.book-detail-images .carousel .carousel-control.left{
    left: 15px;
}

.book-detail-images .carousel .carousel-control.right{
    right: 15px;
}

.collection-content .nav-tabs {
    /*overflow-x: hidden;*/
}

.collection-content  .nav-tabs .tab-pane ul > li > a{
    background: #D6D6D7;
}

.collection-content  .nav-tabs .tab-pane ul > li.active > a{
    background: #fff;
}

.social-wall div > a {
    display: inline-block;
    height: 350px;
    line-height: 350px;
    border: 1px solid #ccc;
    padding: 5px 10px;
}

ul.categorization-list li {
    width: 15%;
    display: block;
    float: left;
    padding: 5px;
    min-height: 120px;
    border: 1px solid #F3F4F3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    background-color: #f9f9f9;
}


.upper-right-box-visit-journal {
    background: #BC5957;
    float: left;
    height: 323.5px;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    margin-left: 15px;
}

.upper-right-box-visit-journal .inner {
    float: right;
    width: 55%;
    padding-top: 16px;
    border-top: 1px solid #fff;
    color: #fff;
}

.upper-right-box-visit-journal .inner .inner-title {
    font-family: 'Playfair Display';
    font-size: 24px;
    display: block;
    margin: 20px 0;
}

.upper-right-box-visit-journal .inner .inner-description {
    font-family: Muli;
    font-size: 16px;
}

.upper-right-box-visit-journal .img-wrapper {
    float: left;
    width: 40%;
}

.upper-right-box-visit-journal .img-wrapper img {
    max-width: 100%;
    height: auto;
}

.upper-right-box-visit-journal .inner a {
    clear: left;
    float: right;
    margin-top: 15px;
}

.lower-left-box-discover-more {
    background: #cfe9e9;
    float: left;
    height: 323.5px;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    margin-right: 15px;
}

.lower-left-box-discover-more .inner {
    float: left;
    width: 55%;
    padding-top: 16px;
    border-top: 1px solid #4D4C4C;
}

.lower-left-box-discover-more .inner .top-title {
    color: #4d4c4c;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: inline-block;
    width: auto;
    font-size: 15px;
    line-height: 22px;
}

.lower-left-box-discover-more .inner h3 {
    margin: 0;
    margin-bottom: 34px;
    font-family: Playfair Display;
    font-size: 24px; line-height: 27px;
}

.lower-left-box-discover-more .inner p {
    font-size: 16px; line-height: 22px; font-family: Muli;
}

.lower-left-box-discover-more .inner .button-grey {
    margin-top: 30px;
    display: block;
    float: left;
}

.lower-left-box-discover-more .img-wrapper {
    float: right; width: 40%;
}

.lower-left-box-discover-more .img-wrapper img {
    max-width: 100%; height: auto;
}

.box-new-release-right, .box-new-release-left,.box-new-release {
    background: #f3aaac;
    float: left;
    height: 323.5px;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    margin-left: 15px;
}

.box-new-release-left {
    background: #c8da91;
    margin-left: 0;
    margin-right: 15px;
}

.box-new-release-right .inner, .box-new-release-left .inner,.box-new-release .inner{
    float: left;
    width: 55%;
    padding-top: 16px;
    border-top: 1px solid #4D4C4C;
}

.box-new-release-right .inner .top-title, .box-new-release-left .inner .top-title ,.box-new-release .inner .top-title {
    color: #4d4c4c;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 21px;
    display: inline-block;
    width: auto;
    font-size: 15px;
    line-height: 22px;
}

.box-new-release-right h3, .box-new-release-left h3, .box-new-release .inner h3 {
    margin: 0;
    margin-bottom: 34px;
    font-family: Playfair Display;
    font-size: 24px;
    line-height: 27px;
}

.box-new-release-right p, .box-new-release-left p, .box-new-release .inner p {
    font-size: 16px;
    line-height: 22px;
    font-family: Muli;
}

.box-new-release-right .img-wrapper, .box-new-release-left  .img-wrapper, .box-new-release .img-wrapper {
    float: right; width: 35%;
}

.box-new-release-right .img-wrapper img, .box-new-release-left .img-wrapper img , .box-new-release .img-wrapper img{
    max-width: 100%; height: auto;
}

.box-new-release-background {
    height: 323.5px;
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    margin-right: 15px;
    width:100%;
}

.box-new-release-background > div {
    float: left;
    width: 59%;
    padding-top: 22px;
    border-top: 1px solid #FFFFFF!important;
    display: block;
}

.box-new-release-background h2 {
    margin: 0px 0px 30px;
    font-family: Muli;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.box-new-release-background p {
    font-size: 16px;
    line-height: 22px;
    font-family: Muli;
}

.block-our-newsletter-signup .box-publish-with-us {
    background: url('/media/PWU.jpg') no-repeat;
    background-size: auto 100%;
    float: left;
    /*height: 277px;*/
    padding: 30px;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    margin-right: 15px;
}

.box-publish-with-us .inner {
    float: left;
    width: 55%;
    padding-top: 22px;
    border-top: 1px solid #FFFFFF;
}

.box-publish-with-us .inner h3 {
    margin: 0px 0px 34px;
    font-family: Muli;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.box-publish-with-us .inner h3 {
    font-size: 16px;
    line-height: 22px;
    font-family: Muli;
}

/*responsive css*/
@media (max-width: 767px) {

    .social-wall div > a {
        display: inline-block;
        height: 200px;
        line-height: 200px;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    .collection-content .book-detail-info{
        position: static;
    }

    .collection-content .book-detail-info-left{
        margin-top: 30px;
        margin-bottom: 15px;
    }

    .collection-content .book-detail-info-right{
        float: right;
        position: static;
    }

    .collection-content .book-detail-title{
        font-size: 24px;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-contributors{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-short-desc{
        margin-top: 50px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-form{
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
    }

    .collection-content .nav-tabs{
        margin-top: 20px;
    }

    .collection-content .nav-tabs > li > a{
        font-size: 14px;
        line-height: 16px;
    }

    .collection-content .nav-tabs > li{
        margin-bottom: -4px;
        border-bottom: 2px solid #fff;
        background: #fff;
        margin-top: 15px;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a{
        border: 2px solid rgba(77, 76, 76, 0.4);
        border-left: 0;
        border-bottom: 2px solid #1D1D1B;
        border-radius: 0;
        margin-right: 0;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a::before{
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        height: 100%;
        width: 2px;
        background: #fff;
    }

    .collection-content .nav-tabs > li:first-child > a{
        border-left: 2px solid rgba(77, 76, 76, 0.4);
        margin-right: 0;
    }

    .collection-content .nav-tabs > li:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs > li.active > a,
    .collection-content .nav-tabs > li.active > a:hover,
    .collection-content .nav-tabs > li.active > a:focus{
        border-width: 2px;
        border-radius: 0;
        border-color: #1D1D1B;
        border-left: 0;
        border-bottom-color: transparent;
        position: relative;
    }

    .collection-content .nav-tabs > li.active:first-child > a,
    .collection-content .nav-tabs > li.active:first-child > a:hover,
    .collection-content .nav-tabs > li.active:first-child > a:focus{
        border-left: 2px solid #1D1D1B;
    }

    .collection-content .nav-tabs > li.active:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs{
        border: 0;
        background: #fff;
        display: flex;
        flex-wrap: nowrap;
    }

    .collection-content .nav-tabs .tab-pane{
        /*border-top: 2px solid #1D1D1B;*/
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .collection-content .tab-content > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .collection-content .tab-content > div >*{
        font-size: 16px;
        line-height: 22px;
    }

    .collection-content .tab-content >  div >h1{
        font-size: 30px;
        line-height: 33px;
    }
    .collection-content .tab-content >  div >h2{
        font-size: 25px;
        line-height: 28px;
    }

    .collection-content .book-detail-info-left p{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.1em;
    }

    .collection-content .book-detail-info-left select.select-book-details {
        font-size: 14px;
        line-height: 17px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        padding-left: 5px;
        padding-right: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
    }

    .collection-content .book-detail-info-left .button-buy-now{
        font-size: 14px;
        line-height: 23px;
        padding-left: 5px;
        padding-right: 25px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        text-decoration: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        margin-top: 20px;
    }

    .collection-content ul.book-detail-form-2{
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

    .collection-content ul.book-detail-form-2 li{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra{
        position: static;
        margin-top: 50px;
    }

    .collection-content .book-detail-extra p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra p a{
        font-size: 16px;
        line-height: 22px;
    }

    .collection-content .book-detail-social-share p{
        display: inline-block;
        margin-right: 5px;
    }

    .collection-content .book-detail-social-share .share{
        display: inline-block;
    }

    .collection-content .book-detail-social-share .st_social{
        width: 24px;
        height: 18px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

}

@media (max-width: 360px) {

    .social-wall div > a {
        display: inline-block;
        height: 350px;
        line-height: 350px;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    .social-wall div {
        margin-bottom: 10px;
    }

    .collection-content .nav-tabs > li{
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .social_wall_links
    {
        border: 1px solid lightgray;
        display: block;
        width: 100%;
        height: 138px;
        border-radius: 3px;
    }
    .social_wall_links img {

        max-height: 100%;
        padding: 10px;
    }

    .social-wall div > a {
        display: inline-block;
        height: 200px;
        line-height: 200px;
        border: 1px solid #ccc;
        padding: 5px 10px;
    }

    .collection-content .book-detail-info{
        position: static;
    }

    .collection-content .book-detail-info-left{
        padding-left: 15px !important;
    }

    .collection-content .book-detail-info-right{
        float: right;
        position: static;
    }

    .collection-content .book-detail-title{
        font-size: 24px;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-contributors{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-short-desc{
        margin-top: 50px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-form{
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
    }

    .collection-content .nav-tabs{
        margin-top: 50px;
    }

    .collection-content .nav-tabs > li > a{
        font-size: 14px;
        line-height: 16px;
    }

    .collection-content .nav-tabs > li{
        margin-bottom: -4px;
        border-bottom: 2px solid #fff;
        background: #fff;
        margin-top: 15px;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a{
        border: 2px solid rgba(77, 76, 76, 0.4);
        border-left: 0;
        border-bottom: 2px solid #1D1D1B;
        border-radius: 0;
        margin-right: 0;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a::before{
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        height: 100%;
        width: 2px;
        background: #fff;
    }

    .collection-content .nav-tabs > li:first-child > a{
        border-left: 2px solid rgba(77, 76, 76, 0.4);
        margin-right: 0;
    }

    .collection-content .nav-tabs > li:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs > li.active > a,
    .collection-content .nav-tabs > li.active > a:hover,
    .collection-content .nav-tabs > li.active > a:focus{
        border-width: 2px;
        border-radius: 0;
        border-color: #1D1D1B;
        border-left: 0;
        border-bottom-color: transparent;
        position: relative;
    }

    .collection-content .nav-tabs > li.active:first-child > a,
    .collection-content .nav-tabs > li.active:first-child > a:hover,
    .collection-content .nav-tabs > li.active:first-child > a:focus{
        border-left: 2px solid #1D1D1B;
    }

    .collection-content .nav-tabs > li.active:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs{
        border: 0;
        background: #fff;
        display: flex;
        flex-wrap: nowrap;
    }

    .collection-content .nav-tabs .tab-pane{
        /*border-top: 2px solid #1D1D1B;*/
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .collection-content .tab-content > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .collection-content .tab-content > div >*{
        font-size: 16px;
        line-height: 22px;
    }
    .collection-content .tab-content >  div >h1{
        font-size: 30px;
        line-height: 33px;
    }
    .collection-content .tab-content >  div >h2{
        font-size: 25px;
        line-height: 28px;
    }

    .collection-content .book-detail-info-left p{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.1em;
    }

    .collection-content .book-detail-info-left select.select-book-details {
        font-size: 14px;
        line-height: 17px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        padding-left: 5px;
        padding-right: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
    }

    .collection-content .book-detail-info-left .button-buy-now{
        font-size: 14px;
        line-height: 23px;
        padding-left: 5px;
        padding-right: 25px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        text-decoration: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        margin-top: 130px;
    }

    .collection-content ul.book-detail-form-2{
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 50px;
    }

    .collection-content ul.book-detail-form-2 li{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra{
        position: static;
        margin-top: 50px;
    }

    .collection-content .book-detail-extra p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra p a{
        font-size: 16px;
        line-height: 22px;
    }

    .collection-content .book-detail-social-share p{
        display: inline-block;
        margin-right: 5px;
    }

    .collection-content .book-detail-social-share .share{
        display: inline-block;
    }

    .collection-content .book-detail-social-share .st_social{
        width: 24px;
        height: 18px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

}

@media (min-width: 992px) {

    .collection-content .book-detail-info{
        position: static;
    }

    .collection-content .book-detail-info-right{
        float: right;
        position: static;
    }

    .collection-content .book-detail-title{
        font-size: 24px;
        line-height: 27px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-contributors{
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-short-desc{
        margin-top: 50px;
        font-size: 16px;
        line-height: 22px;
        margin-top: 50px;
        margin-bottom: 0px;
    }

    .collection-content .book-detail-form{
        font-size: 16px;
        line-height: 19px;
        margin-top: 20px;
    }

    .collection-content .nav-tabs{
        margin-top: 50px;
    }

    .collection-content .nav-tabs > li > a{
        font-size: 14px;
        line-height: 16px;
    }

    .collection-content .nav-tabs > li{
        margin-bottom: -4px;
        border-bottom: 2px solid #fff;
        background: #fff;
        margin-top: 15px;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a{
        border: 2px solid rgba(77, 76, 76, 0.4);
        border-left: 0;
        border-bottom: 2px solid #1D1D1B;
        border-radius: 0;
        margin-right: 0;
        display: flex;
        flex: 1;
    }

    .collection-content .nav-tabs > li > a::before{
        content: '';
        position: absolute;
        left: 0;
        top: -2px;
        height: 100%;
        width: 2px;
        background: #fff;
    }

    .collection-content .nav-tabs > li:first-child > a{
        border-left: 2px solid rgba(77, 76, 76, 0.4);
        margin-right: 0;
    }

    .collection-content .nav-tabs > li:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs > li.active > a,
    .collection-content .nav-tabs > li.active > a:hover,
    .collection-content .nav-tabs > li.active > a:focus{
        border-width: 2px;
        border-radius: 0;
        border-color: #1D1D1B;
        border-left: 0;
        border-bottom-color: transparent;
        position: relative;
    }

    .collection-content .nav-tabs > li.active:first-child > a,
    .collection-content .nav-tabs > li.active:first-child > a:hover,
    .collection-content .nav-tabs > li.active:first-child > a:focus{
        border-left: 2px solid #1D1D1B;
    }

    .collection-content .nav-tabs > li.active:first-child > a::before{
        display: none;
    }

    .collection-content .nav-tabs{
        border: 0;
        background: #fff;
        display: flex;
        flex-wrap: nowrap;
    }

    .collection-content .nav-tabs .tab-pane{
        /*border-top: 2px solid #1D1D1B;*/
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .collection-content .tab-content > div{
        padding-left: 0 !important;
        padding-right: 0 !important;
        clear:both;
    }

    .collection-content .tab-content > div >*{
        font-size: 16px;
        line-height: 22px;
    }

    .collection-content .tab-content >  div >h1{
        font-size: 30px;
        line-height: 33px;
    }

    .collection-content .tab-content >  div >h2{
        font-size: 25px;
        line-height: 28px;
    }
    .collection-content .tab-content >  div >h3{
        font-size: 20px;
        line-height: 23px
    }

    .collection-content .book-detail-info-left p{
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 0.1em;
    }

    .collection-content .book-detail-info-left select.select-book-details {
        font-size: 14px;
        line-height: 17px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        padding-left: 5px;
        padding-right: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 5px);
    }

    .collection-content .book-detail-info-left .button-buy-now{
        font-size: 14px;
        line-height: 23px;
        padding-left: 5px;
        padding-right: 25px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        text-decoration: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 5px);
        margin-top: 130px;
    }

    .collection-content ul.book-detail-form-2{
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 50px;
    }

    .collection-content ul.book-detail-form-2 li{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra{
        position: absolute;
        left: 15px;
    }

    .collection-content .book-detail-extra p{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .collection-content .book-detail-extra p a{
        font-size: 16px;
        line-height: 22px;
    }

    .collection-content .book-detail-social-share p{
        display: inline-block;
        margin-right: 5px;
    }

    .collection-content .book-detail-social-share .share{
        display: inline-block;
    }

    .collection-content .book-detail-social-share .st_social{
        width: 24px;
        height: 18px;
        display: inline-block;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .jounal-detail .nav-tabs ul.nav-tabs{
        width: 66.66666667%;
    }

}

@media (min-width: 1200px){
    .social_wall_links
    {
        border: 1px solid lightgray;
        display: block;
        width: 100%;
        height: 248px;
        border-radius: 3px;
    }
    .social_wall_links img {

        max-height: 100%;
        padding: 10px;
    }
    .collection-content .book-detail-info-left select.select-book-details {
        font-size: 14px;
        line-height: 17px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        padding-left: 5px;
        padding-right: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
    }

    .collection-content .book-detail-info-left .button-buy-now{
        font-size: 14px;
        line-height: 23px;
        padding-left: 5px;
        padding-right: 25px;
        border-radius: 0;
        border: 1px solid #4D4C4C;
        text-decoration: none;
        background: url('/media/dropdown.png') no-repeat;
        background-position-y: center;
        background-position-x: calc(100% - 15px);
        margin-top: 130px;
    }
}

/*Only IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .collection-content .book-detail-info-left select.select-book-details {
        background: none !important;
        padding-right: 5px;
    }
}



/*Collection css*/
@media (max-width: 767px) {
    .collection-content ul.book-detail-form-2 li{
        font-size: 15px;
    }

    .collection-content .nav-tabs{
        float: left;
        max-width: 100%;
    }

    .collection-content .no-padding{
        padding: 0;
    }

    .collection-content  .nav-tabs{
        display: flex;
        border-bottom: 2px solid #1D1D1B;
    }

    .collection-content .nav-tabs > li > a{
        height: 100%;
        font-size: 13px;
        line-height: 15.6px;
        padding: 5px;
    }

    .collection-content .nav-tabs .tab-pane{
        border-top: 0;
    }

    .collection-content .book-detail-info-left .button-buy-now {
        margin-top: 0;
    }

    .collection-content ul.tabs-child li a{
        background: #D6D6D7;
        white-space: nowrap;
        line-height: 30px !important;
    }

    .collection-content  .nav-tabs .slide-tabs{
        overflow: hidden;
        position: relative;
    }

    .collection-content  .nav-tabs .nav-tabs.scroller{
        position: absolute;
        left: -15px;
        padding: 0 15px;
    }

    .collection-content .nav-tabs .slide-tabs a.scroller-left,
    .collection-content .nav-tabs .slide-tabs a.scroller-right{
        position: absolute;
        left: 0px;
        height: 100%;
        padding: 22px 5px;
        background: #fff;
    }

    .collection-content .nav-tabs .slide-tabs a.scroller-right{
        right: 0px;
        left: auto;
    }

    .collection-content  .nav-tabs h3.title{
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 24px;
        line-height: 27px;
    }

    .collection-content  .nav-tabs .sub-title{
        margin-bottom: 30px;
    }

    .collection-content .nav-tabs ul.list{
        list-style: none;
        padding: 0;
    }

    .collection-content .nav-tabs ul.list-video li{
        margin-bottom: 20px;
    }

    .collection-content .nav-tabs  ul.list-video li span{
        padding-left: 5px;
        vertical-align: bottom;
        color: #4c4d4d;
    }

    .collection-content   ul.nav-tabs{
        flex-wrap: wrap;
    }

    .collection-content .nav-tabs ul.list.list-price li{
        display: inline-block;
        width: 360px;
        max-width: 80%;
        line-height: 30px;
        padding-right: 30px;
    }

    .collection-content .nav-tabs ul.list.list-price li:last-child{
        width: auto;
        max-width: 20%;
        vertical-align: top;
    }

    .collection-content .list-collection{
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .collection-content .list-collection li a{
        color: #4c4d4d;
    }
}

@media (max-width: 520px) {

}

@media (min-width: 768px) and (max-width: 991.98px) {
    .collection-content ul.book-detail-form-2 li{
        font-size: 15px;
    }

    .collection-content .nav-tabs{
        float: left;
        max-width: 100%;
    }

    .collection-content .no-padding{
        padding: 0;
    }

    .collection-content  .nav-tabs{
        display: flex;
        border-bottom: 2px solid #1D1D1B;
        flex-wrap: wrap;
    }

    .collection-content  .nav-tabs > li > a{
        height: 100%;
        font-size: 13px;
        line-height: 15.6px;
        padding: 5px;
    }

    .collection-content   .tab-pane{
        border-top: 0;
    }

    .collection-content .book-detail-info-left{
        margin-bottom: 15px;
    }

    .collection-content .book-detail-info-left .button-buy-now {
        margin-top: 0;
    }

    .collection-content .tab-content > div > div.left{
        padding-left: 0;
    }

    .collection-content ul.tabs-child li a{
        background: #D6D6D7;
        white-space: nowrap;
        line-height: 30px !important;
    }

    .collection-content  .nav-tabs .slide-tabs{
        overflow: hidden;
        position: relative;
    }

    .collection-content  .nav-tabs .nav-tabs.scroller{
        position: absolute;
        left: -15px;
        padding: 0 15px;
    }

    .collection-content .nav-tabs .slide-tabs a.scroller-left,
    .collection-content  .nav-tabs .slide-tabs a.scroller-right{
        position: absolute;
        left: 0px;
        height: 100%;
        padding: 8px 5px;
        background: #fff;
    }

    .collection-content  .nav-tabs .slide-tabs a.scroller-right{
        right: 0px;
        left: auto;
    }

    .collection-content  .nav-tabs  h3.title{
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 24px;
        line-height: 27px;
    }

    .collection-content .nav-tabs .sub-title{
        margin-bottom: 30px;
    }

    .collection-content .nav-tabs ul.list{
        list-style: none;
        padding: 0;
    }

    .collection-content .nav-tabs  ul.list-video li{
        margin-bottom: 20px;
    }

    .collection-content .nav-tabs ul.list-video li span{
        padding-left: 5px;
        vertical-align: bottom;
        color: #4c4d4d;
    }

    .collection-content .nav-tabs  ul.list.list-price li{
        display: inline-block;
        width: 360px;
        max-width: 80%;
        line-height: 30px;
        padding-right: 30px;
    }

    .collection-content .nav-tabs ul.list.list-price li:last-child{
        width: auto;
        max-width: 20%;
        vertical-align: top;
    }

    .collection-content .list-collection{
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .collection-content .list-collection li a{
        color: #4c4d4d;
    }
}

@media (min-width: 992px) {
    .collection-content ul.book-detail-form-2 li{
        font-size: 15px;
    }

    .collection-content .nav-tabs{
        float: left;
        max-width: 100%;
    }

    .collection-content .no-padding{
        padding: 0;
    }

    .collection-content  .nav-tabs{
        display: flex;
        border-bottom: 2px solid #1D1D1B;
    }

    .collection-content  .nav-tabs > li > a{
        height: 100%;
        font-size: 13px;
        line-height: 15.6px;
        padding: 5px;
    }

    .collection-content .nav-tabs .tab-pane{
        border-top: 0;
    }

    .collection-content .book-detail-info-left{
        padding-left: 0px;
    }

    .collection-content .book-detail-info-left .button-buy-now {
        margin-top: 0;
    }

    .collection-content .tab-content > div > div.left{
        padding-left: 0;
    }

    .collection-content ul.tabs-child li a{
        background: #D6D6D7;
        white-space: nowrap;
        line-height: 30px !important;
    }

    .collection-content .nav-tabs .slide-tabs{
        overflow: hidden;
        position: relative;
    }

    .collection-content .nav-tabs .nav-tabs.scroller{
        position: absolute;
        left: -15px;
        padding: 0 15px;
    }

    .collection-content .nav-tabs .slide-tabs a.scroller-left,
    .collection-content  .nav-tabs .slide-tabs a.scroller-right{
        position: absolute;
        left: 0px;
        height: 100%;
        padding: 8px 5px;
        background: #fff;
    }

    .collection-content .nav-tabs .slide-tabs a.scroller-right{
        right: 0px;
        left: auto;
    }

    .collection-content .nav-tabs h3.title{
        margin-bottom: 40px;
        margin-top: 0;
        font-size: 24px;
        line-height: 27px;
    }

    .collection-content .nav-tabs .sub-title{
        margin-bottom: 30px;
    }

    .collection-content .nav-tabs ul.list{
        list-style: none;
        padding: 0;
    }

    .collection-content .nav-tabs ul.list-video li{
        margin-bottom: 20px;
    }

    .collection-content .nav-tabs ul.list-video li span{
        padding-left: 5px;
        vertical-align: bottom;
        color: #4c4d4d;
    }

    .collection-content .nav-tabs ul.list.list-price li{
        display: inline-block;
        width: 360px;
        max-width: 80%;
        line-height: 30px;
        padding-right: 30px;
    }

    .collection-content .nav-tabs ul.list.list-price li:last-child{
        width: auto;
        max-width: 20%;
        vertical-align: top;
    }

    .collection-content .collection-images > *{
        padding-right: 0;
    }

    .collection-content .list-collection{
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .collection-content .list-collection li a{
        color: #4c4d4d;
    }

    .collection-content  ul.nav-tabs{
        flex-wrap: wrap;
    }
}
@media (min-width: 1200px){
}
/*Only IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/**/
#goTopButton {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: darkgray;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
#newslettermodal .modal-content{
    background-color: transparent;
    box-shadow:0px 0px 0px;
    border:0px;
}
#newslettermodal .modal-header{
    display: none;
}


/*Box Colors*/
.box-grey {
    background-color: #6b6868;
}
.box-white-smoke{
    background-color: #f3f6f3;
}
.box-indian-red{
    background-color: #dd696a;
}
.box-pale{
    background-color: #de7683;
}
.box-light-orange{
    background-color: #f39869;
}
.box-light-yellow{
    background-color: #ffda6F;
}
.box-light-violet{
    background-color: #9095c0;
}
.box-skyblue{
    background-color: #86c2eb;
}
.box-light-green{
    background-color: #359b9e;
}
.box-lime-green{
    background-color: #b9d478;
}
.box-light-blue {
    background-color: #32bcc0;
}

.box-new-release-right
{
    margin-left:15px;
    margin-right:0px;
}
.box-new-release-left
{
    margin-left:0px;
    margin-right:15px;
}

.block-catalogue .item .image { height: 480px; }

.book-picker {
    margin-bottom: 20px;
}
.book-picker .book-picker-info .book-picker-title,
.book-picker .book-picker-info .book-picker-title a,
.book-picker .book-picker-info .book-picker-subtitle,
.book-picker .book-picker-info .book-picker-contributors {
    font-family: Playfair Display;
    color: #4D4C4C;
}
.book-picker .book-picker-info .book-picker-title {
    font-size: 24px;
    line-height: 27px;
    margin-top: 0px;
    margin-bottom: 0px;
 }
.book-picker .book-picker-info .book-picker-subtitle {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}
.book-picker .book-picker-info .book-picker-contributors {
    font-size: 18px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: italic;
}
.book-picker .book-picker-info .book-picker-description {
    font-family: Muli;
    color: #4D4C4C;
}