@font-face {
    font-family: 'DomCasual';
    src: url('fonts/DomCasualNormal.woff2') format('woff2'),
        url('fonts/DomCasualNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
	height: 100%;
}
body { 
	height:100%;
	margin:0;
	padding:0;
	font-size: 90.01%;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {text-decoration:none;}

.hr{border-bottom:1px solid; height:1px; font-size:1px; margin-bottom:20px;}
.br{height:1px; font-size:1px; line-height:1px; clear:both;}
span.small-grey{font-size:0.90em;}

#page-wrapper{
	min-height:100%;
	margin:0 auto;
	min-width:1000px;
	max-width:1050px;
	height: auto !important;
	height: 100%;
}

span.grey{display:block; margin-left: -14px; padding: 6px 14px;}

/* BANNER */
#banner-top {text-align:center;margin-top:0px;}
#banner-left{text-align:center;margin-bottom:20px;}
#banner-left-two{text-align:center;margin-bottom:20px;margin-top:20px;}

#logo{
	position: absolute;
	top:80px;
	left:50%;
	z-index: 100;
	margin-left: -300px;
}

#logo a{
	display: block;
	background: url('images/logo.png') no-repeat;
	padding-left: 195px;
	font-size: 36px;
	width: 405px;
	height: 130px;
	font-weight: bold;
	color: #fff;
	padding-top: 55px;
	text-decoration: none;
	font-family: "DomCasual";
	text-transform: uppercase;
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, 
                 #000 -1px 1px 0, #000 1px -1px 0;
}

#logosmall{
	position: absolute;
	top:25px;
	left:50%;
	z-index: 100;
	margin-left: -300px;
}

#logosmall a{
	display: block;
	background: url('images/logosmall.png') no-repeat;
	padding-left: 115px;
	font-size: 26px;
	width: 405px;
	height: 112px;
	font-weight: bold;
	color: #fff;
	padding-top: 30px;
	text-decoration: none;
}


/* HEADER */
#header {
	position: relative;
	margin-top: -100px;
	height:80px;
	margin-bottom: 20px;

}

#header-title{height:40px;font-size:1.8em; margin-left:39px; font-weight: bold;}
#header-title a{text-decoration:none;}

/* SEARCH */
#left-search {
	margin-bottom: 15px;	
	height: 30px;
}

#left-search #title-search-input {
	float:left;
	height:30px;
	background: #fff;
	width:178px;
	border: none;
}

#left-search #search-but {
	float:left;
	width:30px;
	height: 30px;
	background: url(images/search.png) no-repeat;
	border: none;
}
table.search-filter select.select-field, div.search-page input.search-button {font-size:1em}
table.search-filter td {padding:0.6em;}
div.search-item {font-size:0.85em;margin: 1em 0 0 0;   padding: 0 0 1em;}

/* AUTH */
#header-auth{position:absolute; right:20px; top:5px; font-size:0.75em; font-family: Verdana, Arial, Helvetica, sans-serif;}
#header-auth a{margin-left:20px;}

/* BODY */
#page-body{
	overflow: auto;
	padding-top: 20px;
	width: 100%;
}
table td.page-left, table td.page-right {vertical-align:top; padding:20px 0;}
table div.page-right {margin-left:20px;/*width:450px;*/ }
div.hr-title{margin-bottom:15px;}

