body {
    margin: 0px;
    padding: 0px;
    color: #3a3430;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    background-color: #e1e1e1;
    text-align: justify;
}

a,
a:link {
    color: #2d607f;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px;
    padding: 0 0 10px 0;
}

img {
    border: none;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 5px 0;
    color: #000;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    line-height: 28px;
    margin: 0 0 30px 0;
    padding: 0;
    color: #000;
}

h3 {
    font-size: 21px;
    margin: 0 0 20px 0;
    padding: 0;
    padding: 0;
    color: #000;
}

h4 {
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 20px 0;
    padding: 0;
    color: #000;
}

h5 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    color: #333;
}

h6 {
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0;
}

h7 {
    font-size: 14px;
    margin: 0 0 5px 0;
    padding: 0;
    text-decoration: underline;
    font-weight: bold;
}

h8 {
    font-size: 14px;
    margin: 0 0 0px 0;
    padding: 0;
}

.cleaner {
    clear: both;
    width: 100%;
    height: 0px;
    font-size: 0px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 10px;
}

.cleaner_h10 {
    clear: both;
    width: 100%;
    height: 20px;
}

.cleaner_h30 {
    clear: both;
    width: 100%;
    height: 30px;
}

.cleaner_h40 {
    clear: both;
    width: 100%;
    height: 40px;
}

.cleaner_h50 {
    clear: both;
    width: 100%;
    height: 50px;
}

.cleaner_h60 {
    clear: both;
    width: 100%;
    height: 60px;
}

.margin_r30 {
    margin-right: 30px;
}

.margin_b20 {
    margin-bottom: 20px;
}

.vertical_divider {
    background: url(./../images/epublish_vertical_divider.jpg) repeat-y right;
}

.horizon_divider {
    background: url(./../images/epublish_hor_divider.jpg) repeat-x bottom;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.image_wrapper {
    display: inline-block;
    padding: 8px;
    border: 1px solid #999;
    background: #ffffff;
    margin-bottom: 10px;
}

.image_wrapper2 {
    display: inline-block;
    padding: 4px;
    border: 1px solid #fff;
    background-image: url(./../images/map-2x.png);
    margin-bottom: 10px;
    background-size: 600px 300px;
    background-color: #f0f0f0;
}

.cnt_fl_img {
    float: left;
    margin: 3px 10px 15px 0;
}

.fl_img {
    float: left;
    margin: 3px 30px 15px 0;
}

.fr_img {
    float: right;
    margin: 3px 0 15px 15px;
}

blockquote {
    font-style: italic;
    margin-left: 10px;
}

cite {
    font-weight: bold;
}

cite span {
    color: #2d607f;
}

em {
    color: #bf4300;
}

/* Style the search box inside the navigation bar */

#header_phone_no input[type=text] {
    float: right;
    padding: 10px;
    border: none;
    margin-top: 8px;
    font-size: 13px;
    width: 250px;
    -webkit-border-radius: 3px 0 0 3px;
}

#header_phone_no .search-container {
    float: right;
}

#header_phone_no input:focus {
    outline: none;
}

#header_phone_no .search-container button {
    float: right;
    padding: 9px 12px;
    margin-top: 8px;
    margin-right: -15px;
    background: #dadada;
    font-size: 17px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0px 3px 3px 0px;
}

#header_phone_no .search-container button:hover {
    background: #ccc;
}

/** Drop Down **/

