@import url("reset.css");

/*
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
*/

/*
    -webkit-transform:skewX(-12deg);
    -moz-transform:skewX(-12deg);
    -o-transform:skewX(-12deg);
    -ms-transform:skewX(-12deg);
    transform:skewX(-12deg);
*/

/*
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	transform: rotate(-15deg);
*/

/*
	text-shadow:1px 1px 0 #000;
	box-shadow:1px 1px 3px #666;
*/
/*
	
*/

body {
	min-width:1000px;
/*
	background:-moz-linear-gradient(#f4f1eb 294px, #e2dbcb 390px);
	
*/
	background:#E2DBCB url(../images/back.png) top repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#000;      
}

a {
	font-weight:bold;
	color:#8d4a49;
	border-bottom:dotted #8d4a49 1px;
	text-decoration: none;
}

a:hover,
a:active {
	border-bottom:none;
}

h1, h2, h3, h4, h5, h6 {
        line-height:150%;
	margin:0 10px 10px 5px;
}

h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8d4a49;
}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

aside h3 {
	margin-bottom:2px;
	padding-left:3px;
	font-size:18px;
}

hr { 
        display: block;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        margin-left: auto;
        margin-right: auto;
        border-style: inset;
        border-width: 1px;
        size: 2px;
}

ol {
        list-style-type: decimal;
        list-style-position: inside;
}

li a {
	line-height: 16px;
}

blockquote {
        background-image: url(../images/quote3s.png);
        background-position: top left;
        background-repeat: no-repeat;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-origin: padding-box;
	background-position-x: 10px;
	background-position-y: 20px;
	background-size: auto;
	border-bottom-color: rgb(218, 221, 224);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-image-outset: 0px;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-left-color: rgb(0, 0, 0);
	border-left-style: none;
	border-left-width: 0px;
	border-right-color: rgb(0, 0, 0);
	border-right-style: none;
	border-right-width: 0px;
	border-top-color: rgb(218, 221, 224);
	border-top-style: solid;
	border-top-width: 1px;
	color: rgb(0, 0, 0);
	display: block;
	float: right;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-variant-ligatures: normal;
	font-variant-numeric: normal;
	font-weight: bold;
	margin-bottom: 36px;
	margin-left: 36px;
	margin-right: 0px;
	margin-top: 36px;
	padding-bottom: 27px;
	padding-left: 36px;
	padding-right: 0px;
	padding-top: 27px;
	quotes: none;
	text-align: left;
	vertical-align: baseline;
	width: 40%;
	-webkit-margin-after: 36px;
	-webkit-margin-before: 36px;
	-webkit-margin-end: 0px;
	-webkit-margin-start: 36px;
}

body.ineer > section > section > h1,
body.ineer > section > section > h2,
body.ineer > section > section > h3 {
	padding-left:5px;
}

body > header {
	position:relative;
        min-height:
/*
	background:-moz-linear-gradient(#D4C4A4 0, #D4C5A5 30px, #D7C9AC 50px, #e0d7c5 100px, #E2DBCB 130px, #E2DBCB 150px, #E2DBCB 200px, #E2DBCB 293px, #E2DBCB 254px);
*/
}

/*body > header > div {
	height:254px;
	background:url(../images/iriney-fon-v-02.png) top no-repeat;
        background:url(../images/top.png) top no-repeat;
        background-size: cover;
        background-position-x: -265px;

}*/
body > header > div {
     height: 254px;
    /* background:url(../images/header-iisus.png) top no-repeat;*/
     background-size: contain;
     background-position: bottom;
     background: #e2dbcb;
    
}
@media screen and (max-width: 1000px) {
body > header > div { 
        background-size: cover !important;
        background-position-x: -265px !important;
  }
}
@media screen and (max-width: 860px) {
body > header > div {
  background-size: cover !important;
  background-position-x: -375px !important;
}
}
body > header section {
	width:605px;/*prev565*/
	position:absolute;
	top: 11px;
	right:50%;
	margin-right:-164px;
	font-size:14px;
	line-height:120%;
	color:#844141;
	text-align:start;
	text-shadow:1px 1px 0 #F2EEE7;
        z-index:3;
padding-top: 20px;
}