/* FOOTER */
#footer-wrapper  {
	height: 221px;
	padding-top:20px;
	position: relative;
	margin: 0 auto;
	min-width: 1050px;
	max-width: 100%;
	background: rgb(180,221,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,221,180,1) 0%, rgba(131,199,131,1) 17%, rgba(82,177,82,1) 33%, rgba(0,138,0,1) 67%, rgba(0,87,0,1) 83%, rgba(0,36,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,221,180,1)), color-stop(17%,rgba(131,199,131,1)), color-stop(33%,rgba(82,177,82,1)), color-stop(67%,rgba(0,138,0,1)), color-stop(83%,rgba(0,87,0,1)), color-stop(100%,rgba(0,36,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,221,180,1) 0%,rgba(131,199,131,1) 17%,rgba(82,177,82,1) 33%,rgba(0,138,0,1) 67%,rgba(0,87,0,1) 83%,rgba(0,36,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
}
#footer-wrapper div.copyright{position:absolute; right:50px; bottom:50px; font-size:0.9em;}


/* MAIN MENU */
#main-menu {
	max-width: 100%;
	min-width: 1000px;
	padding-top:0px;	
	height:60px;
}
#main-menu ul {list-style-type: none; overflow: hidden; margin:0; padding:0; }
#main-menu li {
	margin: 0;
	padding:0;
	height: 60px;	
	line-height: 60px;
	text-align: center;
}

#main-menu li#menu1 {
	border-top: 6px solid #d71b3b;
	width: 20%;
}

#main-menu li#menu1:hover a, #main-menu li#menu1 a.root-item-selected{
	background: #d71b3b;	
}

#main-menu li#menu1 ul{
	width: 210px;
}

#main-menu li#menu2 {
	border-top: 6px solid #ffc721;
	width: 36%;
}

#main-menu li#menu2 ul{
	width: 378px;
}

#main-menu li#menu2:hover a, #main-menu li#menu2 a.root-item-selected{
	background: #ffc721;	
}

#main-menu li#menu3 {
	border-top: 6px solid #008a42;
	width: 14%;
}

#main-menu li#menu3:hover a, #main-menu li#menu3 a.root-item-selected{
	background: #008a42;	
}

#main-menu li#menu4 {
	border-top: 6px solid #0033ab;
	width: 30%;
}

#main-menu li#menu4:hover a, #main-menu li#menu4 a.root-item-selected{
	background: #0033ab;	
}

#main-menu li a {font-size:1.8em; text-decoration: none; font-weight:bold; line-height:60px;}
#horizontal-multilevel-menu li a.root-item,#horizontal-multilevel-menu li a.root-item:hover,#horizontal-multilevel-menu li a.root-item-selected {padding:0 12px;}
#horizontal-multilevel-menu, #horizontal-multilevel-menu ul {background:none;}


.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 230px;
}

.left-sidebar {
	float: left;
	width: 210px;
	margin-left: -100%;
	position: relative;	
}

.main-news-list{
	float:left;
	width: 490px;
	min-height: 465px;
}

.main-news-list .news-item{
	border-bottom: 1px solid #d8d1d1;
}

.main-news-list .ttl{
	width: 490px;
	float:left;
	height: 40px;
}

.main-news-list .ttl h2{
	float:left;
	color: #202020;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 3px solid #d71b3b;
}

.main-news-list .ttl span{
	float: left;
	margin-left: 15px;
	margin-top: 3px;	
}
/* MAIN NEWS */
div.main-news-list div.news-item {margin-bottom:15px;}
div.main-news-list div.main-news-title {margin-bottom:15px;}
div.main-news-list div.news-picture {margin-right:16px; width:73px !important; float:left; text-align:center; height: 73px;}

.main-news-list .news-item .news-text{
	float:right;
	width: 400px;
}

.main-news-list.law .news-item .news-text{
	float:none;
	width: 490px;
}
div.main-news-list div.news-name {margin:5px 0 !important; font-size:14px !important;}
div.main-news-list div.news-name a:hover {text-decoration:underline;}
div.main-news-list span.news-preview-text{font-size:0.91em !important;}
div.main-news-list div.news-text-pict {margin-left:140px !important;}
div.news-list div.main-news-list{margin-top:0  !important;}
.main-news-list .news-item .news-text .news-date-time{
	text-transform: uppercase;
	color: #8b8b8b;
	font-size: 12px;
}


/* BOTTOM MENU */
div.bottom-menu{position:absolute; right:40px;}
div.bottom-menu ul{margin:0;padding:0;}
div.bottom-menu ul li{list-style-type: none; margin:0 10px; padding:0; font-size:0.9em; float:left;}

