h1, h2, h3 {
	font-family: 'Oranienbaum', serif;
}

p, ul, ol, blockquote {
	font-family: 'PT Sans', sans-serif;
}

a, a:hover {
	color: #905000;
}

html {
  position: relative;
  min-height: 100%;
}
body {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.form-control:focus {
  border-color: #cb8c1d !important;
  box-shadow: 0 0 5px #E6BF7A !important;
}

#winAuth {
	font-family: 'PT Sans', sans-serif;
}

#winAuth a, #winAuth a:hover {
	text-decoration: underline!important;
}

#winAuth .modal-content {
	border-radius: 0!important;
}

#winAuth .modal-header {
	background: #1e1e1e;
	color: #e7e7e7;
	border-bottom: 0px solid #e9ecef;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
   border-top: 2px solid #cb8c1d;
}

#winAuth .close {
	color: #e7e7e7;
}

#winAuth .modal-body {
	padding-bottom: 0!important;
}


#winAuth .modal-footer {
	display: block;
}

#winAuth input[type=submit] {
    padding:5px 15px; 
	 background: #1e1e1e;
	 color: #e7e7e7;
    border:0 none;
    cursor:pointer;
}

#header {
	background: #f2efe4;
	color: #2f2622;
	border-bottom: 5px solid #cb8c1d;
	-webkit-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.62);
	-moz-box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.62);
	box-shadow: 0px 4px 5px -2px rgba(0,0,0,0.62);
}

#top-header {
	background: #493b34;
	color: #887b73;
	height: 32px;
}

a.go-main-page, a.go-main-page:hover {
	font-size: 14px;
	display: inline-block;
	font-family: 'PT Sans', sans-serif;
	margin-top: 6px!important;
	padding: 0!important;
	text-decoration: none;
}

a.go-main-page {
	color: #958982;
}

a.go-main-page:hover {
	color: #d2cdca;
}

.sign {
	background: #b5322e;
	position: absolute;
	right: 0;
	top:0;
	color: white;
	width: auto;
	height: 26px;
	font-size: 12px;
	font-family: 'PT Sans', sans-serif;
	padding: 0!important;
}

.sign img {
	border: 0;
	margin: 0;
	padding: 0;
}

.sign a, .sign a:hover {
	color: white;
	text-decoration: none;
	height: 26px;
	display: inline-block;
	margin-top: 3px;
	min-height: 26px;
}

table.sign-in {
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 26px;
	font-size: 12px; 
	font-family: 'PT Sans', sans-serif;
}

table.sign-in td, table.sign-in tr {
	padding: 0;
	margin: 0;
	height: 26px;
	vertical-align: top;
	color: white;
}

table.sign-in a, table.sign-in a:hover {
	color: white;
	text-decoration: none;
	height: 24px;
	display: inline-block;
	margin-top: 3px;
	min-height: 24px;	
}

.navbar {
	font-family: 'Roboto Condensed';
	color: #39271e;
}

.navbar a, .navbar a:hover {
	font-family: 'Roboto Condensed';
	color: #39271e;
	text-decoration: none;	
}

.navbar img.logo {
	width: 35px;
	margin-right: 15px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    
     ::i-block-chrome,   #header .navbar-collapse, #header .navbar-toggler { 

    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;

    }
   
}

#header .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0em;
    vertical-align: 0em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
}

#header .navbar-default .navbar-nav>li>a {
    width: 300px!important;
    font-family: 'Roboto Condensed';
	color: #39271e;
}

#header .navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto Condensed';
	color: #39271e;	
} 

#header a.dropdown-item:active, #header a.dropdown-item:hover {
	background: #D99C4D;
	color: #fff;
}


#header .dropdown-menu{
    width: 210px!important;
}

#header .dropdown-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e8cdac;
    border-radius: 0rem;
}

.dropdown-submenu ul  {
	margin: 0;
}

.dropdown-submenu ul a {
	padding-left: 45px;
	padding-right: 20px;	
}

.dropdown-submenu ul a:before {
  content: "\2014\00a0\00a0";
  position: absolute;
  margin-left: -17px;
}

	#navbarSupportedContent .navbar-nav .nav-link img {
   	margin-right: 7px;
		}
    
