@CHARSET "UTF-8";

.bodyHome {
	overflow: scroll;
	background: url("../i/home_background3.png");
	/* 	background-repeat: no-repeat; */
	background-attachment: fixed;
	background-color: #505154;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, header, hgroup, menu, nav, output,
	ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fffacd;
}

footer {
	/* 	float:right; */
	/* 	vertical-align:bottom; */
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #f1e55b;
}

footer  a {
	color: #f1e55b;
}

footer  a:hover {
	color: #96aed8;
}

html {
	/* 	height: 101%; */
	
}

body {
	font-family: Georgia;
	font-size: 62.5%;
	line-height: 1;
	padding-bottom: 65px;
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav,
	section {
	display: block;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	max-width: 100%;
}

.authortitle{
	position: relative;
	float: left;
	font-size: 1.5em;
	line-height: 1.45em;
	margin-left: 15px;
	margin-top: 15px;
	color: #ffffff;
	font-style: italic;
}

h1 {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype",
		"Palatino LT STD", Georgia, serif;
	font-weight: normal;
	font-size: 2.95em;
	line-height: 1.2em;
	letter-spacing: -.0 .03em;
	text-align: center;
	color: #ffffff;
	margin-bottom: 16px;
}

h2, h3, h4, h5, h6 {
	font-family: "Book Antiqua", Palatino, "Palatino Linotype",
		"Palatino LT STD", Georgia, serif;
	font-weight: normal;
	font-size: 2.65em;
	line-height: 1.2em;
	letter-spacing: -.0 .03em;
	text-align: center;
	color: #ffffff;
	margin-bottom: 16px;
}

p{
	font-size: 1.7em;
	line-height: 1.45em;
	margin-bottom: 15px;
/* 	color: #ffffff; */
}

ol {
 	font-size: 1.7em; 
	padding-left: 30px;
	line-height: 1.45em;
	margin-bottom: 15px;
	color: #ffffff;
}

.epig {
	font-size: 1.6em;
	line-height: 1.35em;
	padding-left: 50%;
	font-style: italic;
}

.shapka {
	font-size: 1.6em;
	line-height: 1.35em;
	padding-left: 40%;
}

a {
	color: #DFE2DB;
	text-decoration: underline;
}

a:hover {
	color: #80CEB9;
}

.author {
	font-size: 1.5em;
	line-height: 1.45em;
	margin-bottom: 15px;
	font-style: italic;
	text-align: right;
}

#w {
	position: relative;
	/* 	left: 550px;   */
	float: right;
	display: block;
	width: 60%;
	padding: 14px 15px 14px 0px;
	margin: 0 auto;
	margin-top: 45px;
	margin-left: 0;
	z-index: -5;
}

#content {
	display: block;
	padding: 14px 20px;
}

/* fixed navigation */
.pagephoto {
	width: 600px;
	height: 720px;
	position: fixed;
	top: 38px;
	display: block;
	background-repeat: no-repeat;
	background-image: url("../i/portret.png");
	z-index: -10;
}

.pagephoto_right {
	width: 600px;
	height: 845px;
	display: block;
	position: fixed;
	right: 0px;
	top: 38px;
	background-repeat: no-repeat;
	background-image: url("../i/cross.png");
	z-index: -11;
}

#fixedheader {
	top: 0;
	font-family: "Book Antiqua", Palatino, "Palatino Linotype",
		"Palatino LT STD", Georgia, serif;
	background: rgba(0, 0, 0, 0.6);
}

#fixedmenu {
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}

#menutopimage {
	width: 100%;
	height: 25px;
	position: absolute;
	top: -12px;
	display: block;
	background-repeat: repeat-x;
	background-image: url("../i/barbwire.png");
	z-index: 12;
}

.headerbottomimage {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 30px;
	display: block;
	background-repeat: repeat-x;
	background-image: url("../i/barbwire.png");
	z-index: 13;
}

.fixedbar {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
}

.fixedbar .author{
	
}

table, th, td {
	width: 100%;
   	border: 1px solid;
    border-spacing: 2px;
	font-size: 12px;
	line-height: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-indent: 0
}

#fixednav {
	display: block;
	width: 95%;
	margin: 0 auto;
	padding: 0px 0px;
	z-index: 3;
}

#langswitch {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
	color: #f1e55b;
	font-size: 1.75em;
	font-weight: bold;
}

#fixednav li {
	
}

#fixednav li a {
	display: block;
	float: left;
	font-size: 1.75em;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	padding: 0px 8px;
	margin-right: 6px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#fixednav li a:hover {
	color: #96aed8;
	background: rgba(0, 0, 0, 0.9);
}

/* .zagolovok {  font-family: "Times New Roman", Times, serif; font-size: 18px; color: #996600} */
/* .text {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #575544; line-height: 20px} */
/* .textfull { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #575544 ; text-align: justify; line-height: 20px} */
.menu {
	font-size: 18px;
}

.podzag {
	font-size: 18px;
}

.textsmall {
	font-size: 12px;
	line-height: 16px
}

.textcenter {
	text-align: center;
}

.textmargin {sans-serif;
	line-height: 20px;
	margin-left: 15%;
/* 	margin-right: 120px; */
/* 	text-align: justify */
}

.citation {sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin-left: 65%
}

.citation_float {sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: right;
}

.reference{
    vertical-align: super;
    font-size: smaller;
}

.footnote {sans-serif;
	font-size: 14px;
	line-height: 16px;
}

.separator{
	width: 100%; 
	height: 20px; 
	border-bottom: 2px solid white; 
	text-align: center"
}

.stixi {sans-serif;
	
	line-height: 20px;
	margin-left: 20%;
}

.stixibold {
	line-height: 10px;
}

.booknav {
	width: 100%;
	position: relative;
}

.booknavleft {
	float: left;
}

.booknavright {
	float: right;
}

.btn {
	background: #2a2e30;
	background-image: -webkit-linear-gradient(top, #2a2e30, #aab0b3);
	background-image: -moz-linear-gradient(top, #2a2e30, #aab0b3);
	background-image: -ms-linear-gradient(top, #2a2e30, #aab0b3);
	background-image: -o-linear-gradient(top, #2a2e30, #aab0b3);
	background-image: linear-gradient(to bottom, #2a2e30, #aab0b3);
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	font-family: Arial;
	color: #ffffff;
	font-size: 20px;
	padding: 10px;
	text-decoration: none;
}

.btn:hover {
	background: #e0d98b;
	background-image: -webkit-linear-gradient(top, #e0d98b, #4d4d24);
	background-image: -moz-linear-gradient(top, #e0d98b, #4d4d24);
	background-image: -ms-linear-gradient(top, #e0d98b, #4d4d24);
	background-image: -o-linear-gradient(top, #e0d98b, #4d4d24);
	background-image: linear-gradient(to bottom, #e0d98b, #4d4d24);
	text-decoration: none;
}