html, body {
	font: 12px "Arial";
	color: #000;
	height: 100%;
	background-color: #fff;
	margin: 0;
}
html {overflow-x: hidden;}


.clear {clear: both;}
a {color: #1f5a94;}
a:hover {color: #164d82;}
*:focus {outline: none;}
p {padding-bottom: 8px;}
.hr {height: 1px; background-color: #dadada;}

a img {
	border: 0;
}


/* Header */
.header {
	background: #fff url('images/header.png?v4') no-repeat center top;
	height: 258px;
}
.header .header-in {
	width: 980px;
	height: 258px;
	margin: 0 auto;
	padding-top: 67px;
}
.header .header-in a.logo {
	display: block;
	background: url('images/logo.png');
	width: 380px;
	height: 35px;
	margin: 0 0 0 272px;
	position: relative;
	top: -15px;
	text-decoration: none;
}

.header .do {
	font: bold 12px/18px "Arial";
	color: #262626;
	margin: -5px 0 6px 274px;
}
.header .do span {
	color: #ed0000;
}

.header ul.menu {
	background: url('images/menu.png') no-repeat top left;
	width: 779px;
	height: 94px;
	text-shadow: #024581 0px 1px 1px;
	margin: 16px 0 0 226px;
	padding: 26px 0 0 0;
	position: relative;
}
.header ul.menu li {
	float: left;
	list-style: none;
	color: #fff;
}
.header ul.menu > li
{
}
.header ul.menu li a {
	font: 14px/42px "Arial";
	color: #fff;
	text-decoration: none;
}
.header ul.menu li.li-1 {
	padding: 0 0 0 5px;
	text-align: center;
}
.header ul.menu li.li-1 a {
	display: block;
	background: url('images/li-1.png') no-repeat top left;
	width: 120px;
	height: 42px;
}
.header ul.menu li.li-1 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}


.header ul.menu li.li-2 {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -10px;
}
.header ul.menu li.li-2 a {
	display: block;
	background: url('images/li-2.png') no-repeat top left;
	width: 100px;
	height: 42px;
}
.header ul.menu li.li-2 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}

.header ul.menu li.li-3 {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -9px;
}
.header ul.menu li.li-3 a {
	display: block;
	background: url('images/li-3.png') no-repeat top left;
	width: 110px;
	height: 42px;
}
.header ul.menu li.li-3 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}

.header ul.menu li.li-4 {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -9px;
}
.header ul.menu li.li-4 a {
	display: block;
	background: url('images/li-4.png') no-repeat top left;
	width: 200px;
	height: 42px;
}
.header ul.menu li.li-4 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}

.header ul.menu li.li-5 {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -9px;
}
.header ul.menu li.li-5 a {
	display: block;
	background: url('images/li-5.png') no-repeat top left;
	width: 100px;
	height: 42px;
}
.header ul.menu li.li-5 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}
.header ul.menu li.li-6 {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -9px;
}
.header ul.menu li.li-6 a {
	display: block;
	background: url('images/li-4.png') no-repeat top left;
	width: 145px;
	height: 42px;
	padding: 0 15px;
}
.header ul.menu li.li-6 a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}

.header ul.menu li.green {
	padding: 0 0 0 0;
	text-align: center;
	margin-left: -10px;
}
.header ul.menu li.green a {
	display: block;
	background: url('images/li-green.png') no-repeat top left;
	width: 120px;
	height: 42px;
}
.header ul.menu li.green a:hover, .header ul.menu li.current_page_item a, .header ul.menu li.current-cat a {
	background-position: bottom left;
}



ul.menu li ul.children {
	position: absolute;
	display: none;
	z-index: 2;
}
ul.menu li:hover ul.children {
	display: block;
	margin: 0 0 0 -39px;
}
.header ul.menu li:hover ul.children.m2 {
	margin: 0 0 0 -40px;
}
.header ul.menu li ul.children li {
	float: none;
}
.header ul.menu li ul.children li:first-child a {
	border-top: 1px solid #fff;
	padding-top: 10px;
}
.header ul.menu li ul.children li a {
	display: block;
	width: 180px;
	text-shadow: #00254a 0px 1px 1px;
	text-align: left;
	background-image: none;
	background-color: #09549f;
	height: auto;
	font: 12px/12px "Arial";
	padding: 9px 0 9px 20px;
	border-top: 1px solid #003569;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
	transition: background-color 0.3s linear;
}
.header ul.menu li ul.children li a:hover {
	background-color: #074583;
}



