html, body {
	background: url(../img/body.png) repeat;
}

@font-face {
    font-family: "PT sans";
    src: url(../fonts/sanse_bold.ttf);
}

@font-face {
    font-family: "Ubuntu";
    src: url(../fonts/ubuntu.ttf);
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("http://fonts.gstatic.com/s/opensans/v10/RjgO7rYTmqiVp7vzi-Q5UT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
}

.container {
    background: #fff;
    overflow: hidden;
}


/*Сайдбар*/
.left-wrap {
	background-image: url(../img/body_side.png);
	background-position: left 0;
	background-color: #eee;
	background-repeat: repeat-y;
	padding-bottom: 1000%;
	margin-bottom: -1000%;
}

.left-inner {
	background: #eee;
}

/*Лого*/
.logo-wrap {
	font-family: "Ubuntu";
	line-height: 30px;
	margin: 0 auto;
	width: 205px;
	padding-top: 35px;
}

.logo {
	font-size: 35px;
}

.logo a {
	color: #668387;
}

.logo a:hover {
	text-decoration: none;
}

.logo span {
	color: #515151;
}

.logo-slogan {
	font-size: 10px;
	color: #8c8c8c;
	text-transform: uppercase;
	letter-spacing: 4.8px;

}

/*Иконки*/
.icons ul {
	padding-left: 52px;
	margin: 35px 0 35px 0;
}

.icons ul li {
	list-style: none;
	display: inline-block;
}

.icons ul li:first-child {
	margin-right: 30px;
}

.icons ul li:last-child {
	margin-left: 30px;
}

.icons img:hover  {
	opacity: .7;
}

/*Поиск*/
.left-menu input[type="text"] {
	width: 155px;
	height: 25px;
	padding: 2px 10px 2px 35px;
	border: none;
	border-radius: 15px;
	background: url('../img/search.png') no-repeat 10px 6px #efefef;
	font-family: 'trebuchet ms';
	font-style: italic;
	font-size: 13px;
	color: #6a6a6a;
	margin: 20px 0 10px 57px;
}

/*Левое меню*/
.left-menu {
	background: #e1e1e1;
	border-top: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
	position: relative;
}

.left-menu ul {
	margin: 10px 0 22px 0;
	padding: 0;
}

.left-menu ul li {
	list-style: none;
}

.left-menu ul li a {
	padding: 9px 0 9px 58px;
	font-family: 'Pt sans';
	font-style: bold;
	font-size: 15px;
	color: #637b7c;
	display: block;
	transition: all .2s;

}

.left-menu ul li a:hover, .current-cat {
	text-decoration: none;
	color: #182021;
	background: url('../img/arrow.png') no-repeat 40px 13px #f5f5f5;
}

/*Collapse*/
.navbar-collapse {
	padding: 0;
}

/*Левая реклама 200x200*/
.left-ads {
	width: 200px;
	height: 200px;
	background: #ddd;
	margin: 30px auto;

	text-align: center;
	color: #A4A4A4;
}

/*Копирайт*/
.copyright {
	font-size: 12px;
	color: #949494;
	padding: 0 0 20px 35px;
}


/*Контент*/
.content-wrap {
	background: #fff;
}

/*Блок 3 колонки*/
.full-module-head {
	margin: 10px 0 12px 0;
	padding: 10px 0 5px;
	border-bottom: 1px solid #d3d3d3;
}


.full-module-head h2 {
	float: left;
	margin: 0;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 16px;
	color: #9d9d9d;
	text-transform: uppercase;
}

/*Табы*/
.nav-tabs {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
	border: 0;
	list-style: none;
}

.nav-tabs li {
	margin: 0;
}

.nav-tabs > li > a:hover {
	border: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #84a2bc;
	text-decoration: none;
	padding: 0px 7px 1px 7px;
	margin-left: 10px;
	border: 0;
	border-radius: 8px;
}

.nav-tabs li a {
	font-family: "ubuntu";
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	background: #bcc4c7;
	border: 0;
	border-radius: 8px;
	padding: 0px 7px 1px 7px;
	margin-left: 10px;
}

.nav-tabs li.active a {
	color: #fff;
	background: #84a2bc;
}

.nav-tabs li a:hover, .nav-tabs li.active a:hover {
	color: #fff;
	background: #84a2bc;
	text-decoration: none;
	padding: 0px 7px 1px 7px;
	margin-left: 10px;
	border: 0;
	border-radius: 8px;
}

/*item*/
.item {
	margin-bottom: 28px;
}

.item img {
	max-width: 100%;
	height: auto;
}

.item-img {
	position: relative;
}

.item-comments {
	width: 24px;
	height: 25px;
	position: absolute;
	right: 11px;
	bottom: 0;
	font-size: 14px;
	font-family: "PT sans";
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: url(../img/comments.png) no-repeat;
}

.item-desc {
	background: #f4f4f4;
	padding: 12px 7px 5px 7px;
}

.item-desc h3 {
	margin: 0 0 12px 0;
	font-family: "PT sans";
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.item-desc h3 a {
	color: #486872;
}

.item-desc p {
	font-size: 12px;
	font-family: "ubuntu";
	color: #898989;
	line-height: 15px;
}

.item-desc-more {
	font-size: 13px;
	font-family: "ubuntu";
	color: #668387;
}

.item-date img, .item-count img {
	margin-right: 5px;
}

.item-date img {
	margin-bottom: 3px;
}

/*Новости, опрос, реклама*/

.news, .opros, .right-ads {
	margin-bottom: 28px;
}

.other-module-head {
	margin: 0 0 12px 0;
	padding: 0 0 5px;
	border-bottom: 1px solid #d3d3d3;
}


.other-module-head h2 {
	float: left;
	margin: 0;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 16px;
	color: #9d9d9d;
	text-transform: uppercase;
}

.other-module-head h2 img {
	margin-left: 7px;
	margin-bottom: 4px;
}

/*Новости inner*/
.news-inner {
	background: #f4f4f4;
	padding: 10px;
}

.news-inner .news-title a {
	font-family: 'Pt sans';
	font-size: 13px;
	font-weight: bold;
	color: #676767;
	float: left;
	max-width: 75%;
	margin-left: 5px;
}

.news-inner .news-date {
	color: #668387;
	font-family: 'ubuntu';
	font-size: 13px;
	font-weight: normal;
	background: #e9e9e9;
	padding: 2px 7px;
	border-radius: 3px;
	float: left;
}

/*опрос inner*/
.opros-inner {
	background: #f4f4f4;
	padding: 8px 12px;
}

.opros-inner h2 {
	color: #668387;
	font-family: 'pt sans';
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 21px 0;
	padding: 0;
}

.opros-inner .check {
	color: #949494;
	font-family: 'ubuntu';
	font-size: 14px;
	margin: 15px 0;
}

.opros-inner .check span {
	color: #fff;
	font-family: 'pt sans';
	font-size: 16px;
	font-weight: bold;
	background: #77999b;
	border-radius: 50%;
	padding: 2px 8px;
	margin-right: 11px;
}

.opros-all {
	font-family: 'ubuntu';
	font-size: 12px;
	color: #cecbcb;
}

/*ads inner*/
.ads-inner {
	background: #f4f4f4;
	padding: 10px;
	text-align: center;
}

.ads-banner {
	max-width: 240px;
	max-height: 322px;
	color: #a4a4a4;
	text-align: center;
}

/*Стрелка вниз*/
.scroll-down {
	text-align: center;
	padding: 0 0 15px 0;
}

.scroll-down img:hover {
	opacity: .7;
}

.more {
	display: none;
}

.show {
	display: block;
}

.no-show {
	display: none;
}

.full-module-head.sec-head {
	margin: 0 0 12px 0;
	padding: 0 0 5px;
}

/*Категория*/

.cat-title {
	float: right;
	margin-right: 20px;
}

.cat-title .item-date {
	margin-right: 24px;
}

.cat-page {
	margin-bottom: 25px;
}

.cat-page h2 {
	max-width: 80%;
}

.cat-page .item {
	margin-bottom: 0;
}


.full-module-head h2 a {
	float: left;
	margin: 0;
	font-family: "trebuchet ms";
	font-weight: bold;
	font-size: 16px;
	color: #9d9d9d;
	text-transform: uppercase;
}

.full-module-head h2 a:hover {
	text-decoration: none;
	color: #7d7d7d;
}

.cat-item-desc {
	font-family: 'ubuntu';
	font-size: 14px;
	color: #898989;
}

.cat-item-desc p {
	margin: 0 0 10px 0;
}

.cat-name {
	font-family: 'pt sans';
	font-weight: bold;
	font-size: 13px;
	color: #88a2a2;
}

.cat-name a {
	color: #6b6b6b;
}

.cat-arrow-img {
	background: #eeeeee;
	text-align: center;
	padding: 69px 0 70px 0;
}

.cat-arrow-img:hover {
	background: #f4f4f4;
}

.cat-pagination {
	text-align: center;
	margin: 40px 0 20px 0;
	font-family: 'ubuntu';
	font-size: 24px;
	color: #999999;
}

.cat-pagination a {
	color: #565757;
}

.cat-pagination a:hover {
	color: #8d8d8d;
	text-decoration: none;
}

.cat-pagination span {
	background: #dfe9eb;
}

.cat-pagination a, .cat-pagination span {
	padding: 3px 7px;
}


/*Статья*/

.article-info .item-count {
	padding: 0 10px;
}

.article-info {
	background: #fff;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.item-comm {
	padding-left: 0 !important;
}

.art-head {
	margin-bottom: 0;
}

.art-head.full-module-head h2 {
	color: #898989;
}

.art-bread a {
	color: #59929F;
}

.art-bread {
	color: #989898;
}

.cat-head-mob.clearfix {
    border: 0 none;
    margin-bottom: 0;
}

.article-desc {
	font-family: 'open sans';
	font-size: 14px;
	color: #333;
}

.article-desc img {
	margin: 0 10px 10px 0 !important;
	float: left;
}

.article-desc p {
	margin: 0 0 20px 0;
}

/*Комменты*/

.comment-reply-title:after {
	background: url(../img/comments_art.png) 40px 10px;
}

#commentform label {
    clear: both;
    display: block;
}

.comment-art a {
	color: #53888C;
}

.art-visible {
	display: inline-block;
}

input, button, select, textarea {
	max-width: 100%;
}

input#submit {
    background: none repeat scroll 0 0 #ebebeb;
    border: 0 none;
    color: #888;
    padding: 5px 10px;
}

