.read-more {
    text-decoration: none;
}

.art-row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

.art-row:last-child {
    padding-bottom: 15px;
}

.art-row:first-child .art-td {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
}

.art-row:last-child .art-td {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 0;
}

.art-td {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #dfdfdf;
}

.journal_desc {
    /* background-color:aqua; */
    padding: 25px 10px 0 10px;
    border-radius: 5px;
    padding: 20px;
    background: #2980B9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #048cd3, #3e1041);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #048cd3, #3e1041);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.journal_desc .media-object {
    box-shadow: 0 0 5px rgb(68 68 68 / 75%);
    ;
}

.img-shadow {
    box-shadow: 0 0 10px rgb(68 68 68 / 50%);
    ;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-outline-primary {
    color: #999;
    /* border-color: #0d6efd; */
    border-radius: 5px;
    /* border-color: ; */
    border: 1px solid #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.breadcrumb {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #dfdfdf;
    /* padding: 0; */
}

.breadcrumb li a {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
    color: #00a6dd;
}

a {
    color: #111111;
}

body {
    font-family: 'Josefin Sans';
    background-color: #f7f7f7;
}

.site_header {
    border: 0 !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-form {
    padding: 0;
}

.tab-list {
    margin-right: 15px;
}

.user_navigation {
    padding: 4px !important;
}

.pkp_block {
    border: 0;
}

.pkp_block .content {
    padding: 0;
}

.pkp_block ul li {
    background-color: rgb(0 0 0 / 0%);
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #dfdfdf;
}

.php_block ul li:last-child {
    /* border-bottom:0 !important;
    background-color: red; */
}

.pkp_block ul li a {
    color: #222;
    font-weight: 600;
}

.pkp_block ul li a:hover {
    color: #028ED5;
    cursor: pointer;
}

.media-left img {
    max-height: 200px;
    border: 1px solid #dedede;
    padding: 4px;
    transition: all .1s;
}

.media-left img:hover {
    transform: scale(1.0);
    border: 2px solid #9ed31c;
    padding: 0;
    box-shadow: 0 0 10px rgb(197 194 20 / 90%);
}

.media {
    /* border: 1px solid #d0d0d0; */
    border-radius: 5px;
    padding: 15px 0px;
    box-shadow: 0 0 5px rgb(80 80 80 / 22%);
    min-height: 240px;
    max-height: 250px;
    background-color: #fff;
}

.btn-d {
    border: 0;
    background-color: #004639;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    transition: all .2s;
    padding: 5px 7px !important;
    /* display: block; */
}

.btn-d:hover {
    border: 0;
    background-color: #009e5c !important;
    color: #fff;
}

.btn-s {
    border: 0;
    background-color: #004639;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;
    transition: all .2s;
    padding: 6px 12px;
    /* display: block; */
}

.btn-s:hover {
    border: 0;
    background-color: #009e5c !important;
    color: #fff;
}

.nav .current {
    margin-top: 5px;
}

.nav .desc {
    margin-top: 5px;
}

/* .nav li a {
    padding: 5px 7px;
} */

.media_body .journal-name {
    height: 100px;
    line-height: 19px;
}

.pkp_structure_page {
    /* background-color: #fbfbfb; */
}

.user_navigation {
    background: #004639;
}

.modal-header {
    background-color: #01476b;
    color: #fff;
}

.navbar-default {
    background-color: #95bb35;
}

.page-header h2 {
    display: inline-block;
    margin-left: 5px;
    color: #222;
    text-shadow: 0;
    font-family: 'Josefin Sans';
}

footer[role="contentinfo"] {
    background: #004639;
    padding: 15px;
}

.afterFooter {
    text-align: center;
    background-color: #00362c;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("fonts/josefin-sans/JosefinSans-Bold.ttf");
    font-weight: bold;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("fonts/josefin-sans/JosefinSans-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("fonts/josefin-sans/JosefinSans-Regular.ttf");
    font-weight: normal;
}

.navbar {
    min-height: 42px;
}

.home_btn {
    position: absolute;
    display: block;
    line-height: 30px;
    margin-left: 15px;
    left: 0;
}

.swiper {
    width: 100%;
    height: 130px;
}

.swiper .swiper-slide img {
    width: 100%;
}

.swiper-slide {
    width: auto;
    flex-shrink: 0;
    display: block;
    height: 100%;
    max-height: 100%;
}

.swiper-wrapper {
    max-height: 100%;
    height: 100%;
    display: flex;
}

.mb-2 {
    margin-bottom: 20px;
}

.navbar-inverse {
    background-color: #034243 !important;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
    font-weight: bold;
}

.navbar {
    border: 0 !important;
    border-radius: 0 !important;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}