
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Playfair+Display);

body {
    font-family: "Open Sans";
    padding-top: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1369px) {
    body {
        padding-top: 100px;
    }
}

@media (min-width: 1370px) {
    .container {
        width: 1370px;
    }
}

.full-width {
    width: 100%;
}

#before-main p {
    margin: 0;
}

#after-main > div,
#content > div,
#before-main > div {
    margin-bottom: 15px;
}

/* navigation */

.top-menu .menu {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .top-menu .menu > li {
        position: relative;
        display: block;
    }

        .top-menu .menu > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .top-menu .menu > li > a:hover,
            .top-menu .menu > li > a:focus {
                text-decoration: none;
                background-color: #c5c5c5;
            }

        .top-menu .menu > li.disabled > a {
            color: #777;
        }

            .top-menu .menu > li.disabled > a:hover,
            .top-menu .menu > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .top-menu .menu .open > a,
    .top-menu .menu .open > a:hover,
    .top-menu .menu .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .top-menu .menu .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .top-menu .menu > li > a > img {
        max-width: none;
    }


.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .menu-main-menu > li > a {
    color: #9d9d9d;
}

    .navbar-inverse .menu-main-menu > li > a:hover,
    .navbar-inverse .menu-main-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-inverse .menu-main-menu > .active > a,
.navbar-inverse .menu-main-menu > .active > a:hover,
.navbar-inverse .menu-main-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
}

.navbar-inverse .menu-main-menu > .disabled > a,
.navbar-inverse .menu-main-menu > .disabled > a:hover,
.navbar-inverse .menu-main-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .menu-main-menu > .open > a,
.navbar-inverse .menu-main-menu > .open > a:hover,
.navbar-inverse .menu-main-menu > .open > a:focus {
    color: #fff;
    background-color: #080808;
}

.top-menu .menu-main-menu {
    margin: 0 -15px;
}

    .top-menu .menu-main-menu > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .top-menu .menu-main-menu .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .top-menu .menu-main-menu .open .dropdown-menu > li > a,
        .top-menu .menu-main-menu .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .top-menu .menu-main-menu .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .top-menu .menu-main-menu .open .dropdown-menu > li > a:hover,
            .top-menu .menu-main-menu .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .top-menu .menu-main-menu {
        float: left;
        margin: 0;
    }

        .top-menu .menu-main-menu > li {
            float: left;
        }

            .top-menu .menu-main-menu > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.top-menu nav > ul li.current {
    background: #c5c5c5;
}

    .top-menu nav > ul li.current a {
        color: #000;
    }

.top-menu nav ul li a {
    padding: 0 18px;
    display: block;
    color: #6b6b6b;
    font-size: 1.077em;
    text-decoration: none;
    line-height: 24px;
}

.top-menu nav > ul > li > ul {
    list-style-type: none;
    padding-left: 10px;
}

    .top-menu nav > ul > li > ul > li > ul {
        list-style-type: none;
        padding-left: 10px;
    }

        .top-menu nav > ul > li > ul > li > a:hover,
        .top-menu nav > ul > li > ul > li > ul > li > a:hover {
            background-color: #c5c5c5;
        }

@media (min-width: 768px) {

    /* first level */
    .top-menu nav > ul > li:hover > ul {
        display: block;
    }

    /* second level */
    .top-menu nav > ul > li > ul {
        margin: 0;
        padding: 0;
        display: none;
        position: absolute;
        border: 1px solid #e9e9e9;
        width: 170px;
        background-color: #e9e9e9;
    }

        .top-menu nav > ul > li > ul > li {
            list-style-type: none;
            margin: 0;
            border: none;
        }

            .top-menu nav > ul > li > ul > li > a {
                display: block;
                text-decoration: none;
                padding-top: 10px;
                padding-bottom: 10px;
            }


            .top-menu nav > ul > li > ul > li:hover > ul {
                display: block;
            }

            /* third level */
            .top-menu nav > ul > li > ul > li > ul {
                margin: -45px -1px 0 169px;
                padding: 0;
                display: none;
                position: absolute;
                border: 1px solid #e9e9e9;
                width: 170px;
                background-color: #e9e9e9;
            }

                .top-menu nav > ul > li > ul > li > ul > li {
                    list-style-type: none;
                    margin: 0;
                    border: none;
                }

                    .top-menu nav > ul > li > ul > li > ul > li > a {
                        display: block;
                        text-decoration: none;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }


                /* deeper levels */
                .top-menu nav > ul > li > ul > li > ul ul {
                    display: none;
                }
}

