body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #111;
	font-family: Open sans, Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

a {
	text-decoration: underline;
}

a.plain {
	text-decoration: none;
}

label {
}

label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #FFF;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border: 1px solid #ababab;
	border-radius: 0;
	padding: 6px 10px;
}

a.authorArrow:hover, a.authorArrow, a.icon.button, input.button {
	background: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #555;
	padding: 6px 10px;
	border-radius: 0;
	border: 0;
	color: #fff;
}

.pkp_form .authorButton {
	border: 2px solid #555;
}

.authorCheckbox:after {
	background-color: #555;
}

input.defaultButton {
	background-color: #555;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */

#body {
	width: 100%;
	max-width: none;
}

#header {
	min-height: none;
}

#headerWrap {
	max-width: none;
	margin-left: 10%;
	margin-right: 10%;
}

#container {
	width: 100% !important;
	margin: 0px auto;
	text-align: center;
}

#header {
	background: none;
}

#headerTitle {
	text-align: left;
	margin-left: 0px;
}

#headerTitle a, #headerTitle a:hover {
	text-shadow: none;
	font-family: Open sans,'Times New Roman',Times,serif;
        font-weight: normal;
        color: black;
        font-size: 30px;
	text-transform: none;
}

#footer {
	width: 100%;
	min-height: 50px;
	position: static;
	clear: both;
	text-align: center;
}

#footerContent {
	width: 100%;
	margin: 0 auto;
	padding-left: 10%;
}

#main {
	padding: 0 0em 2em 0em;
	margin-right: 10% !important;
	margin-left: 10%;
}

#main h2 {
	padding-top: 0.5em;
	font-family: Open sans,'Times New Roman',Times,serif;
}

#main h3 {
	padding-top: 0em;
	font-family: Open sans,'Times New Roman',Times,serif;
}

#navbar {
	margin-right: 0;
	padding-bottom: 0.5em;
	background: #434343;
}

#slide
{
	background: url('/customtheme/images/tarasov.jpg');
	width: 1200px;
	height: 400px;
}
#slide h2
{
	margin: 0 !important;
	color: #fff;
	font-family: Open sans,'Times New Roman',Times,serif;
	font-weight: normal;
	display:block;
	float:left;
	width: 500px;
	height:100px;
	margin-top: 200px;
	margin-left:40px;
}

#breadcrumb {
	font-size: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 1em;
	text-transform: uppercase;
}

#content {
	border: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	color: #555;
}

#content h3 {
	padding-top: 0.75em;
	font-family: Open sans, 'Times New Roman',Times,serif;
}

#content h4 {
	font-family: Open sans, 'Times New Roman',Times,serif;
}

#content h5 {
	padding-top: 0.75em;
}


/**
 * Breadcrumbs
 */

#breadcrumb a {
	text-decoration: none;
}

#breadcrumb a.current {
	font-weight: bold;
}


/**
 * Footer elements
 */



/**
 * Additional text styles
 */

span.disabled, label.disabled {
	color: #666;
}

a.action, a.file {
	text-transform: uppercase;
}

a.icon {
	text-decoration: none;
}

a.icon img {
	border: 0;
}

a.icon:hover {
	background: #555;
}

span.formRequired {
	color: #333;
}

span.heading {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #000;
}

div.warningMessage {
	background: url(../templates/images/icons/icon_alert.gif) no-repeat 3px 40%;
	margin: 5px;
	padding: 5px 5px 5px 25px;
}

.nowrap {
	white-space: nowrap;
}

/**
 * Table styles
 */

table.info td {
	padding: 0;
	padding-bottom: 0.5em;
	padding-right: 0.5em;
}

table.listing td {
	padding: 0.25em 1.5em 0.25em 0.5em;
}

table.listing tr.heading td, table.listing td.heading, table.info td.heading {
	text-transform: uppercase;
	font-weight: normal;
	padding: 0.75em 1.5em 1em 0.5em;
}

table.info td.heading {
	padding-left: 0;
}


table.listing td.nodata, table.info td.nodata {
	text-align: center;
	font-style: italic;
}

table.listing td.headseparator {
	border-top: 1px dotted #000;
}

table.listing td.endseparator {
	border-top: 1px dotted #000;
}

table.listing td.separator, table.info td.separator {
	border-top: 1px dotted #DDDDD0;
}

table.data tr {
}

table.data td {
	padding-bottom: 0.25em;
}

table.data td.label {
	padding-right: 1em;
}

table.data td.value {
}

table.data td.separator {
	padding: 0.5em;
}

table.data td.heading {
	padding-left: 0;
	padding-right: 0;
}

table.nested tr {
	padding: 0;
	margin: 0;
}

span.nested {
	padding: 0 4px 0 0;
}

/**
 * Form-specific elements
 */

span.pkp_form_error { /* Named for compatibility with new lessphp structure */
	color: #900;
	font-weight: bold;
}

span.pkp_form_success { /* Named for compatibility with new lessphp structure */
	color: #090;
}

ul.pkp_form_error_list { /* Named for compatibility with new lessphp structure */
	color: #900;
}


/**
 * Other organizational elements
 */

ul.menu {
	margin: 0;
	padding: 0;
	margin-left: 10%;
	margin-right: 10%;
}