@media (max-width: 992px) {
    .dropdown-menu .dropdown-submenu{
        width: auto;
    }
}

@media (max-width: 576px) {
	#navbarSupportedContent {
		margin-top: 30px;
	}

	#navbarSupportedContent ul li {
		margin-bottom: 5px;
	}

	#navbarSupportedContent .navbar-nav .nav-link img {
   	margin-right: 15px;
		}

	#navbarSupportedContent	.dropdown-menu {
        	border: none!important;
        	background:#fff!important;
        	width: 100%!important;
        	margin: 0;
    	}
 
	#navbarSupportedContent	.dropdown-menu  li {
        	padding: 0 20px;	
	}  
	
	#header .dropdown-menu {
    border-radius: 0.25rem;
} 
	
}


.jumbotron {
	background: url('/img/slide_1.jpg') #cb8c1d center center;
	color: white!important;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url(/js/backgroundsize.min.htc);
	margin-top: 100px;
}

.jumbotron .img-round {
	width: 18%;
	text-align: right;
}

.img-round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 4px solid #b87d1b;
}

.slogan {
	width: 88%;
}

.slogan p {
	font-size: 1.4rem;	
	text-align: right;
	font-family: 'Oranienbaum', serif!important;
	margin-top: 20px;	
	line-height: 3rem;
}

.slogan p span {
	background: url('/img/transp.png');
	padding: 10px 15px;
}

.slogan p:nth-child(2) span {
	font-size: 1.2rem!important;
}

@media screen and (max-width: 768px) {

.slogan {
	width: 100%;
}
.slogan p {
	font-size: 1.1rem;	
   line-height: 2rem;
}

.slogan p:nth-child(2) span {
	font-size: 0.9rem!important;
}

.slogan p span {
	padding: 5px 7px;
}

}

.jumbotron-second {
	display: block;
	margin: 105px auto 0 auto;
	width: 100%;
	height: 120px;
	background: url('/img/slide_journals.jpg') #cb8c1d center bottom;
	color: white!important;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-ms-behavior: url('/js/backgroundsize.min.htc');
}

.main {
	margin: 40px 0;
}

.main h1, .main h2, .main h3 {
	margin: 20px 0;
	position: relative;
}

.main h1:before, .main h2:before, .main h3:before {
	content: '';
	position: absolute;
	width: 120px;
	height: 4px;
	top: -14px;
	left: 0;
	background:#cb8c1d;
	
}

.text-center > h3:before {
	left: 45%;
	width: 10%;	
	
}

.main h1.clear:before, .main h2.clear:before, .main h3.clear:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0;
	background: white;
	
}

.main .row {
	margin-bottom: 45px;
	margin-top: 45px;
}

.breadcrumb {
	background: none;
}

a.button-link {
	padding: 15px 20px;
	font-family: 'PT Sans', sans-serif;
	color: white;
	margin: 15px;
}

a.button-link {
	background: #b87d1b;	
}

a.button-link:hover {
	background: #cb8c1d;	
	text-decoration: none;
}

.journal-item {
	margin: 12px auto;
}

.journal-item .cover, .journal-item .journal-info {
	width: 50%;
	float: left;
	padding: 10px;
}

.journal-item .cover {
	text-align: center;
}

.journal-item .cover img {
	margin-bottom: 15px;
	padding: 1px;
	box-shadow:
   0 0 0 1px rgb(194, 192, 184) inset,
   0 5px 0 -4px rgb(255, 255, 255),
   0 5px 0 -3px rgb(194, 192, 184),
   0 11px 0 -8px rgb(255, 255, 255),
   0 11px 0 -7px rgb(194, 192, 184);
}

.journal-item .journal-info p.jtitle, .journal-item .journal-info p.jtitle a, .journal-item .journal-info p.jtitle a:hover {
	font-weight: bold;
	color: black;
	text-decoration: none;
}

.journal-item .journal-info p.jtitle {
	font-size: 90%;	
}

.journal-item .journal-info p.jinfo {
	font-size: 76%;	
}

.link-journal, a.link-journal, a.link-journal:hover {
	display: inline;
	padding: 7px 10px;
	font-family: 'PT Sans', sans-serif;
	color: white!important;
	margin: 10px auto;
	text-decoration: none;
	font-size: 90%;
	width: auto;
}