@media (min-width: 1560px) {
    .container-nav {
        width: 1500px;
    }
}

@media (min-width: 1760px) {
    .container-nav {
        width: 1700px;
    }
}

/* header */

.main-navbar {
    min-height: 50px;
    background-color: #e9e9e9;
    border-width: 0;
    background-image: none;
}

    .main-navbar .navbar-toggle {
        margin-top: 8px;
    }

    .main-navbar .navbar-brand {
        height: 50px;
        font-size: 27px;
        line-height: 18px;
        text-decoration: none;
        font-family: "Playfair Display";
        color: #97002f;
    }

        .main-navbar .navbar-brand:hover {
            color: #b13c63
        }



    .main-navbar nav li.last > a {
        background-image: url(../Content/icons/basket.png);
        -ms-background-repeat: no-repeat;
        background-repeat: no-repeat;
        -ms-background-position: center center;
        background-position: center center;
        text-indent: -9999px;
    }

@media (max-width: 769px) {
    .main-navbar nav li.last > a {
        -ms-background-position: 15px center;
        background-position: 15px center;
    }
}

.search-form {
    width: 100%;
}

    .search-form .btn-default {
        border: none;
        float: initial !important;
        background: transparent;
        box-shadow: none;
        -ms-border-radius: 0;
        border-radius: 0;
        border-bottom: #990434 1px solid;
    }

        .search-form .btn-default .glyphicon-search {
            color: #919191;
        }

    .search-form input.form-control {
        height: 34px;
        border: none;
        -ms-border-radius: 0;
        border-radius: 0;
        border-bottom: #990434 1px solid;
        background: #e9e9e9;
        padding-left: 12px;
        color: black;
        box-shadow: none;
        margin-top: -1px;
    }

.navbar-search,
.navbar-follow-us {
    color: #777;
    float: left;
    height: 50px;
    padding: 5px 15px;
    line-height: 20px;
}

.navbar-search {
    width: 200px;
}

@media (max-width: 480px) {
    .navbar-search {
        width: 150px;
    }
}

.navbar-follow-us {
    padding: 15px 15px;
    float: right;
}

@media (max-width: 685px) {
    .navbar-follow-us {
        display: none;
    }
}


/* jumbotron */
.jumbotron {
    background-color: transparent;
    background-image: url(../Content/backgrounds/jumbotron_background.png);
    -ms-background-size: cover;
    background-size: cover;
}

