/*************************************/
/***** Screen Max. Width = 1200px ****/
/*************************************/
@media screen and (max-width: 1200px) {

    .book-about .text-group .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .book-others {
        padding-bottom: 30px;
    }

    .book-others .sale-features .item {
        margin-bottom: 23px;
    }

    .book-comments {
        padding-bottom: 20px;
    }

    .book-comments .book-comment {
        margin-top: 0;
    }

    .book-comments .book-comment ul.book-comment-slide li .item-comment {
        font-size: 14px;
        line-height: 24px;
    }

}

/*************************************/
/***** Screen Max. Width = 991px *****/
/*************************************/
@media screen and (max-width: 991px) {
    .header .header-inline .logo {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .header .header-inline .logo a img {
        margin: auto;
    }

    .header .header-inline .header-nav .navbar-links > ul {
        text-align: center;
    }

    .book-about .text-group,
    .book-about .text-group .desc {
        text-align: center
    }

    .book-about .text-group .subtitle:after {
        margin-left: auto;
        margin-right: auto;
    }

    .book-about .book-image {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #82430b;
    }

    .book-features .title-group {
        padding-left: 30px;
        padding-right: 30px;
    }

    .book-others .faqs {
        margin-bottom: 30px;
    }

    .book-others .sale-features {
        margin-bottom: 10px;
    }

    .book-comments {
        padding-bottom: 30px;
    }

    .book-comments:after {
        -webkit-background-size: cover;
        background-size: cover;
    }

    .book-comments .book-image img {
        margin: auto;
    }

    .copyright .warning,
    .copyright .copy-text{ text-align: center}

    .copyright .warning{
        padding-bottom: 15px;margin-bottom: 15px; border-bottom:1px solid #82430b}
}

/*************************************/
/***** Screen Max. Width = 767px *****/
/*************************************/
@media screen and (max-width: 767px) {
    .header .header-top .site-text,
    .header .header-top .phone {
        text-align: center;
    }

    .header .header-top .site-text {
        margin-bottom: 10px;
    }

    .header .header-top .phone {
        font-size: 30px;
        line-height: 30px;
    }

    .header .header-inline {
        padding-bottom: 15px;

    }

    .header .header-inline .header-nav {
        padding: 0;
        margin-top: 0;
    }

    .header .header-inline .header-nav .navbar-links {

        text-align: left;
        padding: 0;
        background-color: #82430b;
        border: 1px solid #82430b;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        position: relative;
    }

    .header .header-inline .header-nav .navbar-links > ul {
        text-align: left;

    }

    .header .header-inline .header-nav .navbar-links > ul > li {
        display: block;
        text-shadow: none;
        margin-left: 0;
    }

    .header .header-inline .header-nav .navbar-links > ul > li:before {
        display: none;
    }

    .header .header-inline .header-nav .navbar-links > ul > li:hover {
        background-color: transparent;
    }

    .header .header-inline .header-nav .navbar-links > ul > li:first-child > a {
        border-left: 0;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > a {
        text-shadow: none;
        color: #fff;
        padding: 19px 10px 18px 35px;
        display: block;
        position: relative;
        border-bottom: 1px solid #82430b;
        border-right: 0;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > a:before {
        position: absolute;
        border: 0;
        content: '\f0da';
        font-family: 'FontAwesome', sans-serif;
        color: #fff;
        text-shadow: none;
        font-size: 18px;
        bottom: auto;
        top: 19px;
        left: 10px;
        margin-left: 0;
    }

    .header .header-inline .header-nav .navbar-links > ul > li:last-child > a {
        border-bottom: 0 !important;
    }

    .header .header-inline .header-nav .navbar-links > ul > li.open > a,
    .header .header-inline .header-nav .navbar-links > ul > li > a:hover {
        background-color: #82430b;
        color: #82430b;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > a:hover:before {
        color: #82430b;
    }

    .header .header-inline .header-nav .navbar-links > ul > li.open > a:before {
        content: '\f0d7';
        opacity: 1;
        color: #82430b;
    }

    /* DropDown Menu (Sub) */
    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu {
        position: relative;
        float: none;
        padding: 0;
        background-color: #82430b;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: 0;
        margin-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu:before {
        content: '';
        display: none;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li {

    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li:last-child {
        border-bottom: 1px solid transparent;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li > a {
        border-bottom: 1px solid #82430b;
        padding: 14px 10px 13px 30px;
        color: #fff;
        text-shadow: none;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li > a:before {
        content: '\f192';
        font-family: 'FontAwesome', sans-serif;
        font-size: 10px;
        position: relative;
        top: -2px;
        margin-left: 0;
        margin-right: 10px;
    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li:first-child a {

    }

    .header .header-inline .header-nav .navbar-links > ul > li > ul.dropdown-menu > li > a:hover {
        color: #82430b;
        background-color: #82430b;
        padding-left: 30px;
    }

    .header .header-inline .header-nav .navbar-links > ul > li.dropdown > a:after {
        text-align: right;
        float: right;
    }
    .book-about .book-image {
        margin-top: 10px;
    }
    .book-about .text-group .buttons .item-button{ margin-bottom: 20px;}

    .book-features {
        padding-bottom: 15px;
    }

    .book-features .title-group {
        padding-left: 0;
        padding-right: 0;
    }

    .book-features .item {
        margin-bottom: 15px;
        background-color: rgba(14, 36, 47, .5);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        padding: 8px 3px 5px;
    }

    .book-features .item:after {
        display: none;
    }
}

/*************************************/
/***** Screen Max. Width = 480px *****/
/*************************************/
@media screen and (max-width: 480px) {
}