/* Wrapper */
.wrapper {
	max-width: 980px;
	margin: 20px auto;
	min-height: 100%;
	padding: 0;
	position: relative;
	left: 43px;
	z-index: 1;
}



/* Sidebar Left */
.sidebar-left {
	width: 263px;
	float: left;
	padding: 10px 8px 10px 0;
	margin-left: -37px;
}

.sidebar-left ul {
	margin: 0;
}

.sidebar-left ul li {
	color: #3f3f3f;
	list-style: none;
	font: normal 14px/20px "Arial";
	margin: 0 0 8px 0;
	background: url('images/arrow.png') no-repeat 0 4px;
	padding-left: 14px;
}

.sidebar-left ul li a {
	color: #3f3f3f;
	font: normal 14px/20px "Arial";
	text-decoration: none;
}
.sidebar-left ul li a:hover {
	color: #383838;
	border-bottom: 1px solid #cbcbcb;
}
.sidebar-left h3, .sidebar-right h3 {
	background: url('images/bull.png') no-repeat 0 5px;
	padding-left: 20px;
	color: #201f1f;
	font: normal 16px/20px "Arial";
	margin: 18px 0 14px 40px;
}
.sidebar-left ul.news_city {
	margin: -5px 0 0 -13px;
}
.sidebar-left ul.news_city li {
	background: none;
	margin: 0 0 6px 0;
	font: 12px/17px "Arial";
}
.sidebar-left ul.news_city li a {
	color: #1f5a94;
	font: 12px/14px "Arial";
	text-decoration: underline;
}
.sidebar-left ul.news_city li a:hover {
	border: none;
	color: #00386f;
}
.sidebar-left ul.news_city span {
	color: #7d7d7d;
	font: 12px/14px "Arial";
}
.sidebar-left a.all-news {
	display: block;
	width: 90px;
	color: #fff;
	font: 12px/12px "Arial";
	text-align: center;
	padding: 3px 0 4px 0;
	background: url('images/all-news-bg.png') repeat-x top left;
	margin: 10px 0 0 41px;
	text-decoration: none;
	text-shadow: #0b4a78 0px 1px 1px;
}
.sidebar-left a.all-news:hover {
	text-decoration: underline;
}
.sidebar-left .hr {
	margin: 15px 0 0 37px;
}

.sidebar-left #vk_groups {
	margin: 15px 0 0 40px;
}


/*  Content */
.content {
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
	width: 450px;
	min-height: 1180px;
	padding-bottom: 40px;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}


.content a.all-news {
	float: right;
	display: block;
	width: 146px;
	color: #fff;
	font: 12px/12px "Arial";
	text-align: center;
	padding: 3px 0 4px 0;
	background: url('images/all-news-bg.png') repeat-x top left;
	margin: 10px 0 0 41px;
	text-decoration: none;
	text-shadow: #0b4a78 0px 1px 1px;
}
.content a.all-news:hover {
	text-decoration: underline;
}