.jumbotron {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .jumbotron p {
        font-size: 16px;
    }

    .jumbotron h1, .jumbotron .h1, .jumbotron h3, .jumbotron .h3, .jumbotron h2, .jumbotron .h2 {
        font-family: "Playfair Display";
    }

    .jumbotron h1, .jumbotron .h1 {
        margin-top: 0;
    }

    .jumbotron h3, .jumbotron .h4 {
        margin-top: 10px;
    }

    .jumbotron .logon a {
        color: #ffffff;
        text-decoration: underline;
    }

    .jumbotron .aditional-links {
        background-color: #a51f4c;
        font-size: 14px;
        color: #000000;
        display: inline-block;
        padding: 5px;
        font-weight: 600;
    }

        .jumbotron .aditional-links a {
            color: #ffffff;
            text-decoration: none;
            margin: 0 22px
        }

    .jumbotron .jumbotron-asides > div .zone {
        padding: 5px 20px 20px 20px;
    }

    .jumbotron .jumbotron-asides p {
        font-size: 14px;
    }

    .jumbotron .jumbotron-asides > .row {
        margin-right: 0;
        margin-left: 0;
    }

        .jumbotron .jumbotron-asides > .row > div {
            background-color: #1e1e1e;
        }

            .jumbotron .jumbotron-asides > .row > div:hover {
                background-color: #141414;
            }

    .jumbotron .jumbotron-asides .btn-default {
        border-color: #ffffff;
        background-color: #1e1e1e;
        color: #ffffff;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        padding: 10px 35px;
        font-weight: 600;
    }

    .jumbotron .jumbotron-asides > .row > div .btn-default:hover {
        border-color: #97002f;
        background-color: #97002f;
    }

    .jumbotron .jumbotron-asides .description {
        margin-bottom: 65px;
    }

    .jumbotron .jumbotron-asides .button {
        position: absolute;
        bottom: 5px;
    }

@media (max-width: 769px) {

    .jumbotron .jumbotron-asides > div .zone {
        padding: 10px 10px 10px 10px;
    }
}

@media screen and (min-width: 768px) {
    .jumbotron h1, .jumbotron .h1 {
        font-size: 75px;
    }

    /*.jumbotron h2, .jumbotron .h2 {
        font-size: 42px;
    }*/

    .jumbotron h3, .jumbotron .h3 {
        font-size: 30px;
    }

    .jumbotron .jumbotron-asides > .row > div {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .jumbotron .jumbotron-asides > .row {
        display: table;
        border-collapse: separate;
        border-spacing: 5px 0;
        margin-right: -20px;
        margin-left: -20px;
    }

        .jumbotron .jumbotron-asides > .row > div {
            display: table-cell;
            float: none;
        }
}

@media (min-width: 1370px) {
    /*.jumbotron h1, .jumbotron .h1 {
        font-size: 100px;
    }*/

    /*.jumbotron h3, .jumbotron .h3 {
        font-size: 35px;
    }*/
}
/* before main widget*/

#before-main {
    margin-right: 0;
    margin-left: 0;
}

    #before-main > div {
        background-color: #e9e9e9;
        padding-bottom: 10px;
    }

.new-salem-titles header h1 {
    font-family: "Playfair Display";
    font-size: 40px;
    font-weight: bold;
    margin-top: 0;
    color: #4f4f4f;
    padding-top: 30px;
    padding-left: 15px;
}

a.view-more {
    color: #97002f;
    font-weight: 600;
    position: absolute;
    right: 30px;
    top: 40px;
}

.new-titles-slider .slider-item {
    padding: 15px;
}

    .new-titles-slider .slider-item:hover {
        background-color: #cccccc;
    }

    .new-titles-slider .slider-item a {
        text-decoration: none;
    }

    .new-titles-slider .slider-item .image {
        text-align: center;
    }

        .new-titles-slider .slider-item .image img {
            width: 100%;
            max-width: 150px;
            display: initial;           
            /*height: 200px;*/
        }

    .new-titles-slider .slider-item .title h1 {
        line-height: 19px;
        font-size: 14px;
        color: #97002f;
        font-weight: 600;
        text-align: center;
    }

    .new-titles-slider .slider-item .publication-date {
        color: #000000;
        font-weight: 600;
        text-align: center;
    }

@media (min-width: 770px) {
    .new-titles-slider .slider-item .image img {
        height: 139px;
    }
}
    
@media (min-width: 992px) {
    .new-titles-slider .slider-item .image img {
        height: 194px;
    }
}

@media (min-width: 1200px) {    
    .new-titles-slider .slider-item .image img {
        height: 194px;
    }
}

@media (min-width: 1370px) {
    .new-titles-slider .slider-item .image img {
         height:194px;
    }
}

.new-titles-slider .slick-dots li button:before {
    font-size: 13px;
}

.new-titles-slider .slick-dots li.slick-active button:before {
    -ms-opacity: 1;
    opacity: 1;
    color: #97002f;
}

/* content widgets */