/* BOTTOM MENU LEFT */
div.bottom-menu-one{position:absolute; left:50px; width:130px;min-width: 20px;}
div.bottom-menu-two{position:absolute; left:240px;min-width: 20px;}
div.bottom-menu-three{position:absolute; left:320px;min-width: 20px;}
div.bottom-menu-four{position:absolute; left:455px;min-width: 20px;}
div.bottom-menu-left ul{margin:0; padding:0;}
div.bottom-menu-left ul li{list-style-type: none; overflow: hidden; margin:0; padding:0;margin-bottom:4px;}
div.bottom-menu-left div.bottom-menu-title{margin-bottom:15px;}

/* MAIN THEME */
div.main-theme-list{margin-bottom:40px;}
div.main-theme-list div.main-theme-title {font-size:1.5em; font-weight:bold; padding-bottom:8px; margin-bottom:10px;}
div.main-theme-list table td {vertical-align:top;}
div.main-theme-list img.preview_picture {margin-right:20px;}
div.main-theme-list td.theme-text {width:100%;}
div.main-theme-list div.main-theme-name {font-size:1.25em;margin-bottom:10px;}
div.main-theme-list div.main-theme-name a {text-decoration:none;font-weight:bold;}
div.main-theme-list div.theme-news-list span.news-date-time {font-size:0.75em;}
div.main-theme-list div.theme-news-list a {text-decoration:none;}
div.main-theme-list div.theme-news-list a:hover {text-decoration: underline;}
div.main-theme-list div.theme-news-list div.theme-news-item{margin-bottom:10px;}



/* NEWS LIST */
div.news-list div.news-item {margin-bottom:30px;}
div.news-list div.news-text-pict{margin-left:98px;}
div.news-list div.main-news-title {margin-bottom:15px;}

div.news-list div.news-picture {margin-right:16px; float:left; min-width: 82px; text-align:center;  margin-top:2px;}
div.news-list div.news-name {margin-bottom:2px;font-size:1em;}
div.news-list div.news-name a {text-decoration:none;}
div.news-list div.news-name a:hover {text-decoration:underline;}
div.news-list span.news-preview-text{font-size:0.90em;}
div.news-list span.news-show-property{font-size:0.75em;}


/* NATIONAL NEWS */
div.national-news div.news-text{font-size:0.85em;}
div.national-news div.news-picture {margin-right:10px;}
div.national-news a {text-decoration:none;}
div.national-news span.news-show-counter{font-size:0.90em;}
div.national-news div.news-item-left{margin-right:10px;}

/* DETAIL NEWS */
div.news-detail div.news-text {margin-top:10px;}
div.news-detail div.news-picture {margin-right:16px; float:left; text-align:center; padding-top:2px;}
div.news-detail span.news-date-time {font-size:0.75em;}
div.news-detail-back {font-size:0.85em;margin:10px 0;}
div.news-detail-theme {margin:15px 0 15px 0;padding-top:15px;}
div.news-detail-theme div.news-theme-title {margin-bottom:10px;}
div.news-detail div.news-theme-date {font-size:0.75em;float:left; width:131px; text-align:right}
div.news-detail div.news-theme-url {font-size:0.90em; margin-left:138px;}
div.news-detail div.news-theme-item {margin:3px 0;}
div.news-detail div.news-property {margin-top:10px; font-size:0.85em}
div.news-detail div.news-detail-share {float: right; margin-right: 110px; margin-top: -31px}

/* THEMES */
table.theme-list{width:100%;}
table.theme-list td{padding:5px 0;}
table.theme-list td.theme-letter{width:30px; font-weight:bold;}