.content #share42 {display: inline-block; padding: 6px 0 0 6px; background: #FFF; border: 1px solid #E9E9E9; border-radius: 4px;}
.content #share42:hover {background: #F6F6F6; border: 1px solid #D4D4D4; box-shadow: 0 0 5px #DDD;}
.content #share42 a {opacity: 0.5}
.content #share42:hover a {opacity: 0.7}
.content #share42 a:hover {opacity: 1}
.content .share42fr {color: #333; margin-bottom:2px;}

.content h1 {
	font: 16px/22px "Arial";
	color: #201f1f;
}
.content h1 span {
	color: #7d7d7d;
}

.content.full {
	min-height: 1140px;
	border-right: 0;
}
.content.full h1 {
	font: 22px/26px "Arial";
	color: #222;
	margin: 10px 0 0 0;
}
.content.full, .content.full .posts {
	width: 692px;
}
.content.full .posts .thumbnail_news {
	overflow: hidden;
	height: 300px;
	margin: 10px 0;
}
.content.full .posts .thumbnail_news img {
	width: 691px !important;
	height: auto !important;
	margin-top: -20px;
}

.content .justify {
	text-align: justify;
	vertical-align: top;
}
.content .post.justify .title {
	text-align: left;
}
.content .posts {
	margin: 10px 0 0 0;
	width: 433px;
}
.content .posts .post {
	margin: 14px 0 0 0;
	font: 12px/18px "Arial";
}
.content .posts .post img {
	max-width: 691px !important;
	height: auto !important;
	margin: 0 0 -3px 0;
}
.content .posts .post .gallery-icon img {width: 93px !important; height: 93px !important;}
.content .posts .post p {
	margin: 0 0 4px 0;
}
.content .posts .post blockquote {
	clear: both;
	display: block;
	border-left: 5px solid #ddd;
	margin: 4px 0 15px 0;
	padding: 4px 0 0 15px;
	color: inherit;
	text-align: left;
}

.content .posts .reads {
	margin: 5px 0 10px 0;
	float: right;
}
.content .posts .reads a {
	text-decoration: none;
}

.content .nav-pages {
	top: 20px;
	position: relative;
}
.content p {
	vertical-align: top;
}
.content.full img.alignleft {
	margin-right: 15px;
	float: left;
}

.content.full .post_date {
	display: inline-block;
	background-color: rgb(124, 40, 30);
	color: #fff;
	font: italic 12px/16px "Arial";
	padding: 0 5px;
}
.content.full .post_views {
	display: inline-block;
	margin-left: 8px;
	font: italic 12px/16px "Arial";
	color: #444;
}

/*---Рейтинг---*/
.post_rating {
	float: right;
}
.unit-rating {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 85px;
    height: 17px;
    position: relative;
    background: url("images/rating.png") repeat-x;
}
.post_vote_num {
	float: right;
	position: relative;
	margin: 2px 0 0 8px;
	font: italic 12px "Arial";
	color: #444;
}
.unit-rating li {
    text-indent: -90000px;
    padding: 0;
    margin: 0;
    float: left;
}

.unit-rating li a {
    display: block;
    width: 17px;
    height: 17px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 17;
    position: absolute;
    padding: 0;
}

.unit-rating li a:hover {
    background: url("images/rating.png") 0 -17px;
    z-index: 2;
    left: 0;
}

.unit-rating a.r1-unit {
    left: 0;
}

.unit-rating a.r1-unit:hover {
    width:17px;
}

.unit-rating a.r2-unit {
    left: 17px;
}

.unit-rating a.r2-unit:hover {
    width: 34px;
}

.unit-rating a.r3-unit {
    left: 34px;
}

.unit-rating a.r3-unit:hover {
    width: 51px;
}

.unit-rating a.r4-unit {
    left: 51px;
}

.unit-rating a.r4-unit:hover {
    width: 68px;
}

.unit-rating a.r5-unit {
    left: 68px;
}

.unit-rating a.r5-unit:hover {
    width: 85px;
}

.unit-rating li.current-rating {
    background: url("images/rating.png") 0 -34px;
    position: absolute;
    height: 17px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}




.content .posts .post ul {
	margin: -14px 0 0 -30px;
}
.content .posts .post ul li {
	list-style: inside square;
	line-height: 22px;
}
.content .posts .post .title.h2 {
	margin-bottom: 10px;
	clear: both;
}
.content .posts .post .title.h2 a {
	font: 16px/18px "Arial";
	color: #333;
}
.content .posts .post .title {
	margin-bottom: 12px;
}
.content .posts .post .title a {
	font: 18px/24px "Arial";
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
.content .posts .post .title a:hover {
	text-decoration: none;
	padding-bottom: 0px;
	color: #0f467c;
	border-bottom: 1px solid #0f467c;
}
.content .posts .post .title.main a {
	font: 14px/18px "Arial";
	color: #0f467c;
	text-decoration: none;
	border-bottom: 1px solid #114c87;
}
.content .posts .post .title.main a:hover {
	color: #09325b;
	border-bottom: 1px solid #09325b;
}

.content .posts .post .title span {
	color: #6d6d6d;
	font: 14px/16px "Arial";
}
.content.inter_proj {
	margin-left: 2px;
}
.content .inter_proj .p1 {
	position: relative;
	top: -25px;
	margin-right: 115px;
}
.content .inter_proj .p2 {
	position: relative;
	top: -5px;
	left: 2px;
}
.content .inter_proj .p3 {
	position: relative;
	top: -20px;
	margin-right: 50px;
}
.content .inter_proj .p4 {
	position: relative;
	top: -10px;
}
.content .inter_proj h1 {
	margin-top: 30px;
}


.content .fields {
	margin-top: 60px;
	text-align: left;
}

.content .fields div {
	margin-top: -6px;
	clear: both;
}
.content .fields div span {
	display: inline-block;
	width: 96px;
	vertical-align: middle;
	color: #222;
}
.content .fields div span.t1 {
	vertical-align: top;
	padding-top: 10px;
}
.content .fields div span b {
	color: red;
}


.content .fields .inp {
	width: 240px;
	height: 22px;
	background: url('images/input-bg.png') repeat-x left top;
	border: 1px solid #c2c2c2;
	font: 12px/12px "Arial";
	color: #606060;
	padding-left: 10px;
	margin: 0 0 16px 0;
}
.content .fields .inp:focus {
	color: #333;
	border: 1px solid #b4b4b4;
}
.content .fields textarea {
	width: 500px;
	min-height: 150px;
	background: url('images/input-bg.png') repeat-x left top;
	border: 1px solid #c2c2c2;
	font: 12px/18px "Arial";
	color: #606060;
	margin: 0 0 16px 0;
	resize: none;
	padding: 8px 10px 10px 12px;
}
.content .fields textarea:focus {
	border: 1px solid #b4b4b4;
	color: #333;
}
.content .fields .submit {
	cursor: pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #337fed;
	display: block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	padding:4px 15px 5px 15px;
	text-decoration:none;
	text-shadow: 0 1px 0 #004e9c;
	margin: -20px 0 0 100px;
}
.content .fields .submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
}

.content #message-done {
	display: none;
	background: #daf8d0;
	width: 652px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #1b4e0b;
	font: 14px/21px "Arial";
	padding: 12px 12px 12px 24px;
	margin: 40px 0 40px 0;
}