.main-widgets {
    padding-right: 15px;
    padding-left: 15px;
}

    .main-widgets > .row > div,
    .main-widgets > .row .right-wiget-group .row {
        margin-bottom: 15px;
    }

    .main-widgets .right-wiget-group {
        margin-bottom: 0 !important;
    }

        .main-widgets .right-wiget-group .row.arba-search-widget {
            border-spacing: 15px 0;
            margin-right: -30px;
            margin-left: -30px;
            margin-bottom: 0;
        }

            .main-widgets .right-wiget-group .row.arba-search-widget > div {
                display: table-cell;
                float: none;
                vertical-align: top;
            }


@media (min-width: 992px) {
    .main-widgets {
        padding-right: 0;
        padding-left: 0;
    }

        .main-widgets > .row {
            /*display: table;
        border-collapse: separate;*/
            border-spacing: 15px 0;
        }

            .main-widgets > .row > div {
                display: table-cell;
                float: none;
                vertical-align: top;
            }
}

.content-widget {
    background-color: #e9e9e9;
    padding: 30px 30px 15px 30px;
}

    .content-widget h1 {
        font-family: "Playfair Display";
        font-weight: bold;
        margin-top: 0;
        color: #4f4f4f;
    }

    .content-widget .click-here {
        color: #97002f
    }

    .content-widget p {
        font-size: 18px;
        color: #000000;
    }

    .content-widget.salem-didgital {
        background-color: #222222;
    }

        .content-widget.salem-didgital h1 {
            color: #ffffff;
        }

        .content-widget.salem-didgital p {
            color: #929292;
        }

        .content-widget.salem-didgital .catalog-wrapper {
            overflow: hidden;
        }

        .content-widget.salem-didgital .row > div {
            margin-bottom: 15px;
        }

        .content-widget.salem-didgital .blur {
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
            width: 100%;
            height: 291px;
            -webkit-transform: scale(3);
            -ms-transform: scale(3);
            transform: scale(3);
            transform: scale(3);
        }

        .content-widget.salem-didgital .blur1 {
            background: url('/Media/SalemPress/books/Layer%2018%20copy.png');
            -ms-background-position: center;
            background-position: center;
            -ms-background-repeat: no-repeat;
            background-repeat: no-repeat;
        }

        .content-widget.salem-didgital .blur2 {
            background: url('/Media/SalemPress/books/Layer%2019%20copy.png');
            -ms-background-position: center;
            background-position: center;
            -ms-background-repeat: no-repeat;
            background-repeat: no-repeat;
        }

        .content-widget.salem-didgital .not-scaled {
            width: 60%;
            overflow: auto;
            margin: auto;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

    .content-widget.search {
        background-color: #97002f;
    }

        .content-widget.search h1,
        .content-widget.search a {
            color: #ffffff;
        }

        .content-widget.search ul {
            list-style: none;
            padding-left: 0;
        }

    .content-widget p img {
        float: left;
        margin: 0 35px 30px 10px;
    }

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.half {
    width: 50%;
    float: left;
}

    .half.image-container {
        padding-right: 30px;
    }

    .half.text-container {
        padding-left: 30px;
    }

@media (min-width: 992px) and (max-width: 1199px) {
    .half {
        width: 100%;
        float: none;
    }

        .half.text-container {
            padding-left: 0;
        }

        .half.image-container {
            padding-right: 0;
        }

    .content-widget.salem-didgital .row > div {
        float: none;
        width: auto;
    }

    .content-widget.salem-didgital .blur {
        height: 251px;
    }

    .content-widget.salem-didgital .not-scaled {
        width: auto;
        height: 80%;
    }
}

/* book details page */

.triangle-right {
    width: 15px;
    height: 15px;
    position: absolute;
    background-image: url(../Content/icons/polygon.png);
    -ms-background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}


.book-details {
    margin-top: 50px;
}

    .book-details .red-caption {
        color: #97002f;
        font-weight: 600;
    }

    .book-details hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #c9c9c9;
    }

    .book-details .left-widgets .widget-block {
        background: #e9e9e9;
        padding: 15px;
        margin-bottom: 5px;
    }

        .book-details .left-widgets .widget-block .e-book .triangle-right {
            margin-top: 3px;
            right: 0;
        }

        .book-details .left-widgets .widget-block > div,
        .book-details .left-widgets .widget-block > ul {
            position: relative;
        }

        .book-details .left-widgets .widget-block a:hover {
            color: #97002f;
        }

        .book-details .left-widgets .widget-block .spread img {
            padding: 15px;
        }

        .book-details .left-widgets .widget-block .spread a:hover {
            text-decoration: none;
        }

        .book-details .left-widgets .widget-block .online-access {
            padding: 15px;
        }

            .book-details .left-widgets .widget-block .online-access img {
                width: 100%;
            }

        .book-details .left-widgets .widget-block .free-online a,
        .book-details .left-widgets .widget-block .free-online a:hover {
            color: #1670d6;
            font-size: 13px;
        }

        .book-details .left-widgets .widget-block .free-online {
            list-style: none;
            padding-left: 25px
        }

            .book-details .left-widgets .widget-block .free-online .triangle-right {
                margin-top: 3px;
                left: 0;
            }

            .book-details .left-widgets .widget-block .free-online img.internet {
                position: absolute;
                left: -2px;
                margin-top: 4px;
            }

        .book-details .left-widgets .widget-block .free-poster {
            margin-top: 15px;
            font-size: 13px;
        }

            .book-details .left-widgets .widget-block .free-poster .download img {
                max-width: 30px;
                margin-bottom: 15px;
            }

            .book-details .left-widgets .widget-block .free-poster .download a {
                color: #000000;
            }

    .book-details .left-widgets > div .value {
        float: right;
        font-weight: 600;
    }

        .book-details .left-widgets > div .value.price {
            font-size: 18px
        }

    .book-details .left-widgets .book-cover {
        text-align: center;
        margin-bottom: 5px;
    }

        .book-details .left-widgets .book-cover img {
            width: 100%;
            max-width: 415px;
        }


    .book-details .left-widgets .add-to-card {
        margin-top: 15px;
    }

        .book-details .left-widgets .add-to-card .btn-default {
            border-color: #97002f;
            background-color: #e9e9e9;
            color: #97002f;
            -ms-border-radius: 0;
            border-radius: 0;
            font-size: 14px;
            padding: 11px 20px;
            font-weight: 600;
            white-space: initial;
            width: 100%;
        }

            .book-details .left-widgets .add-to-card .btn-default:hover {
                border-color: #e9e9e9;
                background-color: #97002f;
                color: #e9e9e9;
            }
       
            .book-details .left-widgets .add-to-card .btn-default i {
                -ms-background-repeat: no-repeat;
                background-repeat: no-repeat;
                -ms-background-position: center center;
                background-position: center left;
                padding: 20px;
            }

                .book-details .left-widgets .add-to-card .btn-default i.basket {
                    background-image: url(../Content/icons/basket.png);
                }

            .book-details .left-widgets .add-to-card .btn-default:hover i.basket {
                background-image: url(../Content/icons/basket_inverse.png);
            }

            .book-details .left-widgets .add-to-card .btn-default i.checked {
                background-image: url(../Content/icons/checked.png);
                padding: 12px;
            }

            .book-details .left-widgets .add-to-card .btn-default.added {
                border-color: #b97e8a;
                background-color: #e9e9e9;
                color: #b97e8a;
            }


    .book-details .right-content {
        margin-top: -25px;
    }

        .book-details .right-content hr {
            border-top: 1px solid #e9e9e9;
        }

        .book-details .right-content .download > span {
            font-size: 13px;
            color: #939393
        }

        .book-details .right-content .publication-date {
            font-size: 16px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .book-details .right-content .tags {
            margin: 0 -5px;
        }

            .book-details .right-content .tags > span {
                display: none;
            }

            .book-details .right-content .tags > a {
                font-size: 12px;
                color: #000000;
                background-color: #f2f2f2;
                padding: 5px 10px;
                margin: 5px;
                line-height: 17px;
                display: inline-block;
            }

                .book-details .right-content .tags > a:hover {
                    text-decoration: none;
                    background-color: #cccccc;
                }

        .book-details .right-content a.file {
            color: #212121;
            font-size: 13px;
            background-image: url(../Content/icons/file.png);
            -ms-background-repeat: no-repeat;
            background-repeat: no-repeat;
            padding-left: 20px;
            margin-left: 15px;
        }

        .book-details .right-content h4 {
            color: #97002f;
            font-weight: 600;
        }

        .book-details .right-content .description {
            margin: 30px 0;
        }

            .book-details .right-content .description h5 {
                font-size: 18px;
                font-weight: 600;
                line-height: 22px;
            }

        .book-details .right-content ul {
            list-style: none;
            padding-left: 5px;
        }

            .book-details .right-content ul > li {
                font-weight: 600;
                line-height: 30px;
                background-image: url(../Content/icons/polygon.png);
                -ms-background-repeat: no-repeat;
                background-repeat: no-repeat;
                background-position-x: left;
                background-position-y: 10px;
                padding-left: 25px;
            }

    .book-details .related-documents {
        padding-top: 0;
        padding-bottom: 15px;
    }

        .book-details .related-documents .related-item {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .book-details .related-documents .related-item:hover {
                background-color: #cccccc;
            }

            .book-details .related-documents .related-item a:hover {
                text-decoration: none;
            }

            .book-details .related-documents .related-item img.cover {
                float: left;
                max-width: 100px;
                margin-right: 15px;
            }

            .book-details .related-documents .related-item .title {
                color: #1670d6;
                font-size: 14px;
                font-weight: 600;
            }

            .book-details .related-documents .related-item .description {
                color: #323232;
                font-size: 13px;
                margin-bottom: 0;
            }


.reviews {
    border: #b1b1b1 1px solid;
    padding: 30px;
    margin-top: 0;
    margin-bottom: 15px;
}

    .reviews .review {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .reviews .review a {
            color: initial;
        }

    .reviews .red-caption {
        color: #97002f;
        font-weight: 600;
    }

    .reviews .review hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #c9c9c9;
    }

    .reviews .review .quotes {
        font-size: 55px;
        font-weight: 600;
        color: #c2c2c2;
        line-height: 0;
        float: left;
        margin-top: 27px;
        margin-bottom: 0;
        margin-right: 15px;
    }

    .reviews .review .review-comment {
        font-size: 18px;
        line-height: 30px;
    }

    .reviews .review .review-author {
        font-size: 13px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 10px;
    }

/* aftermain */

#after-main header h1 {
    font-family: "Playfair Display";
    font-size: 40px;
    color: #4f4f4f;
    font-weight: bold;
    padding: 30px 30px;
    background-color: #e9e9e9;
    margin: 0;
}

#after-main .widget-content {
    padding: 0 30px 15px 30px;
    background-color: #e9e9e9;
    margin-bottom: 15px;
}


    #after-main .widget-content p.button {
        margin: 0 60px;
    }

    #after-main .widget-content .btn-default {
        border-color: #97002f;
        background-color: #e9e9e9;
        color: #97002f;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        padding: 15px 45px;
        font-weight: 600;
        white-space: initial;
        position: absolute;
        width: 70%;
        bottom: 40px;
        right: 25%;
        left: 50%;
        margin-left: -35%;
    }

        #after-main .widget-content .btn-default:hover {
            border-color: #e9e9e9;
            background-color: #97002f;
            color: #e9e9e9;
        }

    #after-main .widget-content .promotions,
    #after-main .widget-content .books {
        margin-bottom: 100px;
        margin-right: -5px;
        margin-left: -5px;
    }

        #after-main .widget-content .books > div {
            padding-right: 5px;
            padding-left: 5px;
        }

        #after-main .widget-content .promotions h4 {
            margin-top: 20px;
            margin-bottom: 0;
            font-size: 16px;
            font-weight: bolder;
            text-align: center;
            text-transform: uppercase;
        }