/* JOB */
div.job-item{font-size:0.9em;}
div.main-vacancy{margin-right:11px;}
div.main-resume{margin-left:11px;}
div.job-item{margin-bottom:3px;}
div.job-list div.job-list-title{margin-left:55px;}
div.main-vacancy div.job-list-title, div.main-resume div.job-list-title{margin-left:0;}
div.job-list ul li{list-style-type: none; background:url(images/bullet.gif) left no-repeat; padding-left:15px; margin-bottom:7px }
div.job-list ul li span{font-size:0.85em}
div.job-section table{width:100%}
div.job-section td{padding:5px 10px;}
div.job-section th{padding:5px 10px; text-align:left; font-weight:normal; font-size:0.9em}
div.job-element div.job-prop-title{margin-bottom:5px; font-size:0.9em; font-weight:bold;}
div.job-element div.job-prop-text{margin-bottom:20px;}

/* BOARD */
div.board-section-list ul{margin:0;padding:0;}
div.board-section-list td{font-size:1.20em; vertical-align:top;padding-bottom:20px;}
div.board-section-list td.td0{padding-right:20px;}
div.board-section-list ul li{font-size:0.75em;list-style-type: none; float:left; margin-right:10px;}
div.board-section-list span{font-size:0.85em}
div.board-section-list a.board-section-selected{text-decoration:none;}
div.board-section span.board-date{font-size:0.85em;}
div.board-section div.board-title{margin-bottom:8px;margin-top:13px; font-weight:bold;}
div.board-section div.board-text{margin-top:10px;}
div.board-sections div.hr{margin-bottom:0;}



