/* CSS для DOM31A.RU */  /* IZEM-STUDIO © 2014 */


/* ОСНОВНЫЕ */

@font-face {
	font-family: "Ubuntu";
	src: url('fonts/Ubuntu/Ubuntu-medium-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Ubuntu";
	src: url('fonts/Ubuntu/Ubuntu-mediumItalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu";
	src: url('fonts/Ubuntu/Ubuntu-regularItalic-webfont.woff') format('woff');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Ubuntu";
	src: url('fonts/Ubuntu/Ubuntu-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

* {
	padding: 0;
	margin: 0;
	border: 0;
}

html {
	background: #13110C url(img/html.bg.jpg) -210px 0 no-repeat;
	min-width: 980px;
}
@media screen and (min-width: 1296px) { html { background-position: 50% 0; } }

body {
	font: 13px/1 Ubuntu, Tahoma, Geneva, sans-serif;
	color: #3D2712;
	background-image: url(img/body.bg1.jpg), url(img/body.bg2.jpg);
	background-position: -82px 0, 50% 0;
	background-repeat: no-repeat, no-repeat;
	min-width: 980px;
	position: relative;
}
@media screen and (min-width: 1296px) { body { background-position: 50% 0, 50% 0; } }

header, aside, main, nav, article, section, figure, figcaption, footer {
	display: block;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: 1;
	/*letter-spacing: -1px;*/
	text-align: left;
	color: #66411F;
	margin-bottom: 28px;
}
@media screen and (min-width: 1111px) { h1 { letter-spacing: 0; } }

h2 {
	font-weight: normal;
}

ul {
	list-style: none;
}

a {
	color: #3B5600;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #001500;
	text-decoration: underline;
}
a:hover {
	outline: none;
}

table {
	border-collapse: collapse;
}

input, select {
	font-family: Tahoma, Geneva, sans-serif;
	background: none;
}
input:hover, select:hover {
	outline: none;
}

/* Clearfix */
.clearFix::after {
	content: "";
	height: 0;
	border: 0;
	display: block;
	clear: both;
	visibility: hidden;
}


/* ФОНЫ и ОБЁРТКА */

.body-pageStdBg1 {
	height: 935px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 0;
}

.body-pageStdBg1 > div {
	max-width: 1280px;
	margin: 0 auto;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.body-pageStdBg1 > div > div {
	padding: 175px 1.8% 0 31.8%;
}
@media screen and (min-width: 1035px) and (max-width: 1088px) { .body-pageStdBg1 > div > div { padding-right: 3.3%; padding-left: 32.1%; } }
@media screen and (min-width: 1089px) and (max-width: 1142px) { .body-pageStdBg1 > div > div { padding-right: 4.9%; padding-left: 32.4%; } }
@media screen and (min-width: 1143px) and (max-width: 1196px) { .body-pageStdBg1 > div > div { padding-right: 6.5%; padding-left: 32.7%; } }
@media screen and (min-width: 1197px) and (max-width: 1250px) { .body-pageStdBg1 > div > div { padding-right: 8.0%; padding-left: 33.0%; } }
@media screen and (min-width: 1251px) { .body-pageStdBg1 > div > div { padding-right: 8.6%; padding-left: 33.3%; } }  /*33.3% 421px*/

.body-pageStdBg1-top {
	background: url(img/common.bg.sprite.png);
	height: 684px;
	border-radius: 9px;
}

.body-pageStdBg1-bottom {
	height: 54px;
	background: url(img/common.bg.sprite.png) 50% -684px no-repeat;
}

.body-pageStdBg2 {
	background: url(img/body-pageStd.bg.png) -82px 0 no-repeat;
	height: 935px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
@media screen and (min-width: 1296px) { .body-pageStdBg2 { background-position: 50% 0; } }

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

	.body-adminLink {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 3;
}


/* ЛЕВАЯ КОЛОНКА */

.sidebarLeft {
	width: 250px;
	height: 405px;
	float: left;
	padding-top: 49px;
	margin: 0 -273px 0 23px;
	position: relative;
	z-index: 1;
}

/* ЛЕВАЯ КОЛОНКА > Меню быстрых ссылок */

.sidebarLeft-menuQuick {
	text-align: center;
	height: 45px;
	padding-top: 14px;
	margin-bottom: 1px;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebarLeft-menuQuick > li {
	margin: 0 11px;
	display: inline-block;
}

.sidebarLeft-menuQuick > li > a {
	background-image: url(img/common-icoImg.sprite.png);/* --- */
	width: 30px;
	height: 20px;
	display: block;
}

.sidebarLeft-menuQuick > li:first-child > a {
	background-position: 7px 2px;
}
.sidebarLeft-menuQuick > li:first-child > a:hover {
	background-position: 7px -21px;
}

.sidebarLeft-menuQuick > li:first-child + li > a {
	background-position: -18px 2px;
}
.sidebarLeft-menuQuick > li:first-child + li > a:hover {
	background-position: -18px -21px;
}

.sidebarLeft-menuQuick > li + li + li > a {
	background-position: -45px 2px;
}
.sidebarLeft-menuQuick > li + li + li > a:hover {
	background-position: -45px -21px;
}

/* ЛЕВАЯ КОЛОНКА > Логотип */

.sidebarLeft-logoLink {
	text-decoration: none;
	height: 201px;
	border: 1px solid transparent;
	border-radius: 1px;
	margin-bottom: 1px;
	display: block;
	/*background: silver;*/
}
.sidebarLeft-logoLink:hover {
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.64);
	box-shadow: 0 0 4px #FFFFFF, inset 0 0 3px #FFFFFF;
}

/* ЛЕВАЯ КОЛОНКА > Меню главное */

.sidebarLeft-menuMain {
	height: 130px;
	padding-top: 25px;
}

.sidebarLeft-menuMain > li {
	font: italic 300 14px/1 Ubuntu, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #FFFFFF;
	text-align: center;
	margin-bottom: 16px;
}

.sidebarLeft-menuMain-item-active > a {
	color: #001500;
}

.sidebarLeft-menuMain > li > a {
	padding: 3px 0 6px 0;
}


/* СЕРЕДИНА */

.middle {
	width: 100%;
	height: 935px;
	float: left;
	padding: 0 1.8% 0 31.8%;
		position: relative;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1035px) and (max-width: 1088px) { .middle { padding: 0 3.3% 0 32.1%; } }
@media screen and (min-width: 1089px) and (max-width: 1142px) { .middle { padding: 0 4.9% 0 32.4%; } }
@media screen and (min-width: 1143px) and (max-width: 1196px) { .middle { padding: 0 6.5% 0 32.7%; } }
@media screen and (min-width: 1197px) and (max-width: 1250px) { .middle { padding: 0 8.0% 0 33.0%; } }
@media screen and (min-width: 1251px) { .middle { padding: 0 8.6% 0 33.3%; } }  /*33.3% 421px*/


/* ШАПКА */

header {
	height: 175px;
}

/* ШАПКА > Меню верхнее */

.header-menuTop {
	height: 120px;
	padding-top: 33px;
}

.header-menuTop > li {
	background: url(img/common.bg.sprite.png) 0 -832px no-repeat;
	padding: 0 17px;
	float: left;
}

li.header-menuTop-gallery {
	background: none;
	padding-left: 0;
}

li.header-menuTop-phone {
	padding-right: 0;
}

.header-menuTop > li > * {
	font: italic 300 15px/1 Ubuntu, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.57);
	color: #FFFFE5;
	text-decoration: underline;
	background-image: url(img/common-icoImg.sprite.png);
	background-repeat: no-repeat;
	height: 120px;
	padding: 0 18px;
	display: block;
	position: relative;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-menuTop > li > a {
	padding-top: 80px;
}
.header-menuTop > li > a:hover {
	text-decoration: none;
}

.header-menuTop-gallery > a {
	background-position: 50% -67px;
}
.header-menuTop-location > a {
	background-position: 50% -185px;
}

.header-menuTop-phone > div {
	text-decoration: none;
	background-position: 17px -295px;
	padding: 12px 18px 0 63px;
}

.header-menuTop-phone > div > i {
	font-size: 11px;
}

.header-menuTop-phone > div > em {
	font-family: Georgia, serif;
	font-size: 28px;
	padding: 3px 0 0 22px;
	display: block;
}

.header-menuTop-phone > div > em > a {
	color: inherit;
	text-decoration: none;
	display: block;
	cursor: default;
}
.header-menuTop-phone > div > em > a:active {
	background: rgba(255, 255, 255, 0.33);
}

.header-menuTop-phone > div > em > a > span {
	font-size: 18px;
}


/* КОНТЕНТ */

main > article {
	text-shadow: 1px 1px 0 #F9F9F9;
	line-height: 16px;
	text-align: justify;
	overflow: auto;
	max-height: 660px;
	padding: 17px 18px 9px;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

article > p {
	margin-top: 12px;
}

article > ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-top: 12px;
	margin-left: 1px;
}

article > ul > li > ul {
	list-style-type: disc;
	padding-left: 23px;
}

article > ul > li > ul  li > ul {
	list-style-type: square;
	margin: 0 0 0 12px;
}


	.content-text-gallery img {
	padding: 1px;
	border: 1px solid #C2B89B; /*#CEC6B2;*/
	margin: 0 10px 10px 0;
}

/* КОНТЕНТ > Главная */

.pageHome > article {
	font-size: 14px;
	line-height: 17px;
	text-shadow: 1px 1px 0 #F9F9F9;
}

.pageHome > article > h1 {
	margin-bottom: 18px;
}

.pageHome-artcle-more {
	font: italic 300 13px/1 Ubuntu, Arial, Helvetica, sans-serif;
	color: #3B5600;
	margin-top: 5px;
	float: right;
}
.pageHome-artcle-more:hover {
	color: #001500;
}

/* КОНТЕНТ > Главная > блок новостей */

.pageHome-blockNews {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.54);
	position: absolute;
	bottom: 11px;
	right: 1.8%;
	left: 23px;
}
@media screen and (min-width: 1035px) and (max-width: 1088px) { .pageHome-blockNews { right: 3.3%; } }
@media screen and (min-width: 1089px) and (max-width: 1142px) { .pageHome-blockNews { right: 4.9%; } }
@media screen and (min-width: 1143px) and (max-width: 1196px) { .pageHome-blockNews { right: 6.5%; } }
@media screen and (min-width: 1197px) and (max-width: 1250px) { .pageHome-blockNews { right: 8.0%; } }
@media screen and (min-width: 1251px) { .pageHome-blockNews { right: 8.6%; } }

.pageHome-blockNews-itemsWrapper {
	width: 100%;
	margin: 0 -1px 5px -1px;
	border-spacing: 1px;
	display: table;
}

.pageHome-blockNews-itemLink {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	background: url(img/common.bg.sprite.png) 0 -739px;
	vertical-align: top;
	width: 33.3%;
	height: 92px;
	overflow: hidden;
	display: table-cell;
}
@media screen and (min-width: 1035px) { .pageHome-blockNews-itemLink { font-size: 12px; line-height: 15px;} }

.pageHome-blockNews-itemLink:first-child {
	border-radius: 5px 0 0 5px;
}

.pageHome-blockNews-itemLink:last-child{
	border-radius: 0 5px 5px 0;
	margin-right: -3px;
}

.pageHome-blockNews-itemLink > span {
	color: #FDFFCF;
	text-align: left;
	width: 306px;
	padding-top: 16px;
	display: inline-block;
	opacity: 0.81;
}
@media screen and (min-width: 1035px) { .pageHome-blockNews-itemLink > span { width: 312px; } }
.pageHome-blockNews-itemLink:hover > span {
	text-decoration: underline;
	opacity: 1;
}

.pageHome-blockNews-itemLink-date {
	font: 16px/1 Georgia, serif;
	color: #EAECAC;
	text-align: center;
	margin: -9px 4px 15px 0;
	float: left;
}
@media screen and (min-width: 1035px) { .pageHome-blockNews-itemLink-date { font-size: 17px; margin-top: -11px; } }
@media screen and (min-width: 1035px) and (max-width: 1088px) { .pageHome-blockNews-itemLink-date { margin-right: 5px; } }
@media screen and (min-width: 1089px) and (max-width: 1142px) { .pageHome-blockNews-itemLink-date { margin-right: 6px; } }
@media screen and (min-width: 1143px) and (max-width: 1196px) { .pageHome-blockNews-itemLink-date { margin-right: 7px; } }
@media screen and (min-width: 1197px) and (max-width: 1250px) { .pageHome-blockNews-itemLink-date { margin-right: 8px; } }
@media screen and (min-width: 1251px) { .pageHome-blockNews-itemLink-date { margin-right: 9px; } }

.pageHome-blockNews-itemLink-date > span {
	font-size: 38px;
	color: #FFFFFF;
	margin-bottom: 2px;
	display: block;
}

.pageHome-blockNews-more {
	font: italic 300 12px/1 Ubuntu, Arial, Helvetica, sans-serif;
	color: #FDFFCF;
	padding-right: 4px;
	opacity: 0.81;
	float: right;
}
@media screen and (min-width: 1035px) { .pageHome-blockNews-itemLink-date > span { font-size: 42px; } }
.pageHome-blockNews-more:hover {
	opacity: 1;
}

.pageHome-blockNews-more > a {
	color: #FDFFCF;
}
.pageHome-blockNews-more:hover > a {
	text-decoration: none;
}

/* КОНТЕНТ > Фотогалерея */

h2.pageGallery-albumTitle {
	font-size: 20px;
	text-align: center;
	margin-top: 37px;
	margin-bottom: 4px;
}

.pageGallery-gallery {
	text-align: center;
}

.pageGallery-gallery > a {
	padding: 2px;
	border: 1px solid #339000;
	border-radius: 3px;
	margin: 14px 8px 0;
	display: inline-block;
}
.pageGallery-gallery > a:hover {
	border-color: #004800;
	box-shadow: 0 0 5px rgba(0, 72, 0, 0.52);
}

.pageGallery-gallery > a > img {
	max-width: 190px;
	max-height: 127px;
	display: block;
}

.pageGallery-galleryList {
	font-size: 14px;
	padding-top: 7px;
}

h1 + .pageGallery-galleryList > li {
	margin-bottom: 9px;
}

.pageGallery-gallery + .pageGallery-galleryList {
	text-align: center;
	margin-top: 9px;
}

.pageGallery-gallery + .pageGallery-galleryList > li {
	margin: 0 5px;
	display: inline-block;
}


/* ПОДВАЛ */

footer {
	padding-right: 1.8%;
	padding-left: 23px;
	opacity: 0.45;
	clear: both;
}
@media screen and (min-width: 1035px) and (max-width: 1088px) { footer { padding-right: 3.3%; } }
@media screen and (min-width: 1089px) and (max-width: 1142px) { footer { padding-right: 4.9%; } }
@media screen and (min-width: 1143px) and (max-width: 1196px) { footer { padding-right: 6.5%; } }
@media screen and (min-width: 1197px) and (max-width: 1250px) { footer { padding-right: 8.0%; } }
@media screen and (min-width: 1251px) { footer { padding-right: 8.6%; } }
footer:hover {
	opacity: 0.84;
}

.footerInner {
	width: 100%;
	height: 89px;
	max-width: 1280px;
		margin: 0 auto;
	display: table;
}

.footerInner > * {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #EAECAC;
	vertical-align: top;
	display: table-cell;
/* Блочная модель border-box !!! */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footerInner a {
	color: #FFFFFF;
}
.footerInner a:hover {
	color: inherit;
	text-decoration: none;
}

.footer-copyright {
	font-size: 12px;
	width: 36.9%;
	height: 89px;
	padding-top: 30px;
	padding-left: 37px;
}

.footer-copyright > span {
	margin-bottom: 6px;
	display: inline-block;
}

.footer-counters {
	padding-top: 30px;
	width: 24.5%;
}

.footer-counters > div {
	margin-right: 14px;
	display: inline-block;
	vertical-align: top;
}

.footer-counters > div > a > img {
	width: 88px;
	height: 31px;
}

.footer-webStudio {
	padding-top: 29px;
	width: 18%;
}

.footer-webStudio > span {
	font-size: 15px;
	margin-bottom: 6px;
	display: inline-block;
}

.footer-artStudio {
	text-align: right;
	padding-top: 31px;
	width: 20.6%;
}

.footer-artStudio > div {
	text-align: left;
	padding-right: 12px;
	display: inline-block;
}