/* Sidebar Right */
.sidebar-right {
	float: left;
	width: 253px;
	padding: 0 0 10px 0;
	text-align: left;
}
.sidebar-right h3 {
	margin: 9px 0 0 18px;
}
.sidebar-right ul.news_pol {
	margin: -5px 0 0 -22px;
	padding-top: 12px;
}
.sidebar-right ul.news_pol li {
	background: none;
	margin: 8px 0 6px 0;
	font: 12px/15px "Arial";
	list-style: none;
}
.sidebar-right ul.news_pol li img {
	float: left;
	margin: 0 6px 8px 0;
}
.sidebar-right ul.news_pol li a {
	color: #1f5a94;
	font: 12px/15px "Arial";
	text-decoration: underline;
}
.sidebar-right ul.news_pol li a:hover {
	border: none;
	color: #00386f;
}
.sidebar-right ul.news_pol span {
	color: #7d7d7d;
	font: 12px/14px "Arial";
}
.sidebar-right a.all-news {
	display: block;
	width: 90px;
	color: #fff;
	font: 12px/12px "Arial";
	text-align: center;
	padding: 3px 0 4px 0;
	background: url('images/all-news-bg.png') repeat-x top left;
	margin: 8px 0 0 18px;
	text-decoration: none;
	text-shadow: #0b4a78 0px 1px 1px;
}
.sidebar-right a.all-news:hover {
	text-decoration: underline;
}
.sidebar-right .hr {
	clear: both;
	margin: 0 0 0 -4px;
}
.sidebar-right .pad {
	margin-top: 30px;
}