/* REVIEWS */
table.reviews-post-table {border-top: 0; margin-bottom: 1em; width: 100%;}
table.reviews-post-table div.reviews-text{padding-top: 0.40em;}
table.reviews-post-table thead td, table.reviews-post-table tbody td {padding-top: 0.20em;}
div.reviews-add-text{text-align:center; font-size:0.9em; color:#494949; margin-bottom:10px; padding-top: 10px;}
div.reviews-add-text a{color:#494949}
table.reviews-post-table table.forum-quote{width:95%; margin:10px 0 0 20px;}
table.reviews-post-table table.forum-quote th{text-align:left;font-weight:normal;padding-left:10px;}
table.reviews-post-table table.forum-quote td{padding-left:10px;}

/* VOTE */
.voting{
	margin-top: 20px;
	background: #fff;
}
div.voting-form-box{margin-bottom:20px;}
div.voting-form-box div.vote-item-title{
	text-align: center;	
	border-bottom: 1px solid #efefef;
}
div.voting-form-box div.vote-item-title h2{
	font-weight: bold;
	font-size: 14px;
}
div.vote-question-item{
	padding: 10px;
}
div.voting-form-box div.vote-answers-list{margin: 0 20px 0 35px;}
div.voting-form-box table.vote-answers-list{width: 100%;}
div.voting-form-box table.vote-answers-list td.vote-answer-name{width: 100%;padding:5px 0; font-size:0.90em; vertical-align:top;}
div.voting-form-box table.vote-answers-list td.vote-answer-percent{padding:5px;  vertical-align:top;}
div.voting-form-box table.vote-answers-list td.vote-answer-counter{padding:5px;  vertical-align:top;}
div.voting-form-box ol.vote-items-list{margin:0 60px 0 20px;}
div.voting-form-box ol.vote-items-list li{ }
div.voting-form-box div.vote-vote-footer{

}

.vote-form-box-button{
	width: 100%;
}

.vote-form-box-button-first input{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: #008a42;
	border: none;
	height: 30px;
	cursor: pointer;
}

.vote-form-box-button-last input{
	border: none;
	height: 30px;
	color: #0b79bb;
	text-decoration: underline;
	font-size: 14px;
	background: #fff;
	width: 100%;
	cursor: pointer;
}

.vote-form-box-button-last input:hover{
	text-decoration: none;
}
/* ADD FORM */
div.data-form div.data-form-line{margin-bottom:20px;}
div.data-form div.data-form-name{margin-bottom:5px;}
div.data-form div.data-form-input input, div.data-form div.data-form-input select, div.data-form div.data-form-input textarea{padding:4px;}
div.data-form div.data-form-input input, div.data-form div.data-form-input textarea{width:90%;}
div.data-form div.data-form-input input.checkbox{width:auto;}
div.data-form div.data-form-input select{width:255px;}
div.data-form div.data-form-input #input_date_active_to, div.data-form div.data-form-input #captcha_word, div.data-form div.data-form-input #input_21, div.data-form div.data-form-input #input_24{width:245px;}

/* LIST FORM */
table.data-table thead td{font-size:1.10em; padding-bottom:15px;}
table.data-table{width:100%;}
table.data-table td{padding-right:20px;}
table.data-table tfoot td{padding-top:15px;}

/* BLOG */
.blog-posts{width: 100%; float: none;}
div.blog-sidebar{width: 100%; float: none;}
div.blog-sidebar-info{width: 50%; float: left;}
div.blog-sidebar-calendar{width: 50%;float: left;}
div.blog-search-form div.blog-search-text input{width:150px;}
div.blog-search-form div{float:left;margin-right:10px;}
div.blog-sidebar{padding-left:10px;}
div.blog-sidebar ul li.blog-search{height:65px;}
div.blog-sidebar ul{padding:0;}
div.blog-sidebar ul li{list-style-type: none;}
div.blog-sidebar ul h3{padding-bottom:10px;}
div.blog-sidebar ul li.blog-tags ul li, div.blog-sidebar ul li.blog-settings ul li{font-size:0.9em}
div.blog-sidebar div.blog-sidebar-calendar ul li.blog-calendar{margin-left:20px;}

.blog-post {margin:10px 0; padding-bottom: 1em; padding-right:0.8em;}
div.blog-post-meta div.blog-post-info-bottom {display:none;}
.blog-post-title{font-size:1.15em; font-weight:normal;padding:0 0 7px 0;}
.blog-post-info{background:none; padding:4px 0}
.blog-post-info-back{background:none; font-size:0.85em; height: 20px;}
div.blog-post-meta-util, div.blog-post-tag{font-size:0.9em;}

div.blog-post-current .blog-post-title{display:none}

div.blog-comment-avatar{ display:none; }

/* PHOTO */
div.photo-info-box{margin-bottom:20px;}
div.photo-header-component, div.photo-header-big{font-size:1.15em; font-weight:normal;padding:0 0 7px 0; margin-bottom:0;}
div.photo-header-big{border:0;}
div.photo-header-big div.photo-header-inner, div.photo-header-middle div.photo-header-inner{margin-bottom:0; padding-bottom:10px}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a span{background:none;padding: 0;text-align:left;}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a{font-size:1em; font-weight:normal; text-decoration:underline; width:auto; padding:0}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a:hover{text-decoration:none}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li{margin:0;padding:0; float:left;clear: none; padding-right:20px;}
div.photo-td-left div.photo-controls-usermenu{margin-bottom:10px;}

div.bitrix{margin-left:1.5em;margin-top:3px; font-size:0.80em}
div.bitrix a{color:#717171}

.video-left{
	float:right;
	width:290px;
}

.video-left{
	position: relative;
	height: 209px;
}

.video-left .news-item{
	padding: 0;
	margin: 0;
}

.video-left .ttl{
	color: #ffffff;
	padding: 5px 0px 5px 25px;
	background: #0033ab;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;

}

.video-left .name{
	width:100%;
	padding: 15px 0px 15px 25px;
	position: absolute;
	bottom: 0;
	opacity: 0.7;	
	background: #000;	
}

.video-left .name a{
	color: #fff;
	text-decoration: none;

}


.video-left .all{
	
	padding: 0px 15px 0px 15px;
	position: absolute;
	bottom: 0;
	opacity: 1;	
	background: #0033ab;	
	right: 0;
}

.video-left .all a{
	color: #fff;
	text-decoration: none;

}

.photo-random{
	position: relative;
	height: 220px;	
	float:right;
	width:290px;	
	margin-top:30px;
	overflow: hidden;
}

.photo-random .ttl{
	color: #ffffff;
	padding: 5px 0px 5px 25px;
	background: #008a42;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;

}

.photo-random .name{
	width:100%;
	padding: 15px 0px 15px 25px;
	position: absolute;
	bottom: 0;
	opacity: 0.7;	
	background: #000;	
}

.photo-random .name a{
	color: #fff;
	text-decoration: none;

}


.photo-random .all{
	
	padding: 0px 15px 0px 15px;
	position: absolute;
	bottom: 0;
	opacity: 1;	
	background: #008a42;	
	right: 0;
}

.photo-random .all a{
	color: #fff;
	text-decoration: none;

}

.carusel{
	width: 100%;
	background: #ffffff url(images/slide.png) 100% 0% repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
}

.carusel .slides{
	width: 1050px;
	margin: 0 auto;

}

.carusel .slides .owl-main-wrap .owl-theme--arrows .owl-controls .owl-buttons div{
	display: block !important;
}

.carusel .slides .owl-theme .owl-controls{
	top: 60px;

}

.carusel .slides .owl-theme--arrows .owl-controls .owl-buttons .owl-prev{
	background: url(images/left.png) no-repeat;
	left: -35px;
}

.carusel .slides .owl-theme--arrows .owl-controls .owl-buttons .owl-next{
	background: url(images/right.png) no-repeat;
	right: -30px;
}

#footer-wrapper .foot{
	width: 1050px;
	margin: 0 auto;
	height: 200px;
	position: relative;
	color: #fff;
}

#footer-wrapper .foot div.bottom-menu-two{

}

#footer-wrapper .foot .logo{
	background: url(images/footlogo.png) 50% 0% no-repeat;
	padding-top: 75px;
	position: absolute;
	left: 0;
	width: 206px;
	text-align: center;
}