/*Banners*/

.main-top-banner {
    margin-top: 10px;
}

.cat-bottom-banner {
	text-align: left;
}

/*Статическая страница*/

.page-inner a {
	color: #51838E;
}

/*Комментарии*/
.comment-body {
	margin: 25px 0;
}

.comments-title {
	color: #737373;
	font-size: 18px;
}

.comment-content {
    border-radius: 3px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
    padding: 25px;
    color: #828282;
    font-family: 'trebuchet ms';
    margin: 10px 0;
}

.comment-content p {
	margin-bottom: 0;
}

.comment-author.vcard {
    color: #636363;
}

.comment-metadata > a {
    color: #9d9d9d;
    font-family: "ubuntu";
    font-size: 13px;
}

.form-allowed-tags {
	display: none;
}

.comment-author img {
	padding: 3px;
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	width: 40px;
	height: 40px;
}

.comment-reply-link {
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    float: right;
    padding: 3px 5px;
}

.comment-reply-title {
    color: #737373;
    font-size: 18px;
    margin-bottom: 5px;
}

.comment-notes {
    color: #8f8d8d;
    font-size: 13px;
}

.comment-form label {
    color: #7d7f80;
    font-family: "ubuntu";
    font-size: 15px;
}

.comment-form input, .comment-form textarea {
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    min-height: 30px;
}

.comment-form textarea {
	height: ;
}

.comm-part {
    float: left;
    margin-right: 30px;
}

.comment-form-comment {
    float: left;
}

input#submit {
    float: right;
}

/*Цитата*/

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 15px 0;
  position: relative;
  
  /*Font*/
  font-size: 14px;
  line-height: 22px;
  color: #555;
  
  /*Borders - (Optional)*/
/*  border-left: 15px solid #c76c0c;
  border-right: 2px solid #c76c0c;*/
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 40px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:15px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  cursor: pointer;
  padding: 0 3px;
  color: #2F7A87;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

/*Поиск*/
h1 {
    color: #7a7a7a;
    font-size: 16px;
}

/*Соц кнопки*/

.yashare-auto-init.b-share_theme_counter {
    margin: 10px 0 0 -3px;
    width: 200px;
}