.nav li {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

.nav li a {
    color: #fff;
}

.nav li:hover {
    cursor: pointer;
}

.nav li ul {
    background: #000;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    left: 10px;
    top: 30px;
    width: 180px;
    display: none;
    z-index: 2;
}

.nav li:hover>ul,
.nav li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

.nav li ul li {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #666;
    font-size: 12px;
}

.nav li ul li:hover {
    background: #397090;
}

/** end Nav **/

.journal_cnt h1 {
    font-size: 25px;
}

.jour_btn a {
    border: 2px solid #006600;
    color: #cc0000;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
}

.jour_btn a:hover {
    background: #006600;
    color: #fff;
}

/** price **/

.price-row {
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 25px;
    box-shadow: 2px 3px 3px #006600;
}

.price-col {
    background: #006400;
    padding: 10%;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.price-col p {
    font-size: 22px;
}

.price-col h3 {
    font-size: 35px;
    margin: 20px 0 30px;
    font-weight: 500;
    color: white;
}

.price-col h3 span {
    font-size: 16px;
}

.price-col ul {
    text-align: left;
    margin: 20px 0;
    color: #ddd;
}

.price-col ul li {
    margin: 15px 0;
    size: 20px;
}

.price-col button {
    width: 100%;
    padding: 14px 0;
    background: #0099cc;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.5s;
    font-weight: bold;
}

.price-col button:hover {
    background: #8ab6d1;
}

.book_page {
    border: 1px solid #fcfcfc;
    padding: 10px;
    box-shadow: 0 0 5px 2px #999;
    margin-bottom: 10px;
    background: #f9f9f9;
}

.book_page p {
    line-height: 25px;
}

/** pagination **/

.pagination {
    display: inline-block;
    float: right;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}

.search-container input[type=text] {
    float: left;
    padding: 10px;
    border: none;
    margin-top: 8px;
    font-size: 13px;
    -webkit-border-radius: 3px 0 0 3px;
    width: 250px;
}

.search-container {
    float: left;
}

.search-container input:focus {
    outline: none;
}

.search-container button {
    float: left;
    padding: 9px 12px;
    margin-top: 8px;
    background: #dadada;
    font-size: 17px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0px 3px 3px 0px;
}

.search-container button:hover {
    background: #ccc;
}

.epublish_list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.epublish_list li {
    background: transparent url(./../images/epublish_list_arr.png) no-repeat scroll 0 0px;
    margin: 0 0 10px;
    padding: 0 0 0 25px;
    font-size: 15px;
    background-position-y: 5px;
}

.epublish_list li a {
    text-decoration: none;
}

.epublish_list li a:hover {
    text-decoration: underline;
}

/* Second */

.epublish_list_normal {
    margin: 10px 0;
    padding: 0 0 0 20px;
    text-align: left;
    font-size: 14px;
}

.epublish_list_normal li {
    margin: 0 0 5px;
    padding: 0 0 0 0px;
}

.epublish_list_normal li a {
    text-decoration: none;
    color: #2d607f;
}

.ss_right .books_button,
books_button:link {
    border: 1px solid #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: green;
    font-weight: bold;
}

.epublish_list_normal li a:hover {
    text-decoration: underline;
    text-decoration-color: red;
    -webkit-text-decoration-color: red;
}

.button a {
    clear: both;
    display: block;
    width: 100px;
    height: 27px;
    padding: 5px 0 0 22px;
    margin-top: 15px;
    background: url(./../images/epublish_button.png) no-repeat;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.button a:hover {
    background: url(./../images/epublish_button_hover.png) no-repeat;
}

#epublish_header_wrapper {
    width: 100%;
    background: #f3f3f3;
    height: 200px;
}

#epublish_header {
    width: 1100px;
    height: 200px;
    padding: 0;
    margin: 0 auto;
    background: url(./../images/epublish_header.jpg) no-repeat;
}

#epublish_header #site_title {
    float: left;
    width: 400px;
    padding: 15px 0 0 40px;
}

#epublish_header #site_title h1 {
    margin: 0;
    padding: 0;
}

#epublish_header #site_title h1 a {
    margin: 0px;
    padding: 0px;
    font-size: 38px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#epublish_header #site_title h1 a span {
    display: block;
    margin-top: 5px;
    margin-left: 0px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#header_phone_no {
    float: right;
    padding-right: 40px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 60px;
}

#header_phone_no span {
    font-size: 30px;
    color: #ef7716;
}

/* Slider */

.mySlides {
    display: none;
}

.mySlides img {
    border: 2px solid #ffffff
}

/* Slideshow container */

.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 16px;
    padding: 8px 12px;
    bottom: 8px;
    width: 100%;
    text-align: left;
    float: left;
    width: 760px;
}

/* Number text (1/3 etc) */

.numbertext {
    color: #8ab6d1;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 230px;
}

/* The dots/bullets/indicators */

.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}

/* End Slider */

/* menu */

#epublish_menu {
    clear: both;
    width: 1100px;
    height: 90px;
    padding: 3px 25px;
    background: url(./../images/epublish_menu.png) no-repeat;
    background-size: 1100px 96px;
}

#epublish_menu #home_menu a {
    float: left;
    display: block;
    width: 46px;
    height: 46px;
    margin-right: 40px;
    background: url(./../images/icon_46x43.png) no-repeat;
}

#epublish_menu #home_menu a:hover {
    background: url(./../images/icon_46x43.png) no-repeat;
}

#epublish_menu ul {
    margin: 0;
    padding: 7px 0 0 0;
    list-style: none;
}

#epublish_menu ul li {
    padding: 0px;
    margin: 0px;
    display: inline;
}

#epublish_menu ul li a {
    float: left;
    display: block;
    /**width: 102px;**/
    height: auto!important;
    padding: 5px 15px 0 15px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    outline: none;
    border: none;
}

#epublish_menu ul li a:hover,
#epublish_menu ul li .current, #epublish_menu ul li a:active{
    color: #fec823;
}

#epublish_menu ul li a:active{
    color: red!important;
}
/* end of menu */

.list_nor {
    margin: 20px 0;
    padding: 0;
    list-style: square;
}

.list_nor li {
    margin: 0 0 10px 30px;
    padding: 0 0 0 5px;
}

.list_odr_list {
    margin: 20px 0;
    padding: 0;
}

.list_odr_list li {
    margin: 0 0 10px 30px;
    padding: 0 0 0 5px;
}

.epublish_list_button {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    width: 250px;
}

.epublish_list_button li {
    margin: 0 0 10px 30px;
    padding: 5px 10px;
}

.epublish_list_button a:link {
    background-color: #f44336;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 220px;
    font-weight: bold;
}

.epublish_list_button a {
    color: #fff;
}

.book_link:visited {
    padding: 10px 10px;
    text-decoration: none;
    width: 200px;
}