#footer-wrapper .foot .info{
	position: absolute;
	right: 0;
	width: 70%;
}

#footer-wrapper .foot .info span{
	display: block;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}

div.bottom-menu-left div.bottom-menu-title{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}

div.bottom-menu-left ul li a{
	color: #fff;
	text-decoration: none;
}


div.bottom-menu-left ul li a:hover{
	text-decoration: underline;
}


.flora-left{
	float:right;
	width:290px;
	margin-top: 15px;
}

.flora-left{
	position: relative;
	height: 200px;
}

.flora-left .news-item{
	padding: 0;
	margin: 0;
}

.flora-left .ttl{
	color: #ffffff;
	padding: 7px 0px 7px 7px;
	background: #ffc721;
	width: 100%;
	text-transform: uppercase;
	font-size: 15px;

}

.flora-left .name{
	width:100%;
	padding: 15px 0px 15px 25px;
	position: absolute;
	bottom: 0;
	opacity: 0.7;	
	background: #000;	
}

.flora-left .name a{
	color: #fff;
	text-decoration: none;

}


.flora-left .all{
	
	padding: 0px 15px 0px 15px;
	position: absolute;
	bottom: 0;
	opacity: 1;	
	background: #ffc721;	
	right: 0;
}

.flora-left .all a{
	color: #fff;
	text-decoration: none;

}

.back{
	background: url(images/back.jpg) no-repeat;
	width: 100%;
	height: 267px;
}

.novosti-list .main-news-list{
	width: 100%;	
}

.novosti-list .news-item{
	float:left;
	width: 100%;
	border-bottom: 1px solid #d8d1d1;
	padding-bottom: 20px;
	padding-top: 20px;
}

.novosti-list .news-item .news-picture{
	float:left;
	width: 100px;
}

.novosti-list .news-item .news-text{
	float:left;
	width: 720px;
}

.novosti-list h1{
	border-left: 5px solid #d71b3b !important;
	padding-left: 7px !important;
	font-size: 25px !important;
	color: #000 !important;
	border-bottom: none !important;
	font-weight: bold !important;
	text-transform: uppercase;
	padding-bottom: none !important;
}