.sidebar-right ul.assistants {
	margin: -5px 0 10px -22px;
	padding-top: 10px;
}
.sidebar-right ul.assistants .rate {
	color: #444;
}
.sidebar-right ul.assistants li {
	background: none;
	margin: 6px 0 6px 0;
	font: 12px/15px "Arial";
	list-style: inside decimal;
	color: #6d6d6d;
}
.sidebar-right ul.assistants li img {
	float: left;
	margin: 0 6px 8px 0;
}
.sidebar-right ul.assistants li a {
	color: #1f5a94;
	font: 12px/15px "Arial";
	text-decoration: underline;
	margin-left: 4px;
}
.sidebar-right ul.assistants li a {
	text-decoration: underline;
}
.sidebar-right ul.assistants li a:hover {
	text-decoration: none;
}
.sidebar-right ul.assistants li a:hover {
	border: none;
	color: #00386f;
}
.sidebar-right .hr.h3 {
	margin-left: 14px;
}
.sidebar-right #vk_groups_2 {
	margin: 15px 0 0 11px;
}
.sidebar-right .all-news.n2 {
	width: 112px;
	margin-bottom: 14px;
}




/* Footer */
.footer {
	position: relative;
	left: 43px;
	z-index: 1;
	width: 1019px;
	height: 241px;
	margin: 0 auto;
	background: url( 'images/footer.png?v2' ) no-repeat top center;
}
.footer .txt {
	color: #3b3b3b;
	font: 12px/18px "Arial";
	margin: 0 0 0 170px;
	padding-top: 14px;
}
.footer .block {
	color: #111;
	font: 12px/19px "Arial";
	margin: 0 0 0 178px;
	padding-top: 68px;
	width: 228px;
	float: left;
}
.footer .block.b2 {
	margin: 0 0 0 67px;
}
.footer .block.b3 {
	width: 208px;
	margin: 0 0 0 88px;
	padding-top: 78px;
}
.footer .block.b3 a img {
	border: 0;
	text-decoration: none;
	margin-right: 5px;
}
.footer_btn {
	margin: 60px 0 20px 0;
	height: 110px;
	float: left;
}
.footer_btn .text p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}
.lookin_stuido {
	clear: both;
	color: #888;
	position: relative;
	top: 20px;
}
.lookin_stuido a {
	background: url(images/lookin_studio.png) no-repeat left top;
	width: 91px;
	height: 24px;
	display: inline-block;
	position: relative;
	left: 8px;
	top: 6px;
}
.lookin_stuido a:hover {
	background: url(images/lookin_studio.png) no-repeat left bottom;
	width: 91px;
	height: 24px;
}
.footer_btn .links {
	float: left;
}

.footer_links {
	margin: 60px 10px 20px 0;
	float: right;
}
.footer_links a {
	margin-right: 30px;
}
.footer_links .f1 {
	position: relative;
	top: 10px;
}