ul.menu li {
	margin: 0;
	padding: 0;
	padding-right: 1.5em;
}

ul.menu a {
	text-transform: uppercase;
	text-decoration: none;
}

ul.steplist {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}

ul.steplist li {
	margin: 0;
	padding: 0;
	padding-right: 0.5em;
	text-transform: uppercase;
}

ul.steplist li.current {
	font-weight: bold;
}

ul.steplist a {
	text-decoration: none;
}

ul.plain {
	list-style-type: none;
	padding-left: 1.5em;
}

ul.filter {
	margin: 0;
	padding: 1.5em 0 1.5em 0;
	list-style-type: none;
}

ul.filter li {
	padding-right: 1.5em;
	display: inline;
}


/**
 * Other organizational elements
 */

div.separator {
	width: 100%;
	border-bottom: solid 3px #ededf0;
	background-color: unset;
}
.journalCell:nth-child(even)
{
	background: #f2f2f2;
	padding: 20px 20px;
}
#sidebarDevelopedBy
{
	display: none;
}
#sidebarHelp, #sidebarUser, #sidebarLanguageToggle, #sidebarNavigation
{
	padding-bottom: 0 !important;
}
.search_abstr
{
	color:#8a8a8a;
	display:none;
	padding: 30px 10px 30px 10px;
	border-bottom: 1px dotted #888;
	border-top: 1px dotted #888;
}
.announce_block
{
	display: none;
	padding: 0 40px 0 40px;
}
.annc1
{
	display: block;
}
#announcementsHome
{
	background: #f9f9f9;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 10px 0;
}

.announcementsMore a
{
	margin-right: 40px;
}
td.tocArticleGalleysPages
{
	width: 50px;
}

#sidebar div.block {
	border: none;
}

ul li {
	list-style-image: none !important;
}

input.button {
	background-color: #555 !important;
	background: #555 !important;
	float: none !important;
}

#sidebar div.block span.blockTitle {
	background: none;
}

#header #siteLogo {
	top: 10px;
}

#header #siteLogo  img{
	height: 80px;
}

#content .topBlock {
	margin-bottom: 10px;
}

#leftSidebar {
	margin-left: 10%;
	margin-right: 2%;
}

#rightSidebar {
        margin-left: 2%;
	margin-right: 10%;
}

.navbar {
    z-index: 100;
    background: #434343;
	margin-bottom: 10px;
}

nav ul {
	text-align: left !important;
}

nav ul li.sep {
        display: none;
}

nav ul li a, nav ul li a {
        color: #fff !important;
        font-size: 0.6em !important;
        line-height: 35px !important;
	padding-left: 0px !important;
}

.dropdown {
        background-color: #434343 !important;
}

ul.menu li ul li a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
	padding-left: 10px !important;
}

nav ul li ul li {
	min-width: unset !important;
}

#closeLeftSidebar, #openLeftSidebar {
	z-index: 1 !important;
}
	
#headerIssn {
	text-shadow: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	width: auto;
	white-space: nowrap;
}

table.announcements tr.details .posted {
	padding-top: 1em;
	font-style: italic;
}

table.announcements tr.details td {
	width: 85%;
	padding: 0.25em 0.5em 0.25em 0.5em;
}

div div.heading {
	background: none !important;
	color: #444 !important;
	font-weight: bold;
	font-size: large;
}

.dark, .light {
	background-color: unset;
}

div#content ul.menu {
	margin-left: 0px;
	left: 0px;
	padding-left: 0px;
}

table.spec tr.head_row {
	background: none !important;
	color: unset !important;
	font-weight: bold;
	font-size: large;
}

table.spec tr.head_row td {
	color: unset !important;
}

table.spec tr.light, table.spec tr.dark {
	background-color: unset;
}

table.spec.arhiveList td.two a {
	background: none;
}

table.spec.arhiveList td.one {
	width: unset;
}

.navMobile a {
	color: white !important;
}

.navMobile {
	padding: 0px;
}

#languageToggle ul li.active {
	background-color: #434343;
}

div.block span.blockSubtitle {
	margin-top: 10px;
}

h1, h2, h3, h4, h5, #main h1, #main h2, #main h3, #main h4, #main h5, #content h1, #content h2, #content h3, #content h4, #content h5 {
    color: #444 !important;
}

h2.articleTitle,  h3.articleTitle, h3.articleTitle, h2.articleTitle a, h3.articleTitle a, h3.articleTitle a {
	font-weight: normal !important;
	font-size: 17px !important;
}

#sidebar div.block span.blockTitle {
	padding: 0px;
	color: #111;
	font-family: Open sans, Verdana,Arial,Helvetica,sans-serif;
}

section.rotator {
	display: none;
}

.similarJournals {
	display: block !important;
}

section.similarJournals dl {
	background: none;
	border: none;
	box-shadow: none;
}

section.similarJournals dl dt a img {
	border: 1px solid black;
}

#content h5 a, #content h5 {
    padding-top: 0em;
    font-family: Open sans, 'Times New Roman',Times,serif;
    font-weight: normal;
    font-size: 20px;
}

.similarJournals dl dd ul {
	display: none;
}

div.info p {
	padding-bottom: 5px !important;
}

@media (max-width: 1199px) {
	#headerTitle {
		text-align: center;
	}
}