div.navigation{
	float:left;
	width: 820px;
	//position: absolute;
	bottom: 0;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

div.navigation .navigation-pages .nav-current-page{
	display: inline-block;
	background: url(images/curr.png) no-repeat;
	width: 27px;
	height: 32px;
	text-align: center;
	color: #fff;
	line-height: 35px;
	margin-right: 5px;	
}

div.navigation .navigation-pages a{
	display: inline-block;	
	width: 27px;
	height: 32px;
	color: #000;
	text-align: center;
	line-height: 35px;
	margin-right: 5px;
}

div.navigation .navigation-pages .prev{
	display: inline-block;	
	width: 27px;
	height: 32px;
	background: url(images/prev.png) no-repeat;
	line-height: 25px;
	margin-right: 5px;
	text-decoration: none;
}

div.navigation .navigation-pages .next{
	display: inline-block;	
	width: 27px;
	height: 32px;
	background: url(images/next.png) no-repeat;
	line-height: 25px;
	text-decoration: none;
}

#breadcrumb{
	width: 820px;
	line-height: 30px;
	margin-bottom: 20px;
}

#breadcrumb a{
	color: #4b4b4b;
}

.content .news-list{
	min-height: 794px;
	position: relative;
}

.video-section{
	position: relative;
	overflow: auto;
	padding-bottom: 50px;
}

.redbook{
    float: right;
    width: 290px;
    margin-top: 15px;
    position: relative;
    height: 255px;
    text-align: center;
    border: 1px solid red;
}


.redbook .ttl{
    color: #ffffff;
    padding: 7px 0px 7px 7px;
    background: red;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;	
    margin-bottom: 5px;
}

.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }

.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 0 0 0 6px rgba(153, 153, 153, .3);
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #666; }


.mainpage h2{
	text-align: center;
	font-family: "DomCasual";
	text-transform: uppercase;
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, 
                 #fff -1px 1px 0, #fff 1px -1px 0;	
    font-size: 36px;
    color: #000;
}

.mainpage .podrazd{
	display: inline-block;
	width: 180px;
	height: 120px;
	margin-left: 5px;
	margin-right: 5px;
	border: 5px solid #b1af3f;
	border-radius: 5px;
	margin-bottom: 20px;
}

.mainpage .podrazd a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.7
}

.mainpage .podrazd a img{
	width: 100%;
}

.mainpage .podrazd a h4{
	position: absolute;
	top: 25px;
	left: 0px;
	font-family: "DomCasual";
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, 
                 #fff -1px 1px 0, #fff 1px -1px 0;	
    font-size: 28px;
    color: #000;	
    text-align: center;
    width: 100%;
}

.mainpage .podrazd a:hover{
	opacity: 1;
}

.mainpage .fedznach{
	
}

.mainpage .fedznach .podrazd:nth-child(3) a h4{
	font-size: 24px;
	top: 30px;
}

.mainpage .regznach .podrazd:nth-child(4) a h4{
	font-size: 24px;
	top: 30px;
}

.mainpage .regznach .podrazd:nth-child(10) a h4{
	font-size: 24px;
	top: 10px;
}

.mainpage .regznach .podrazd:nth-child(12) a h4{
	font-size: 24px;
	top: 30px;
}
.mainpage .regznach .podrazd:nth-child(14) a h4{
	font-size: 24px;
	top: 22px;
}

.mainpage .regznach .podrazd:nth-child(16){
	margin-left: 210px;
}

.mainpage .mestnznach .podrazd:nth-child(1) a h4{
	font-size: 24px;
	top: 22px;
}

.mainpage .mestnznach .podrazd:nth-child(1){
	margin-left: 325px;
}

#head a.headenter{
	font-family: "DomCasual";
	text-shadow: #fff 1px 1px 0, #fff -1px -1px 0, 
                 #fff -1px 1px 0, #fff 1px -1px 0;	
    font-size: 24px;
    color: #000;	
    text-align: center;	
    position: absolute;
    right: 100px;
    top: 20px;
    text-decoration: none;
}

.owl-carousel__item img{
	width: 100%
}

.owl-carousel__item{
	max-height: 350px;
	overflow: hidden;
	padding-left:8px;
	padding-right:8px;
}