.gallery2 {
	width: 980px;
	margin: 50px auto;
	position: relative;
	left: 0px;
	clear: both;
	background: #bdcbe1 url('images/arrows.png') no-repeat left top;
	height: 111px;
	padding-left: 46px;
	position: relative;
	left: -10px;
}
.gallery2 ul {
	float: left;
}
.gallery2 .right-arr {
	float: left;
	width: 40px;
	height: 111px;
	position: relative;
	top: -111px;
	left: 980px;
	background: #b5c4dc url('images/arrows.png') no-repeat left bottom;
}
.gallery2 ul li {
	list-style: none;
	margin-top: 10px;
	float: left;
}
.gallery2 ul li a {
	margin: 0 8px 0 0;
}
.gallery2 ul li img {
	width: 90px;
	height: 90px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.gallery {margin: -8px 0 10px 0;}
.gallery-icon {float: left; margin: 0 5px -9px 0;}

table, table tr td  {border-collapse:collapse; border: 1px solid #c1c1c1;}
table tr td  {padding: 10px; text-align: left;}

.content.full.biography .posts {
	margin-top: -10px;
}
.content.full.biography strong.t {
	display: block;
	margin-bottom: -8px;
}
.content.full.biography .post table {
	margin: 20px 0 0 0;
	border: 1px solid #cdcdcd;
	clear: both;
}
.content.full.biography .post table tr td:first-child {
	width: 180px;
}
.content.full.biography .post table tr td:last-child {
	width: 472px;
}
.content.full.biography .post table tr td {
	border: 1px solid #cdcdcd;
	text-shadow: #fff 0px 1px 1px;
	vertical-align: middle;
}
.content.full.biography .post table tr:nth-child(2n+2) {
	background: #f9f9f9;
}


.li-count {
	position: relative;
	float: right;
	margin: -10px 5px 0 0;
}
.li-count a {
	opacity: 0.3;
}
.li-count a:hover {
	opacity: 0.8;
}



.person-gallery {
  float: right;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 350px;
  height: 400px;
  border: 1px solid #fff;
  background: #777;
  margin-left: 20px;
  margin-bottom: 60px;
  margin-top: -210px; }
  .person-gallery .person-gallery-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 400px;
    display: none; }
    .person-gallery .person-gallery-images img.selected {
      display: block; }
  .person-gallery .person-gallery-controls {
    position: absolute;
    height: 12px;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    z-index: 2; }
    .person-gallery .person-gallery-controls input {
      display: block;
      width: 12px;
      height: 12px;
      float: left;
      margin: 0 3px;
      background: url(./images/nav-dots.png) 0 0 no-repeat; }
      .person-gallery .person-gallery-controls input,
      .person-gallery .person-gallery-controls input:focus,
      .person-gallery .person-gallery-controls input:hover,
      .person-gallery .person-gallery-controls input:active {
        border: none;
        outline: none; }
      .person-gallery .person-gallery-controls input:hover {
        background: url(./images/nav-dots.png) 0 -24px no-repeat; }
      .person-gallery .person-gallery-controls input.selected {
        background: url(./images/nav-dots.png) 0 -12px no-repeat; }



h1 span.title-fio
{
	font-size: 45px;
	color: #555;
	font-weight: 300;
	line-height: 1.2;
	width: 320px;
	display: block;
	text-align: right;
	margin-top: 20px;
}

.clearfix
{
	clear: both;
	display: table;
}

.person-desc
{
	font-size: 16px;
	line-height: 1.2;
	text-align: right;
	color: #555;
	margin-top: 30px;
}



.outer-news
{
	margin-top: 30px!important;
	margin-bottom: 50px !important;
	padding: 20px !important;
	border: 1px solid #eee !important;
	width: auto  !important;
	position: relative !important;
}

.outer-news-title
{
	position: absolute;
	top: -20px;
	right: 10px;
	font-weight: 400;
	display: inline-block;
	padding: 10px;
	background: #fff;
	margin: 0;
}
.outer-news-title span,
.outer-news-title a
{
	display: inline-block;
	vertical-align: middle;
}
.outer-news-title a
{
	font-size: 10px;
}

.outer-news .post_date,
.outer-news .title.main
{
	margin-bottom: 6px;
}

.outer-news .hr
{
	margin: 20px 0;
}

.outer-news .post .reads
{
	margin: 0;
	margin-top: 10px;
}

.outer-news .post .text
{
	max-height: 35px;
	overflow: hidden;
}

.post iframe
{
	max-width: 100%;
}


.content .posts .post img.img-left,
.content.full .posts .post p img.alignleft
{
	float: left !important;
	max-width: 300px !important;
	margin: 0 !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;
}


.galleryBlock
{
	margin-bottom: 40px;
}

.galleryBig
{
	width: 100%;
	height: 461px;
	position: relative;
	background: #666;
}

.post .galleryBlock .galleryBig .galleryBigImage
{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.galleryList
{
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 109px;
}

.galleryListWrapper
{
	position: absolute;
	top: 0;
	left: 0;
}

.galleryPrev
{
	left: 0;
	background: url('images/galleryPrevIcon.png') center center no-repeat;
}

.galleryNext
{
	right: 0;
	background: url('images/galleryNextIcon.png') center center no-repeat;
}

.galleryControl
{
	position: absolute;
	top: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	width: 30px;
	height: 30px;
	margin: auto;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

.galleryControl:hover
{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.galleryControl.disabled
{
	display: none;
}

.galleryControl.clicked
{
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.galleryItem
{
	display: inline-block;
	vertical-align: middle;
	width: 164px;
	height: 109px;
	position: relative;
	margin-right: 12px;
}

.post .galleryList .galleryItem .galleryListImage
{
	max-width: 100% !important;
	max-height: 100%;
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	display: block;
}

.post .galleryList .galleryItem .galleryListImage.current,
.post .galleryList .galleryItem .galleryListImage:hover
{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.quoteBlock
{
	margin: 20px 40px;
}

.quoteBlock:after
{
	clear: both;
	content: '';
	display: table;
}

.content .posts .post img.quoteBlock-image
{
	float: left;
	margin: 0 !important;
	margin-bottom: 10px !important;
	margin-right: 20px !important;
	max-width: 150px !important;
}
.quoteBlock-title
{
	margin-bottom: 20px;
	display: block;
	/*font-size: 10px;*/
}


/* 14 05 2015*/

@import url(http://fonts.googleapis.com/css?family=Fira+Sans:400,400italic&subset=latin,cyrillic);

.header-in
{
	position: relative;
}

.header-quote
{
	width: 370px;
	margin: 10px auto 0;
	position: absolute;
	left: 92px;
	right: 0;
	top: 135px;
	z-index: 1;
	font-size: 10px;
}

.header-quote-text
{
	margin-bottom: 5px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
}

.header-quote-text p
{
	padding: 0;
	margin: 0;
}

.header-quote-author
{
	text-align: right;
	text-transform: uppercase;
}

.header-quote-text:before, .header-quote-text:after {
	font-size: 12px;
	line-height: 10px;
	color: rgb(0, 0, 0);
	font-style: normal;
	font-weight: 600;
	margin: 0px 2px;
}

.header-quote-text p:before {
	content: "\00ab";
}

.header-quote-text p:after {
	content: "\00bb";
}

.day-news h3
{
	margin-top: 0;
}

.day-news .day-news-list
{
	margin: -5px 0 0 -13px;
	list-style: none;
}

.day-news .day-news-list li
{
	background: none;
	margin: 8px 0 6px 0;
	font: 12px/15px "Arial";
	list-style: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	padding: 14px 13px 10px;
}

.day-news .day-news-list li:after
{
	clear: both;
	display: table;
	content: '';
}

.day-news .day-news-list li img
{
	float: left;
	margin: 0 6px 8px 0;
}

.day-news .day-news-list li span
{
	color: #7d7d7d;
	font: 12px/14px "Arial";
}

.day-news .day-news-list li a
{
	color: #1f5a94;
	font: 12px/15px "Arial";
	text-decoration: underline;
}

.day-news + .hr
{
	margin-bottom: 15px;
	margin-top: 15px;
}

.day-photo
{
	list-style: none;
	margin: -5px 0 0 -22px;
	padding-top: 12px;
}

.day-photo img
{
	max-width: 100%;
	margin: 0;
	padding: 0;
	height: auto;
}

.day-photo .wp-caption
{
	width: auto !important;
}
.button {
	background: #0b60aa;
	padding: 7px 15px;
	text-align: center;
	margin: 12px auto;
	border-radius:4px;
	width: 220px;
}

.button a, .button a:hover {
	color: #FFF;
	text-decoration: none;
}

.button:hover {
	background: #095190;
}

.button_wrap {
	margin: 7px auto;
}
/* end */