a.link-journal {
	background: #b87d1b;	
}

a.link-journal:hover{
	background: #cb8c1d;	
}

.journal-page h1 {
	font-size: 2rem;
	margin-bottom: 2rem;
}

.journal-page h1 span {
	font-size: 1.4rem;
	display: block;
}

.journal-page h4 {
	font-family: 'Oranienbaum', serif!important;
}

.journal-page h5, .journal-page h6 {
	font-family: 'Roboto Condensed', sans-serif;
}

.journal-page img.cover {
	display: inline;
	margin: 0 auto 20px auto;
	padding: 1px;
	box-shadow:
   0 0 0 1px rgb(194, 192, 184) inset,
   0 5px 0 -4px rgb(255, 255, 255),
   0 5px 0 -3px rgb(194, 192, 184),
   0 11px 0 -8px rgb(255, 255, 255),
   0 11px 0 -7px rgb(194, 192, 184);	
}

.about-journal {
	margin: 50px 0;
}

ul.jLinks {
list-style: none;
margin: 30px 0;
padding: 0;
}

ul.jLinks li {
margin: 10px 0;
}

a.eVersion, a.sPaper, a.iArhives, a.eVersion:hover, a.sPaper:hover, a.iArhives:hover {

padding: 10px 20px;
font-family: 'Roboto Condensed', sans-serif;
text-decoration: none;
font-size: 1.1rem;
color: white;
line-height: 1.3rem;
display: inline-block;
width: 210px!important;
text-align: center;
}


a.iArhives {
background: #e16e0f;
}

a.iArhives:hover {
background: #ff8d62;
}

a.sPaper {
background: #655C92;
}

a.sPaper:hover {
background: #9A91C9;
}

a.eVersion {
background: #3C978B;
}

a.eVersion:hover {
background: #43AE99;
}

ul.aut-download  {
 	font-family: 'PT Sans', sans-serif;	
}

ul.aut-download  li {
	margin: 40px 0;
}

ul.aut-download  li  p {
	margin-top: 15px;
}


.aut-download a, aut-download a:hover {
	color: black;
	text-decoration: none;
 	font-family: 'PT Sans', sans-serif;
}

@media screen and (max-width: 768px) {

.journal-page img.cover {
	margin: 40px auto;
}

.journal-cover {
	text-align: center;
}

}

.submit-article h4, .submit-article h5, .submit-article h6, .submit-article label {
	font-family: 'Roboto Condensed', sans-serif;	
}

.add-materials h4, .add-materials h5, .add-materials h6 {
 	font-family: 'PT Sans', sans-serif !important;
 	margin-right: 20px;
}

.add-materials a, .add-materials a:hover {
	font-size: 80%;
	text-decoration: none;
}

.card-header {
	font-family: 'Oranienbaum', serif;
	font-size: 1.2rem;
}

a.red-site, a.red-site:hover {
padding: 10px 20px;
font-family: 'Roboto Condensed', sans-serif;
text-decoration: none;
font-size: 1.1rem;
color: white;
line-height: 1.3rem;
margin: 15px 15px 15px 0px;
display: inline-block;
width: 210px!important;
text-align: center;
}

a.red-site {
background: #636363;
}

a.red-site:hover {
background: #868686;
}

a.black, a.black:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

ul.j-menu {
	color: white;
	display:inline-block;
}

ul.j-menu li {
	background: #cb8c1d;
	padding: 5px 10px;
	margin: 2px 0px!important;
	display: inline-block;
	float: left;
}

ul.j-menu li:before {
	width: 0!important;
}

ul.j-menu li:not(:first-child) {
	border-left: 1px dashed white;
}


ul.j-menu li:hover {
text-decoration: underline;
cursor: pointer;
}

.about-journal dl, .about-journal dt, .about-journal dd {
	font-weight: 400;
}

a.archives, a.archives:hover{
	text-decoration: none;
	color: black;
	border-bottom: 1px dashed black;
	padding: 5px 7px;
	display: inline;
}

.tab-content {
	font-family: 'PT Sans', sans-serif;
}

