body{
	font-family: 'PT Sans', sans-serif;
	font-size: 17px;
	color: #666666;
}

/*.pkp_structure_page{
	max-width: 1350px;
	margin: 0 auto;
	width: 100%;
}*/

.container {
  width: 1350px;
}

.navbar.navbar-default{
max-width: 1350px;
margin-left: auto;
margin-right: auto;
}

.navbar-default {
background: url(/public/journals/1/head.jpg) no-repeat;
  background-size: auto;
background-position: 0 0;
background-size: cover;
padding: 20px 0 70px;
height: 325px;
position: relative;
}

.navbar-default .nav > li > a, .header_view .nav > li > a {
  color: #fff;
}

.navbar-default .nav > li > a:hover, .header_view .nav > li > a:hover {
color: #29abe2;
}

.nav.navbar-nav li {
font-size: 15px;
line-height: 18px;
text-transform: uppercase;
font-weight: bold;
font-family: 'PT Sans', sans-serif;
}

.pkp_page_index .journal-description{
margin-top: 0px;
margin-bottom: 0px;
background: #f2f2f2;
padding: 20px 25px;
margin-left: -25px;
overflow: hidden;
}

#sidebarMenu li a{
display: block;
width: 100%;
height: 50px;
background: #e6e6e6;
color: #042d48;
font-size: 18px;
line-height: 18px;
padding: 16px 20px 16px 70px;
margin-bottom: 2px;
text-decoration: none;
position: relative;
}

.list-group-item, .pkp_block ul li{
	padding: 0px;
	font-family: Khartiya, serif;
	border: none;
}

#sidebarMenu li a:hover{
text-decoration: underline;
color: #fff;
background: #666666;
}

#sidebarMenu li a.submitArticle:before{
content: '';
display: block;
width: 50px;
height: 50px;
position: absolute;
background: url(/public/journals/1/icon_submit.png) 100% 100% no-repeat;
left: 0px;
top: 0px;
}

a{
	color: #29abe2;
}

.banners {
  background: #fff;
  padding: 0;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  text-align: left;
  justify-content: left;
  align-items: flex-start;
}

.banners > a, .banners > img {
  flex: 1 0 auto;
  margin: 10px 0;
  width: 120px;
  display: block;
}

.banners img {
  display: inline-block;
  max-width: 120px;
  margin: 0 auto;
}

.footer{
	background: #ccc;
}

p, li{
  text-align: justify;
}

.published, .list-group-item.date-published, .media-heading.biography-author {
  display: none;
}