/* === STICKY FOOTER === */

* {
	margin: 0;
}

html, body {
	height: 97.7%;
	background: #F4F4F4 !important;
}

body {
	background: #F4F4F4;
}


hr {
	border-top: 1px solid rgb(39, 182, 24) !important;
}

.container {
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	margin: 10px auto -39px; /* the bottom margin is the negative value of the footer's height */
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 1em 1em 0 1em;
	
}

.push {
	height: 39px; /* .push must be the same height as .footer */
}

.footer {
	height: 39px; /* .push must be the same height as .footer */
	margin: 0 auto;
	position: relative;
	width: 968px;
	background: #F3F0F0;
}

#counter {
	float: left;
}

.footer p {
	float: right;
	line-height: 40px;
	margin-right: 10px;
}

/* =========================== */

/* === HEADER === */

.header {
	height: 150px;
}

.header h1 {
	color: rgb(39, 182, 24);
}

.logo {
	display: inline-block;
	float: right;
}

.company {
	display: inline;
	float: left;
	height: 150px;
	margin-left: 20px;
}

.topmenu {
	height: 60px;
	background: rgb(39, 182, 24);
	margin-bottom: 10px;
}

.topmenu ul {
	display:block;
	text-align:center;
}

.topmenu li{
	display: inline-block;
	float: left;
	cursor: pointer;
	list-style-type: none;
	width: 125px;
	height: 60px;
	line-height: 60px;
}

.topmenu ul li a {
	text-decoration: none;
	display: -moz-inline-box; 
	display: inline-block;
	line-height: normal;
	vertical-align: middle;
	color: #FFF;
}

.topmenu ul li:hover{
	background: rgb(15, 50, 1);
}

.topmenu ul li a    { 
	*display  : inline;
}

.topmenu .active {
	background: rgb(48, 115, 41);
}

/* =========================== */

/* === LEFTMENU ===*/

.leftmenu {
	width: 190px;
	padding: 10px 0 0 10px;
}

.leftmenu li {
	list-style-type: none;
	padding-bottom: 10px;
	text-align: center;
}

#leftmenu {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#npi {
	padding: 10px 0 0 10px;
}
	
.item_left {
	cursor: pointer;
	border-top: 1px solid rgb(95,159,23);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.item_left  a{
	color:black;
	text-decoration:none;
}

.item_left  a:hover{
	color:black;
	text-decoration:underline;
}

.item_left ul {
	display: none;
	margin: 0;
}

.item_left p {
	color: black;
	margin: 0;
	padding: 5px 0 5px 0;
}

.item_left p:hover {
	background: #E9E9E9;
}


/* ============================= */

.content {
	text-align: justify;
}

h3 {
	text-align:center;
}

.breadcrumbs {
	margin-bottom:10px;
}

#feedback input {
	margin-left:10px;
} 

#feedback textarea {
	margin-left:10px;
	max-width:500px;
} 


/* Journal
================================================== */
.bs-callout-info {
	border-left-color: #5bc0de !important;
}

.bs-callout {
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

table.issue {
	margin-bottom: 100px;
}

.journal-caption {
	text-align: center;
}

.journal-caption>p:first-child, .journal-number, .section-caption, .article-caption, .caption {
	color: #548DD4;
}

.caption {
	font-weight: bold; /* заголовки разделов в информации о статье */
}

.section-caption {
	font-weight: bold;
	text-transform: uppercase;
}

article {
	margin: 35px 0;
}

.doi>span, .authors {
	color: #C0504D;
}