.slicknav_menu {
    display: none;
}

button.myButton {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.myButton.article {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    margin-top: 20px;
}

.myButton.custom-product {
    color: #fff;
    background-color: #a46497;
    border-color: #a46497;
    margin-top: 5px;
}
.myButton.custom-product-cyberbook {
    color: #fff;
    background-color: #00B200;
    border-color: #00B200;
    margin-top: 5px;
}
.bottom-part-custom {
    border-top: 1px solid #eee;
    margin-top: 30px;
    padding-top: 10px;
}

.book-content .row {
    width: 100%;
    display: flex;
}

.book-content .col-sm-6 {
    width: 60%;
    padding-left: 30px;
}

.book-content .col-sm-4 {
    width: 40%;
}

.member-login-btn {
    color: #111 !important;
    font-weight: bold;
}

.index-top {
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
}

.index-top .index-top-left,
.index-top .index-top-right {
    width: 50%;
}

.index-top .index-top-right {
    padding-right: 20px;
    padding-top: 10px;
    text-align: right;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .book-content .row {
        display: block;
    }
    .book-content .col-sm-4 {
        width: 60%;
        margin: 0px auto;
    }
    .book-content .col-sm-6 {
        width: 88%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .index-top {
        border: none;
        display: block;
    }
    .index-top .index-top-left,
    .index-top .index-top-right {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .container {
        width: 740px !important;
    }
    #news-ticker {
        width: 75%;
    }
    .content-area,
    .content-loop {
        width: 510px;
    }
    ul#home-sidebar li.column {
        width: 226px;
    }
    .sidebar {
        width: 200px;
    }
    #featured-content .hentry {
        height: 345px;
    }
    #featured-content .hentry .entry-title {
        font-size: 20px;
        line-height: 22px;
    }
    #featured-content-2 .entry-title {
        font-size: 28px;
        line-height: 30px;
    }
    .content-sidebar .content-loop {
        width: 100%;
    }
    .loop-grid .hentry {
        width: 239px;
        margin-right: 15px;
    }
    .loop-list .entry-thumbnail {
        width: 150px;
    }
    .widget_tabs .tabs-nav li {
        margin-right: 7px;
    }
    .widget_tabs .tabs-nav li:last-child {
        margin-right: 0;
    }
    .widget_tabs .tabs-nav li a {
        letter-spacing: 0;
    }
    .widget_tabs .entry-meta {
        display: none;
    }
    .widget_newsletter input {
        width: 100px;
    }
    .widget_125 img {
        width: 85px;
        height: 85px;
        padding: 4px;
    }
    .widget-social {
        padding: 15px 0 15px 10px;
    }
    .widget-social a {
        padding-right: 10px;
    }
    .widget-social a .fa {
        font-size: 24px;
    }
}