.needs-validation .btn-success {
    color: #fff;
    background-color: #D99C4D;
    border-color: #D99C4D;
}

.needs-validation .btn-success:hover {
    color: #fff;
    background-color: #D99C4D;
    border-color: #C38D47;
}

.needs-validation .btn-success:focus {
	background-color: #C38D47!important;
  border-color: #D99C4D!important;
  box-shadow: 0 0 4px #D99C4D !important;
}

#footer {
	background: black;
	border-top: 4px solid #cb8c1d;
	color: white;
	padding: 20px 0;
	font-family: 'Roboto Condensed', sans-serif;
}


#footer .logo {
	width: 100px;
	margin-bottom: 20px;
}

#footer h4, #footer h5, #footer h6 {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 20px;
}

#footer a, #footer a:hover {
	color: white;
	text-decoration: none;
}

#footer img {
	margin-right: 20px;
}

#footer .clearfix {
	margin-bottom: 15px;
}

/*Содержания выпусков*/

dl.view_contents .title a, dl.view_contents .title a:hover {
	font-size: 90%;
	color: #462700;
	text-decoration: none!important;
	text-transform: uppercase;
	font-weight: 500;
}


dl.view_contents > dd.article_pdf > a, dl.view_contents > dd.article_pdf > a:hover {
	color: #462700!important;
	text-decoration: none!important;
}

a.link-article, a.link-article:hover {
	color: #212529;
	padding-bottom: 1px;
	text-decoration: none;
	border-bottom: 1px dashed #212529;
	font-size: 92%;
}

ul.list_years, ul.list_issues {
	list-style: none;
}

ul.list_years  li {
	display: block;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
	font-size: 1.4rem;
	font-family: 'Oranienbaum', serif!important;
}

ul.list_years  li a, ul.list_years  li a:hover {
	font-family: 'Oranienbaum', serif!important;
	text-decoration: none;
	color: #905000;
}

ul.list_issues {
	margin: 2rem 0;
}

ul.list_issues li {
	display: block;
	float: left;
	margin-right: 2rem;
	margin-bottom: 1.1rem;
	font-size: 1rem;
	font-family: 'PT Sans', sans-serif !important;
	color: black;
	border-bottom: 1px dashed black;
}

ul.list_issues li a, ul.list_issues li a:hover {
	color: black;
	font-family: 'PT Sans', sans-serif !important;
	text-decoration: none;
}

.b-years {
	font-size: 1.2rem;
	font-family: 'PT Sans', sans-serif !important;	
}

.select-year {
		font-family: 'Oranienbaum', serif!important;
		font-size: 1.4rem;
}

.issue {
	cursor: pointer;
}

#issue_content {
	margin: 4rem 0;
}
	
#issue_content h1:before, #issue_content h2:before, #issue_content h3:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0;
	background: white;
	
}

#issue_content .article_title, #issue_content .article_data, #issue_content .authors, #issue_content .page, 
#issue_content .abstract, #issue_content .abstract_header {
	 font-family: 'PT Sans', sans-serif	!important;
}

#issue_content .full a, #issue_content .full a:hover {
	 font-family: 'PT Sans', sans-serif	!important;
	
}

#issue_content .abstract {
	margin-top: 2rem;
}

.text-danger a, .text-danger a:hover {
	text-decoration: none;
	color: #dc3545!important;
	border-bottom: 1px dashed #dc3545;
}

.normal-weight {
	font-weight: normal!important;
}

.custom-control-input.is-invalid~.custom-control-label a, 
.custom-control-input.is-invalid~.custom-control-label a:hover, 
.was-validated .custom-control-input:invalid~.custom-control-label a,
.was-validated .custom-control-input:invalid~.custom-control-label a:hover {
	text-decoration: none;
	color: #dc3545!important;
	border-bottom: 1px dashed #dc3545;
}

.custom-control-input.is-valid~.custom-control-label a, 
.custom-control-input.is-valid~.custom-control-label a:hover, 
.was-validated .custom-control-input:valid~.custom-control-label a,
.was-validated .custom-control-input:valid~.custom-control-label a:hover {
   text-decoration: none;
	color: #28a745!important;
	border-bottom: 1px dashed #28a745;
}