.epublish_list_button a:hover,
a:active {
    background-color: green;
}

.list-content {
    text-align: left;
}

#epublish_middle_wrapper1 {
    width: 100%;
    /* background: url(./../images/epublish_banner.jpg) repeat-x; */
    height: 280px;
    margin-top: -6px!important;
}

#epublish_middle_wrapper2 {
    width: 100%;
    height: 280px;
    background: url(./../images/epublish_banner_wrapper.png) no-repeat top center;
}

#epublish_middle {
    width: 1050px;
    height: 220px;
    padding: 10px 15px;
    margin: 0 auto;
    color: #c5dcea;
    font-size: 20px;
    background: url(./../images/epublish_banner_wrapper.jpg) center top no-repeat;
}

#epublish_middle h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #555;
    font-weight: normal;
    padding: 10px 0 0 0;
}

#epublish_middle h1 span {
    font-size: 22px;
    color: #fec821;
    /**margin-left: 30px;**/
    line-height: 30px;
}

#epublish_middle p {
    line-height: 24px;
    margin-bottom: 20px;
}

#epublish_middle a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#epublish_middle a span {
    color: #fec821;
}

#epublish_middle a:hover {
    color: #fec821;
}

/* second Tooplate */

#epublish_middle_wrapper_3 {
    width: 100%;
    background: url(./../images/epublish_banner.jpg) repeat-x;
    height: 80px;
}

#epublish_middle_wrapper_4 {
    width: 100%;
    height: 80px;
    background: url(./../images/epublish_banner_wrapper.jpg) no-repeat top center;
}

#epublish_middle_new {
    width: 1020px;
    height: 50px;
    padding: 10px 0px;
    margin: 0 auto;
    color: #c5dcea;
    font-size: 20px;
    background: url(./../images/epublish_banner_wrapper.jpg) center top no-repeat;
}

#epublish_middle_new h1 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 1px #555;
    font-weight: normal;
    padding: 10px 0 0 0;
}

#epublish_middle_new h1 span {
    font-size: 30px;
    color: #fec821;
    /**margin-left: 30px;**/
    line-height: 30px;
}

#epublish_middle_new p {
    line-height: 24px;
    margin-bottom: 20px;
}

#epublish_middle_new a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#epublish_middle_new a span {
    color: #fec821;
}

#epublish_middle_new a:hover {
    color: #fec821;
}

/* main */

#epublish_main {
    clear: both;
    width: 1030px;
    padding: 23.1px;
    margin: 0 auto;
    box-shadow: 4px 0 15px -4px rgba(31, 73, 125, 0.5), -4px 0 8px -4px rgba(31, 73, 125, 0.5);
    background: #fff;
}

#epublish_content {
    float: right;
    width: 750px;
}

#epublish_content_books {
    float: left;
    width: 750px;
}

.col_w270 {
    width: 270px;
}

.col_w290 {
    width: 290px;
}

.col_w350 {
    width: 350px;
    padding-right: 20px;
}

.col_w250 {
    width: 250px;
}

.col_w190 {
    width: 190px;
    padding-right: 40px;
}

.services_section {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.services_section .ss_left {
    float: left;
    width: 80px;
}

.services_section .ss_left img {
    width: 80px;
    height: 80px;
}

.services_section .ss_right {
    float: right;
    width: 500px;
}

.price {
    color: #000;
    font-size: 16px;
}

.price span {
    font-size: 20px;
    color: #C00;
}

#epublish_sidebar {
    float: left;
    width: 230px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px #999;
}

#epublish_sidebar_books {
    float: right;
    width: 260px;
}

#contact_form {
    float: left;
    width: 400px;
    padding: 0px;
}

#contact_form form {
    margin: 0px;
    padding: 0px;
    /*border:1px solid #e2d1be;*/
    padding-left: 60px;
}

#contact_form form .input_field {
    width: 300px;
    padding: 7px;
    background: #f6f6f6;
    border: 1px solid #b7aeae;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 5px;
}

#contact_form form label {
    display: block;
    width: 100px;
    font-size: 14px;
    margin-right: 10px;
}

#contact_form form textarea {
    width: 388px;
    height: 150px;
    background: #f6f6f6;
    border: 1px solid #b7aeae;
    padding: 5px;
    color: #333;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 5px;
}

*:focus {
    outline: none;
}

#contact_form form .submit_btn {
    margin-left: 50px;
    width: 122px;
    height: 32px;
    border: none;
    color: #fff;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 14px;
    background: url(./../images/epublish_button.png) no-repeat;
}

/* #contact_form form .submit_btn:hover {
    background: url(./../images/epublish_button_hover.png) no-repeat;
} */

/* end of main */

/* footer */

#epublish_footer_wrapper {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 1px;
    background: #297551;
    margin: auto;
}

#epublish_footer {
    width: 900px;
    margin: 0 auto;
    padding: 20px 35px;
    text-align: center;
    color: #ffffff;
}

#epublish_footer a {
    color: #ccc6c6;
}

/* end of footer */

.txt_lf {
    text-align: left;
}

span.c11.c12 {
    font-size: 28px!important;
}
