body {
    background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT0kGHPnLKnN72AO9m0hVzvlYIPiwH7Fh149l77_jLO1tfQVQ4V) Center center no-repeat fixed;
    background-size: cover;
    margin: 0;
}
img {filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;}
img:hover {filter:alpha(opacity=70);
-moz-opacity: 0.7;
 opacity: 0.7;}
.pkp_structure_content.has_sidebar {
    background: #fff;
}
.pkp_page_index .homepage_image img:hover {
	opacity: 1.0;
}
.cover img {
    width: 200px;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 2rem 0px rgba(0, 0, 0, 0.13);
}
@media (min-width: 768px){
.cover img {
    float: left;
    margin-right: 20px;
}
}
.cover img:hover {
    filter: grayscale(100%);
    transform: scale(.99);
    transition: all .5s ease-in-out;
}
a{
	color:Green;
	text-decoration: none;
}
a:hover{
color:#fd8d02;
}
p, li {
	text-align:justify;
}
 .pkp_site_name .is_img img {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-height: 100px;
    /* max-width: 100%; */
    /* width: 100%; */
    /* height: 100%; */
}

@media (min-width: 992px){
 nav .pkp_navigation_primary_wrapper{
    padding: 0px 20px;
	list-style: none;
    background: linear-gradient(to bottom,#72ba3a 50%,#167f48 100%);
	box-shadow:-1px 0px 3px 0px rgba(51,51,51,1);
}
.pkp_site_name .is_img img {
    padding-left: 20px;
}
}
.pkp_navigation_primary > li {
    border-right: 2px solid #5cac3d;
    padding-right: 10px;
}
@media (max-width: 992px){
.pkp_navigation_primary > li {
    border-right: 2px solid #5cac3d;
    padding-right: 10px;
    display: inline;
}
}
@media (max-width: 485px){
.pkp_navigation_primary > li {
    border-right: 2px solid #fff;
    padding-right: 10px;
    display: inline;
}
}

.cmp_breadcrumbs {
    border-TOP: 2px solid #5cac3d;
	Display: block;
}
.cmp_breadcrumbs a:hover {
    color: orange;
}
.pkp_structure_head {
	margin: 0 auto;
    max-width: max-content;
}
.cmp_button_wire, .obj_galley_link {
	background: #00b24e;
	Color: #fff;
	border: 1px solid #fff;
	text-align: center;
}
.cmp_button_wire, .obj_galley_link:hover {
    background: #ccc;
    color: #fff;
}
.cmp_article_list>li {
    margin-bottom: 30px;
    border-bottom: solid 1px darkseagreen;
    padding: 15px;
    background: transparent url(https://i.ibb.co/4YfscGf/pattern.png) repeat scroll 0% 0% !important;
    border-radius: 0rem 0rem 1rem 0rem;
}
.cmp_article_list>li:hover {
    box-shadow: 0 0 2rem 0px rgba(0, 0, 0, 0.13);
}
.pkp_structure_sidebar {
    float: left;
    max-width: 295px;
}
.pkp_structure_sidebar a:hover {
    text-decoration: underline;
}
.pkp_block.block_developed_by {
    display: none;
}
.page_announcements img:hover {
    opacity: 1;
}
div#customblock-About strong:hover{
    color: #e1e414;
}

span.subtitle {
    font-size: small;
    font-style: italic;
}

@media (min-width: 992px){
	.page_issue_archive .issues_archive>li{
		padding-left: 30px;
		display: inline-table;
		width: 45%;
}
}
@media (min-width: 768px){
	.obj_issue_summary .cover {
		float: left;
		width: 50%;
		height: auto;
		margin-right: 20px;
}
}
@media (min-width: 768px){
.obj_article_summary>.title{
    width: 80%;
    text-align: justify;
    padding-right: 20px;
}
.obj_article_summary .meta{
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    width: 30%;
    font-style: italic;
    font-size: smaller;
    margin-right: 10px;
}
.obj_article_summary {
    display: flex;
}
.pages {
    display: contents;
}
.authors {
    border-bottom: 1px dashed #ccc;
}
.obj_article_summary .authors{
    padding-right: 1px;
}
}
div#customblock-Shareit {
    padding-top: 0;
    padding-bottom: 0;
}
div#customblock-About {
    padding-top: 0;
}
fieldset.reviewer {
    display: none;
}