@media (min-width: 992px) {
    #after-main .widget-content {
        padding: 0 15px 15px 15px;
    }

    #after-main header h1 {
        padding: 30px 15px;
    }

    #after-main .zone {
        display: table;
        border-collapse: separate;
        border-spacing: 15px 0;
    }

        #after-main .zone > article.widget {
            display: table-cell;
            float: none;
            background-color: #e9e9e9;
        }
}


/* footer */

#footer {
    margin-top: 35px;
}

.poweredby {
    color: #474747;
    font-size: 13px;
}

.follow-us {
    color: #848484;
    font-size: 14px;
}

    .follow-us a {
        width: 20px;
        height: 20px;
        display: inline-block;
        text-align: center;
    }

@media (min-width: 992px) {
    .copyright, .follow-us {
        float: right;
    }
}


.twitter-timeline {
    height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.footer-menu {
    font-size: 13px;
}

    .footer-menu a {
        color: #474747;
    }

    .footer-menu nav > ul {
        list-style-type: none;
        padding-left: 0;
    }

        .footer-menu nav > ul > li > a {
            font-weight: bold;
            color: #000000;
        }

        .footer-menu nav > ul > li > ul {
            list-style-type: disc;
            list-style-position: inside;
            padding-left: 0;
            color: #97002f;
        }

            .footer-menu nav > ul > li > ul > li > a {
                color: #474747;
            }

            .footer-menu nav > ul > li > ul > li > ul {
                list-style: none;
                padding-left: 15px;
                color: #474747;
            }

                .footer-menu nav > ul > li > ul > li > ul li:before {
                    content: "-";
                    position: relative;
                    left: -5px;
                }

/* Book content page*/

.search-results.content-items, .projection-page.content-item, .tagged-posts.content-items {
    list-style: none;
    padding: 0;
}

    .search-results.content-items > li, .projection-page.content-item > ul > li, .tagged-posts.content-items > li {
        margin-bottom: 3px;
        display: table;
        width: 100%;
        position: relative;
    }

        .search-results.content-items > li > .book, .projection-page.content-item > ul > li > .book, .tagged-posts.content-items > li > .book {
            background-color: #e9e9e9;
            display: table-row;
        }

            .search-results.content-items > li > .book > div, .projection-page.content-item > ul > li > .book > div, .tagged-posts.content-items > li > .book > div {
                display: table-cell;
                padding: 10px;
                float: none;
            }

    .search-results.content-items > .captions > .row, .projection-page.content-item > .captions > .row, .tagged-posts.content-items > .captions > .row {
        padding: 10px;
        display: table-row;
    }

        .search-results.content-items > .captions > .row > div, .projection-page.content-item > .captions > .row > div, .tagged-posts.content-items > .captions > .row > div {
            display: table-cell;
            padding: 10px;
            font-size: 13px;
            float: none;
        }

.search-results .book .cover img, .projection-page .book .cover img, .tagged-posts .book .cover img {
    max-height: 50px;
}

.search-results .book .title a, .projection-page .book .title a, .tagged-posts .book .title a {
    color: #000000;
    font-weight: 600;
}

    .search-results .book .title a:hover, .projection-page .book .title a:hover, .tagged-posts .book .title a:hover {
        color: #1670d6;
        text-decoration: none;
    }

.search-results .book .title h1, .projection-page .book .title h1, .tagged-posts .book .title h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.search-results .book .volums, .projection-page .book .volums, .tagged-posts .book .volums {
    font-weight: 600;
    text-align: right;
}

.search-results .book .price, .projection-page .book .price, .tagged-posts .book .price {
    color: #97002f;
    font-weight: 600;
    text-align: right;
}

.search-results .book .add-to-card, .projection-page .book .add-to-card, .tagged-posts .book .add-to-card {
    text-align: right;
}

    .search-results .book .add-to-card .btn-default, .projection-page .book .add-to-card .btn-default, .tagged-posts .book .add-to-card .btn-default {
        border-color: #97002f;
        background-color: #e9e9e9;
        color: #97002f;
        -ms-border-radius: 0;
        border-radius: 0;
        font-size: 14px;
        padding: 11px 20px;
        font-weight: 600;
        white-space: initial;
    }

        .search-results .book .add-to-card .btn-default i, .projection-page .book .add-to-card .btn-default i, .tagged-posts .book .add-to-card .btn-default i {
            -ms-background-repeat: no-repeat;
            background-repeat: no-repeat;
            -ms-background-position: center center;
            background-position: center left;
            padding: 20px;
        }

            .search-results .book .add-to-card .btn-default i.basket, .projection-page .book .add-to-card .btn-default i.basket, .tagged-posts .book .add-to-card .btn-default i.basket {
                background-image: url(../Content/icons/basket.png);
            }

            .search-results .book .add-to-card .btn-default i.checked, .projection-page .book .add-to-card .btn-default i.checked, .tagged-posts .book .add-to-card .btn-default i.checked {
                background-image: url(../Content/icons/checked.png);
                padding: 12px;
            }

        .search-results .book .add-to-card .btn-default:hover, .projection-page .book .add-to-card .btn-default:hover, .tagged-posts .book .add-to-card .btn-default:hover {
            border-color: #e9e9e9;
            background-color: #97002f;
            color: #e9e9e9;
        }

            .search-results .book .add-to-card .btn-default:hover i.basket, .projection-page .book .add-to-card .btn-default:hover i.basket, .tagged-posts .book .add-to-card .btn-default:hover i.basket {
                background-image: url(../Content/icons/basket_inverse.png);
            }

        .search-results .book .add-to-card .btn-default.added, .projection-page .book .add-to-card .btn-default.added, .tagged-posts .book .add-to-card .btn-default.added {
            border-color: #b97e8a;
            background-color: #e9e9e9;
            color: #b97e8a;
        }

.search-results .list-label, .projection-page .list-label, .tagged-posts .list-label {
    text-align: right;
    color: #8d8d8d;
}

    .search-results .list-label.title, .projection-page .list-label.title, .tagged-posts .list-label.title {
        text-align: left;
    }

@media (max-width: 769px) {
    .search-results.content-items > .captions > .row > div.last-empty, .projection-page .captions > .row > div.last-empty, .tagged-posts.content-items > .captions > .row > div.last-empty {
        display: none;
    }

    .search-results .list-label.price, .projection-page .list-label.price, .tagged-posts .list-label.price {
        text-align: left;
    }

    .reviews {
        margin-top: 15px;
    }

    .book-details {
        margin-top: 20px;
    }

        .book-details .right-content {
            margin-top: 15px;
        }

        .book-details .related-documents {
            padding-top: 0;
            padding-bottom: 0;
        }

        .book-details .left-widgets .book-cover {
            margin-bottom: 15px;
        }

        .book-details .left-widgets .widget-block {
            margin-bottom: 15px;
        }
}

.zone-content h1 {
    font-family: "Playfair Display";
    font-size: 40px;
}

.zone-content h2 {
    font-family: "Playfair Display";
    font-size: 30px;
}

.online-database {
    background-color: white;
    color: black;
    border: 1px solid #97002f;
    border-radius: 15px;
    padding: 20px;
    font-family: "Playfair Display";
    font-weight: bold;
    font-size: 15px;
}

    .online-database a {
        color: #000000;
    }

    .online-database .red-caption {
        color: #97002f;
    }

    .online-database ul {
        margin: 0;
    }

.spread {
    padding-top: 15px;
}

.new {
    writing-mode: tb-rl;
    position: absolute;
    background-color: #e8a608;
    display: block !important;
    left: -20px;
    top: 0;
    height: 100%;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 0 !important;
    color: white;
    font-weight: bold;
}