@media only screen and (max-width: 990px) {
    .js #primary-menu,
    .js #secondary-menu,
    .widget-left,
    .widget-right {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
    /*
  Mobile Menu Core Style
  */
    .slicknav_btn {
        position: relative;
        display: block;
        vertical-align: middle;
        float: left;
        padding: 3px 0 0 10px;
        cursor: pointer;
    }
    .slicknav_menu .slicknav_menutxt {
        display: block;
        float: left;
        font-size: 12px;
    }
    .slicknav_menu .slicknav_icon {
        color: #999;
        float: left;
        margin: 9px 0 0 5px;
    }
    .slicknav_menu .slicknav_icon-bar {
        background: #333;
        display: block;
        width: 16px;
        height: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
    }
    .slicknav_menu:before,
    .slicknav_menu:after {
        content: " ";
        display: table;
    }
    .slicknav_menu:after {
        clear: both;
    }
    /* IE6/7 support */
    .slicknav_menu {
        *zoom: 1;
    }
    .slicknav_nav {
        clear: both;
    }
    .slicknav_nav ul,
    .slicknav_nav li {
        display: block;
    }
    .slicknav_nav .slicknav_arrow {
        font-size: 0.8em;
        margin: 0 0 0 0.4em;
    }
    .slicknav_nav .slicknav_item {
        cursor: pointer;
    }
    .slicknav_nav .slicknav_row {
        display: block;
    }
    .slicknav_nav a {
        display: block;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        display: inline;
    }
    /* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
  */
    .slicknav_nav a:active {
        outline: none !important;
    }
    /* Button */
    .slicknav_btn {
        margin: 0;
        text-decoration: none;
    }
    /* Button Text */
    .slicknav_menu {
        font-size: 14px;
    }
    .slicknav_menu .slicknav_menutxt {
        color: #333;
        font-weight: bold;
    }
    .slicknav_nav {
        color: #fff;
        margin: 0;
        padding: 0;
        font-size: 13px;
        width: 100%;
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav a {
        padding: 7px 15px;
        text-decoration: none;
    }
    .slicknav_nav ul {
        padding: 0;
        margin: 0 0 0 20px;
        list-style: none;
        overflow: hidden;
    }
    .slicknav_nav .slicknav_item a,
    .slicknav_nav .slicknav_parent-link a {
        padding: 0 0 0 15px;
        margin: 0;
    }
    .slicknav_nav .slicknav_txtnode {
        margin-left: 15px;
    }
    .slicknav_nav .slicknav_row {
        padding: 7px 0;
    }
    #primary-bar .slicknav_menu .slicknav_menutxt {
        color: #fff;
    }
    #primary-bar .slicknav_menu .slicknav_icon-bar {
        background: #fff;
    }
    #primary-bar .slicknav_nav,
    #secondary-bar .slicknav_nav {
        background: #fbfbfb;
        border-bottom: 1px solid #e6e6e6;
    }
    #primary-bar .slicknav_nav a,
    #secondary-bar .slicknav_nav a {
        color: #333;
        line-height: 1.5;
    }
    #primary-bar .slicknav_nav a:hover,
    #secondary-bar .slicknav_nav a:hover {
        background: #f6f6f6;
    }
    .header-social,
    .header-search {
        position: absolute;
        top: 0;
        right: 0;
    }
    #primary-bar,
    #secondary-bar {
        position: relative;
    }
    #primary-bar .slicknav_btn,
    #secondary-bar .slicknav_btn {
        line-height: 31px;
        padding-bottom: 3px;
    }
    .site-branding {
        height: auto;
    }
    #logo {
        float: none;
        max-width: 220px;
        margin: 15px auto;
    }
    .logo-center #logo {
        margin-bottom: 5px;
    }
    .site-title,
    .site-description {
        text-align: center;
    }
    .header-ad {
        float: none;
        margin: 15px auto;
    }
    .sidebar .entry-thumb,
    .sidebar .entry-thumbnail {
        width: 50px !important;
        height: 50px !important;
    }
    .single .entry-share ul li {
        width: 33.3%;
        padding-bottom: 10px;
    }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url {
        width: 28%;
        margin-right: 4.5%;
    }
    .footer-column {
        width: 48%;
    }
    .footer-column-3 {
        clear: left;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px !important;
    }
    #featured-content .hentry {
        height: 210px;
    }
    #featured-content .hentry .entry-title,
    #featured-content-2 .entry-title {
        font-size: 20px;
        line-height: 22px;
    }
    .loop-grid .hentry {
        width: 209px;
        margin-right: 15px;
    }
    .related-posts ul li {
        width: 47%;
        padding-right: 3%;
    }
    .sidebar .widget {
        width: 47%;
        float: left;
        padding-right: 3%;
    }
    .widget_newsletter input {
        width: 110px;
    }
    .widget_125 img {
        width: 90px;
        height: 90px;
        margin-bottom: 5px;
        padding: 4px;
    }
    .widget-social {
        padding: 15px 0 15px 10px;
    }
    .widget-social a {
        padding-right: 15px;
    }
    .widget-social a .fa {
        font-size: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .content-area,
    .content-loop,
    ul#home-sidebar li.column {
        width: 100%;
        float: left;
        padding-right: 0;
        border-right: none;
    }
    .column {
        height: 100% !important;
    }
    .loop-list .entry-thumbnail {
        width: 120px;
    }
    .loop-list .entry-summary {
        float: left;
    }
    .sidebar {
        width: 100%;
        float: left;
        padding-bottom: 0;
    }
    .header-social span {
        display: none;
    }
    .header-ad,
    .archive-ad {
        max-width: 100%;
        height: auto;
        margin: 10px auto;
    }
    #featured-content-2 .entry-summary {
        font-size: 13px;
        line-height: 15px;
    }
    .page-title {
        font-size: 24px;
        line-height: 26px;
    }
    #news-ticker b,
    #news-ticker .news-list,
    #comments .commentlist li.comment img.avatar {
        display: none;
    }
    .related-posts ul li {
        margin-bottom: 15px;
    }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url {
        width: 27%;
        margin-right: 5%;
    }
    #site-bottom .copyright .left,
    #site-bottom .copyright .right {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 100% !important;
        max-width: 300px;
        padding: 0 10px;
    }
    .header-search #search-form input {
        width: 110px;
    }
    #featured-content .hentry {
        height: 140px;
    }
    #featured-content .hentry .entry-title,
    #featured-content-2 .entry-title {
        font-size: 16px;
        line-height: 18px;
    }
    #featured-content .hentry .entry-title a {
        padding: 10px;
    }
    #featured-content-2 .entry-summary {
        display: none;
    }
    .loop-grid .hentry {
        width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 0 0 15px 0 !important;
        border-left: none !important;
        border-bottom: 1px solid #e6e6e6;
    }
    .line {
        display: none;
    }
    .content-loop,
    .loop-grid .hentry {
        width: 100%;
    }
    .loop-list .entry-thumbnail {
        width: 100px;
    }
    .hentry .entry-title {
        font-size: 18px;
        line-height: 20px;
    }
    .entry-summary {
        clear: none !important;
    }
    .loop-blog .hentry .entry-title,
    .page-title {
        font-size: 20px;
        line-height: 22px;
    }
    .related-posts ul li {
        width: 47%;
        padding-right: 3%;
    }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url {
        width: 97%;
        margin-right: 0;
    }
    #respond #commentform textarea {
        width: 93%;
    }
    .footer-column {
        width: 100%;
    }
    .footer-column-3 {
        clear: both;
    }
    #site-bottom #footer-nav {
        float: none;
        margin-bottom: 20px;
    }
    #site-bottom .copyright {
        float: none;
    }
}