body > header section p {
	padding:15px 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#010101;
	text-shadow:none;
}

body > header section a {
	font-weight:normal;
}

body > header section div,
body > header section div + a {
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:24px;
}

body > header section div + a {
	border:none;
	font-size:210%;/*prev30px*/
	line-height:150%;
}

body > nav {
	height:39px;
	margin-bottom:1px;
	background:#E2DBCB;
	overflow:hidden;
}

body > nav ul {
	height:50px;
	width:996px;
	margin:0 auto;
	padding-left:8px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	background:-moz-linear-gradient(top, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #914D4C), color-stop(21px, #9E5958), color-stop(22px, #8B4847), color-stop(39px,#5F1F23));
	background:-webkit-linear-gradient(top, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
	background:-o-linear-gradient(top, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
	background:-ms-linear-gradient(top, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
	background: linear-gradient(to bottom, #914D4C 0, #9E5958 21px, #8B4847 22px, #5F1F23 39px);
}

body > nav ul li {
	float:left;
	padding-right:2px;
	background:url(../images/separator.png) right no-repeat;
}

body > nav ul li:last-child {
	padding:0;
	background:none;
}

body > nav ul li a {
	height:39px;
	float:left;
	padding:0 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	line-height:39px;
	color:#f7eede;
	text-decoration:none;
	text-shadow:1px 1px 0 #6c2e2f;
}

body > nav ul li a:hover,
body > nav ul li.active a {
	background:-moz-linear-gradient(#6B2A2D 0, #985352 39px);
	background:-moz-linear-gradient(top, #6B2A2D 0, #985352 39px);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #6B2A2D), color-stop(39px, #985352));
	background:-webkit-linear-gradient(top, #6B2A2D 0, #985352 39px);
	background:-o-linear-gradient(top, #6B2A2D 0, #985352 39px);
	background:-ms-linear-gradient(top, #6B2A2D 0, #985352 39px);
	background: linear-gradient(to bottom, #6B2A2D 0, #985352 39px);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6B2A2D', endColorstr='#985352', GradientType=0 );
	color:#fbcc90;
}

body > section {
	width:1004px;
	margin:0 auto;
	background:#fff url(../images/wrapper.png) top repeat-y;
	border-top:solid #e2dbcb 1px;
}

body.ineer > section {
	background:#fff url(../images/wrapper1.png) top repeat-y;
}

body > section > aside {
	width:192px;
	float:left;
	padding:15px 5px;
/*	border:solid #e2dbcb 0;
	border-width:0 1px 0 0;*/
}

body > section > section + aside {
	border-width:0 0 0 1px;
}

aside:first-child li {
	padding:7px 10px;
	border-bottom:dotted #ded5c0 1px;
}

aside:first-child > ul > li:first-child  {
	padding-top:0;
}

aside:first-child li:last-child {
	border-bottom:none;
}

aside:first-child li a {
	border:none;
	font-size:15px;
	font-weight:normal;
	color:#8d4a49;
	text-decoration:none;
}

.aside_pc:first-child > ul > li:first-child > a {
	font-size:18px;
}
.aside_pc > ul > li > a {
  font-size: 18px !important;
}
aside:first-child li ul {
	padding-top:6px;
}

aside:first-child li li {
	padding:2px 0 4px 15px;
	background:url(../images/list.png) 3px 6px no-repeat !important;
	border:none;
}

aside:first-child li a {
  border: none;
  font-size: 15px;
  font-weight: normal;
  color: #8d4a49;
  text-decoration: none;
}
aside:first-child li li a:hover {
	text-decoration:none;
}

body > section > section + aside ul {
	margin-bottom:12px;
}

body > section > section + aside li {
	padding:8px 15px;
	background:url(../images/list.png) 5px 13px no-repeat;
	border-bottom:dotted #ded5c0 1px;
	line-height:130%;
}

body > section > section + aside li:last-child {
	border:none;
}

body > section > section + aside li a {
	border:none;
}

body > section > section + aside li strong {
	display:block;
	font-size:11px;
	color:#000;
}

body > section > section + aside li a:hover strong {
	text-decoration:underline;
}

body > section > section + aside li small {
	font-size:11px;
	font-weight:normal;
	color:#848484;
}

body > section > section {
	width:590px;
	float:left;
	padding:15px 5px;
/*	margin:0 -1px;
	border:solid #e2dbcb 0;
	border-width:0 1px;*/
}

body.ineer > section > section {
	width:792px;
}

body.ineer > section > section p,
body.ineer > section > section div,
body.ineer > section > section img,
body.ineer > section > section ol,
body.ineer > section > section ul,
body.ineer > section > section hr,
body.ineer > section > section table,
body.ineer > section > section blockquote {
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
}

body.ineer > section > section p {
	line-height:150%;
}

body.ineer > section > section > p,
.dotted p {
	margin-bottom:15px;
}

body > section > section p img {
	padding: 5px 5px;
}

body > section > section table {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-style: solid !important;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
body > section > section table th {
        color: white;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a15454), color-stop(1, #613434));
	background:-moz-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-webkit-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-o-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-ms-linear-gradient(top, #a15454 5%, #613434 100%);
	background:linear-gradient(to bottom, #a15454 5%, #613434 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a15454', endColorstr='#613434',GradientType=0);
	background-color:#a15454;
}

body > section > section table td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

body > section > section li {
	padding:4px 0 4px 15px;
        line-height: 150%;
}

div.archive1 li,
div.archive2 li,
div.archive3 li,
div.archive4 li {
        line-height: 100% !important;
}

body > section > section ul li {
        background:url(../images/list.png) 2px 11px no-repeat;
}

body > section > section li a {
	border:none;
	font-weight:normal;
	color:#000;
	text-decoration:underline;
}

body > section > section li a:hover {
	text-decoration:none;
}

body > footer {
	padding:15px 0;
	background:url(../images/footer.jpg) top no-repeat;
	font-size:11px;
	line-height:160%;
	color:#645f50;
	text-align:center;
}

body > footer strong {
	color:#000;
}

table.soclinks {
        width:100%;
        border: none !important;
}

table.soclinks tr, table.soclinks td {
        border: none !important;
}

#youtubeLink a, #youtubeLink a:active {
        border: none !important;
        text-decoration: none;
}

.Italic {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
        font-size: 100%;
}

.dotted {
	margin-bottom:5px;
	padding:0 5px 10px 5px;
	border-bottom:dotted #8D4A49 1px;
}

.dotted h2 {
	font-size:18px;
}

.archive1 > ul > li {
	padding:0;
	background:none;
}

.archive1 > ul > li > a {
	height:27px;
	display:block;
	margin-bottom:10px;
	background:#8d4a49;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	line-height:27px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #763838;
}

.archive1 > ul > li > ul > li {
	margin-bottom:10px;
	padding:0 5px 10px;
	background:none;
	border-bottom:dotted #8D4A49 1px;
}

.archive1 > ul > li > ul > li:last-child {
	border:none;
}

.archive1 > ul > li:last-child > ul > li:last-child {
	border-bottom:dotted #8D4A49 1px;
}

.archive1 > ul > li > ul > li > a {
	display:inline-block;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#8d4a49;
	text-decoration:none;
}

.archive1 > ul > li > a:hover,
.archive1 > ul > li > ul > li > a:hover {
	text-decoration:underline;
}

.blog {
	padding:10px 0;
}

.blog li {
	padding:8px 0 8px 15px;
	background-position:4px 15px !important;
	border-bottom:dotted #8D4A49 1px;
}

.blog li:first-child {
	background-position:4px 15px !important;
}

.blog li:last-child {
	border:none;
}

.blog1 li a,
.blog li a {
	font-weight:bold;
	text-decoration:none;
	text-align: center;
}

.blog1 li a:hover,
.blog li a:hover {
	color:#A86260;
}

.blog1 li {
	width:33.3%;
	float:left;
	padding:0;
	background:#e2dbcb;
	border-bottom: none !important;
}

.blog1 li a {
	float:left;
	padding:10px 2px 10px 2px;
	border-right:solid #CFC9B9 1px;
	border-left:solid #fff 1px;
	font-size:11px;
}

.blog1 li a img + span {
	display:block;
	white-space:pre-wrap;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	word-wrap:break-word;
}

.blog1 li:first-child a {
	border-left:none;
}


.blog1 li:last-child a {
	border-right:none;
}

.blog1 li img {
	margin:auto;
}

.archive2 {
	padding: 0 !important;
display: inline-block;
}

.archive2 h2 {
	font-size:18px;
}
.archive2 ul {
font-size: 0;
}
.archive2 li {
	display: inline-block;
padding: 0;
background: none;
border-right: solid #000 1px;
width: 19.7%;
text-align: center;
margin: 0;
}

.archive2 li:nth-child(5n){
	border:none;
}

.archive2 li a {
	font-weight:bold;
	text-decoration:none;
}

.archive2 li a:hover {
	color:#A86260;
}

.image-left {
	float:left;
	margin:0 10px 5px 0;
	border:solid #E2DBCB 3px;
}

.image-center {
	display:block;
	margin:0 auto;
	border:solid #E2DBCB 3px;
}

.b_svirle {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}

.b_svirle .link {
	display: block;
	width: 390px;
	height: 254px;
	/*
	background: red;
	opacity: 0.2;
	*/
	position: absolute;
	right: 15px;
}


ul.B_crumbBox li {
	display: inline;
	background: none;
	padding: 4px;
}

ul.B_crumbBox {
	margin-bottom: 15px;
}

.mainSectionFooter {
	margin: 50px 0 100px 0;
}

.justifyright {
        text-align: right !important;
}

.justifyleft {
        text-align: left !important;
}

.scrollUp {
	display: none;
	margin: 30px 0;
}

.scrollUpButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #a6827e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a6827e;
	box-shadow:inset 0px 1px 0px 0px #a6827e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a15454), color-stop(1, #613434));
	background:-moz-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-webkit-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-o-linear-gradient(top, #a15454 5%, #613434 100%);
	background:-ms-linear-gradient(top, #a15454 5%, #613434 100%);
	background:linear-gradient(to bottom, #a15454 5%, #613434 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a15454', endColorstr='#613434',GradientType=0);
	background-color:#a15454;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #54381e;
	display:table;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #4d3534;
margin: 0 auto;
width: 99px;
text-align: center;
}
.scrollUpButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #613434), color-stop(1, #a15454));
	background:-moz-linear-gradient(top, #613434 5%, #a15454 100%);
	background:-webkit-linear-gradient(top, #613434 5%, #a15454 100%);
	background:-o-linear-gradient(top, #613434 5%, #a15454 100%);
	background:-ms-linear-gradient(top, #613434 5%, #a15454 100%);
	background:linear-gradient(to bottom, #613434 5%, #a15454 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#613434', endColorstr='#a15454',GradientType=0);
	background-color:#613434;
}
.scrollUpButton:active  {
	position:relative;
	top:1px;
}

.ya-share2 {
}
div.ya-share2.ya-share2_inited > div {display:inline; margin:0;}
div.ya-share2.ya-share2_inited > div > ul > li {background:none; padding-top:0;}

.alph {
	text-align: center;
	width:16px;
	float:left;
	position:relative;
	padding:7px 7px;
	border:dotted #ded5c0 1px;
}
iframe {
    width: 100%;
}