@media only screen and (max-width: 320px) {
    .container {
        width: 96% !important;
        padding: 0 2%;
    }
    .slicknav_btn {
        padding-left: 5px;
    }
    .header-search #search-form input {
        width: 80px;
    }
    .header-social a {
        padding-right: 1px;
    }
    #featured-content .hentry {
        height: auto;
        min-height: 150px;
    }
    #featured-content .hentry .entry-title {
        background: none;
        position: relative;
        font-size: 20px;
        line-height: 22px;
        padding: 0;
    }
    #featured-content .hentry .entry-title a {
        color: #333;
        font-weight: bold;
        padding: 0;
    }
    .flex-control-nav {
        width: 100%;
        left: 0;
        right: 0;
        top: 120px;
    }
    .loop-blog .hentry .entry-title,
    .page-title {
        font-size: 18px;
        line-height: 20px;
    }
    .pagination {
        font-size: 10px;
    }
    .pagination .page-numbers {
        padding: 3px 5px;
    }
    .single .entry-share ul li {
        width: 50%;
        padding-bottom: 10px;
    }
    .related-posts ul li {
        width: 100%;
        padding-right: 0;
    }
    #respond #commentform .comment-form-author,
    #respond #commentform .comment-form-email,
    #respond #commentform .comment-form-url {
        width: 91%;
    }
    #respond #commentform textarea {
        width: 88%;
    }
    .widget_newsletter input {
        width: 60%;
    }
    .widget_125 img {
        margin-right: 0;
    }
    .widget_125 .img-right img {
        margin-right: 10px;
    }
    .widget_125 .img-right {
        float: left;
    }
    .widget-social {
        padding: 15px 0 0 15px;
    }
    .widget-social a .fa {
        font-size: 24px;
        padding-bottom: 15px;
    }
}