/*
Theme Name: batyaVD
Author: Sam Gold
Description: The 2014 simplest theme for WordPress.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black
Text Domain: simplest-site

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

*{ font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}

img {
	object-fit: cover;
}

body {
	background: linear-gradient(to bottom, #E4E4E4, #FFF 5rem);
	width: 100%;
	text-align: center;
}
a {
	font-style:oblique;
	color:#666666;
}
a:hover {
	text-decoration:none;
}
.clear::after{
	display: table;
	content: "";
	clear: both;
}
div.conteiner{
	width: 986px;
	font-size: 12px;
	margin: 0 auto;
	text-align: left;
}


div.header{
	background:url(images/header.jpg) no-repeat  right 18px;
	width: 100%;
	height:138px;
	margin:0 0 8px 0;
	position: relative;
}

div.logo{
	padding:0 0 0 0;
	/*float: left;*/
	position:absolute;
	bottom:0;
	left: 0;
}


div.menu_top {
	background:#fff343;
	font-weight:bold;
	height: 18px;
	padding: 0 0 0 0;
	margin-left: 248px;
	float: left; 
}
ul {
	list-style-type: none;
}
.menu_top li {
	margin: 2px 0 0 0;
	height:16px;
	border-left:1px solid #555;
	float: left; 
}  
.menu_top li:first-child, .first-child {
border: none;
}
.menu_top li a { 
	background:#fff343;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	display: block;
	padding: 0 20px 0 20px;
	text-transform:uppercase;
	float: left; 
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-style:normal;
}
.menu_top li a:hover {
	padding-top: 10px;
	padding-bottom: 5px;
}


.text.text-new p {
	margin: 15px 0;
}


div.seti {
	position: absolute;
	top:0;
	right:0;
}
.seti a,.seti a:before {
	display:block;
	width:25px;
	height:26px;
	margin:0 0 0 3px;
	float:left;
	position:relative;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.seti a:hover {
	margin:5px 0 0 3px;
}

.v {
	background:url(images/seti.png) ;
}
.f {
	background:url(images/seti.png) -28px 0 ;
}
.l {
	background:url(images/seti.png) -56px 0 ;
}
.t {
	background:url(images/seti.png) -84px 0 ;
}
.i {
	background: url(images/seti.png) -111px 0;
}

.seti a:before {
	content:"";
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	margin:0;
	opacity:0;
}
.seti a:hover:before {
	opacity:1;
}
.v:before {
	background:url(images/seti.png) 0 -26px;
}
.f:before {
	background:url(images/seti.png) -28px -26px;
}
.l:before {
	background:url(images/seti.png) -56px -26px;
}
.t:before {
	background:url(images/seti.png) -84px -26px;
}
.i:before {
	background:url(images/seti.png) -111px -26px;
}


@media screen and (min-width: 768px) {
	.menu-cat_menu-container .menu {
		display: flex;
		justify-content: space-between;
	}
}


div#cssmenu {
	position: absolute;
	bottom:0;
	right:-3px;
	text-transform:uppercase;
	z-index: 999;
	width: 740px;
}

div#cssmenu li {
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 20px;
}

div#cssmenu ul ul {
	background:url(images/over.png);
	min-width:170px;
	list-style: none;
	display: none;
	position: absolute;
	top: 20px;
	right:0;
}

div#cssmenu ul  ul:after {
	clear: both;
	display: block;
	font: 1px/0 serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

div#cssmenu ul  ul li {
	float: left;
	width:100%;
	height:auto;
	display: block !important;
	display: inline;
}

/* Main Menu */
div#cssmenu a {
   background:url(images/menu1.png) no-repeat right 8px;
	float: none !important;
	float: left;
	display: block;
	font-size:12px;
	padding:3px 9px 0 8px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	font-style:normal;
}

/* Main Menu Hover */
div#cssmenu a:hover,
div#cssmenu li:hover a,
div#cssmenu li.iehover a {
	background:url(images/menu2.png) no-repeat right 8px;
	color:#fff343;
}

/* Second Menu */
div#cssmenu li:hover li a,
div#cssmenu li.iehover li a {
	background:none;
	padding:5px 10px 5px 10px;
	color:#fff;
	text-align:right;
	border-top:1px solid #fff;
}

/* Second Menu Hover */
div#cssmenu li:hover li a:hover,
div#cssmenu li:hover li:hover a,
div#cssmenu li.iehover li a:hover,
div#cssmenu li.iehover li.iehover a {
	color:#fff343;
}

div#cssmenu ul  ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

div#cssmenu ul  li:hover  ul ul,
div#cssmenu ul li.iehover ul ul {
	display: none;
}

div#cssmenu ul  li:hover ul,
div#cssmenu ul  ul li:hover ul,
div#cssmenu ul  li.iehover ul,
div#cssmenu ul  ul li.iehover ul {
	display: block;
}

div#cssmenu .menu-toggle{
	display: none;
	line-height: 15px;
}


div.left {
	width:800px;
	margin:0 0 20px 0;
	float:left;
}


/* CSS Document */
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:800px;
	height:296px;
	font-weight:bold;	
	margin:0 0 17px 0;
	float:left;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:540px;
	z-index:3px;
	overflow:hidden;
}


/*******************************************************/

/* main flash */
ul.lof-main-wapper{
	background:transparent url(images/load-indicator.gif) no-repeat scroll 50% 50%;
	width:540px;
	height:296px;
	position:absolute;
}

ul.lof-main-wapper li{
	width:540px;
	height:296px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

.active-slide{
	display: list-item;
}

.lof-main-wapper a{
	height: 20px;
}
.lof-opacity  li{
	position:absolute;
	top:0;
	left:0;
	float:inherit;
}
ul.lof-main-wapper li img{	
	width:538px;
	min-height:296px;
	position: absolute;
	top:0;
	left:0;
}

div.slider_title {
	background:#fff343;
	font-weight:bold;
	text-transform:uppercase;
	max-width:300px;
	width:expression(document.body.clientWidth > 300 ? "300px": "auto" );
	line-height:19px;
	margin:173px 0 0 11px;
	padding:0 11px 0 11px;
	color:#000;
	position: relative;
	z-index: 3;
	float:left;
}
.slider_title  a{
	text-decoration: none;
	font-style:normal;
	color:#3d333b;
}
div.slider_autor {
	background:#fff;
	width:auto;
	height:18px;
	line-height:19px;
	margin:173px 0 0 0;
	padding:0 11px 0 11px;
	font-style:oblique;
	position: relative;
	z-index: 3;
	font-style:oblique;
	float:left;
}
.slider_autor a {
	color:#3d333b;
}
.slider_autor a:hover {
	text-decoration:none;
}

div.slider_text {
	background:url(images/over_w.png);
	width:500px;
	margin:-9px 0 0 0;
	padding:15px 20px 20px 20px;
	position: relative;
	z-index: 2;
	color:#3d333b;
	float:left;
}
.slider_text h3{
	font-size:18px;
	margin:0 0 5px 0;
	color:#3d333b;
	font-family: georgia;
}


/* item navigator */
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0;
	z-index:100;
	height:296px;
	width:260px;
	overflow:hidden;
}
ul.lof-navigator{
	top:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	overflow:hidden;
	width: 260px;
	height: 74px;
}

.lof-navigator li.active{
	background:#eceaea; 
}
.lof-navigator li:hover{
	
}


div.nav_img {
	width:105px;
	height:58px;
	margin:8px 10px 8px 9px;
	overflow:hidden;
	float:left;
}
.nav_img img {
	width:105px;
	min-height:58px;
}
div.nav_title {
	width:120px;
	padding:10px 0 3px 0;
	color:#3d333b;
	float:left;
}
div.nav_autor {
	width:130px;
	color:#666666;
	text-decoration:underline;
	font-style:oblique;
	float:left;
}






div.frash_news {
	width:800px;
	border-top:4px solid #000;
	padding:10px 0 0 0;
	float:right;
}

div.frash_block {
	background:url(images/border.gif) no-repeat left bottom;
	width:500px;
	
	margin:0 0 15px 10px;
	padding:0 0 15px 0;
	float:left;
}
div.frash_tite {
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.frash_tite h3{
	font-weight:lighter;
	font-size:21px;
	font-family: georgia;
}
.frash_tite a{
	font-style:normal;
	color:#000;
}
div.frash_img {
	width:500px;
	height: 250px;
	overflow: hidden;
	margin:0 0 10px 0;
	float:left;
}
.frash_img img {
	width:508px;
	height: auto;
	float:left;
}
div.frash_cat {
	background:#fff343;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:1px 5px 0 5px;
	float:left;
}
.frash_cat a{
	text-decoration:none;
	font-style:normal;
	color:#201600;
}
div.frash_autor {
	margin:0 0 10px 0;
	padding:1px 5px 0 5px;
	font-style:oblique;
	float:left;
}
div.frash_text, .frash_dalee {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}

.frash_dalee a {
	color:#666666;
}





div.old_news {
	width:277px;
	height: 483px;
	border-top:4px solid #000;
	padding:10px 0 0 0;
	float:left;
}

div.old_block {
	background:url(images/border.gif) no-repeat left bottom;
	width:277px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	float:left;
	clear: left;
}
div.old_tite {
	width:100%;
	padding:0 0 10px 0;
	float:left;
}
.old_tite h3{
	font-size:16px;
	line-height:17px;
	font-family: georgia;
}
.old_tite a{
	font-style:normal;
	color:#000;
}
div.old_img {
	width:277px;
	margin:0 0 10px 0;
	float:left;
}
.old_img img {
	width:277px;
	height: auto;
	float:left;
}
div.old_cat {
	background:#fff343;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:1px 5px 0 5px;
	float:left;
}
.old_cat a{
	text-decoration:none;
	font-style:normal;
	color:#201600;
}
div.old_autor {
	margin:0 0 10px 0;
	padding:1px 5px 0 0;
	font-style:oblique;
	float:left;
}
.cat_block h3 a{
	font-style:normal;
	color:#000;
	font-family: georgia;
}
div.old_text, .old_dalee {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}


.old_dalee a {
	color:#666666;
}

#true_loadmore {
	width: 100%;
	margin: 0 0 20px 0;
	display: block;
	text-align: center;
	font-size: 18px;
	cursor:pointer;
	float: left;
	clear: left;
}



.photo_on_main {
width:800px;
position:relative;
padding:10px 0 20px 0;
border-top:4px solid #000;
float:left;
}

.photo_on_main p{
	margin: 0 0 10px;
}

.jar_title{
background:#fff343;
font-weight:bold;
padding:3px 5px 2px 5px;
}

.photo_on_main .photoslider {
width:800px;
margin:0 auto;
}
.photo_on_main .photoslider ul {padding:0; margin:0; list-style:none;}
.photo_on_main .photoslider ul li {
padding:0 0 0 0;
display:block;
float:left;
overflow:hidden;
width: 190px;
height: 167px;
margin: 5px;
}
.photo_on_main .photoslider ul li table {width:100%;}
.photo_on_main .photoslider ul li table td {
padding:0;
margin:0;
vertical-align:middle;
width:180px;
padding:0 5px 0 5px;
}
.photo_on_main .photoslider ul li span {
display:block;
width:180px;
height:100px;
margin:0 0 7px 0;
}
.photo_on_main .photoslider ul li img {
display:block;
width:180px;
}
.photo_on_main .photoslider ul li a {
text-decoration:none;
}
.photo_on_main a.prev {
background:url(images/l.png) top left no-repeat;
height:35px;
width:18px;
display:block;
position:absolute;
z-index:99;
top:72px;
left:0;
text-decoration:none;
}
.photo_on_main a.next {
background:url(images/r.png) top left no-repeat;
height:35px;
width:18px;
display:block;
position:absolute;
z-index:99;
top:72px;
left:783px;
text-decoration:none;
}




div.cat_cont {
	width:800px;
	border-top:4px solid #000;
	margin:0 0 0 0;
	padding:20px 0 0 0;
	float:left;
}

div.cat_block {
	width:380px;
	height:210px;
	padding:0 20px 20px 0;
	float:left;
}
.cat_block h3{
	width:100%;
	height:30px;
	padding:0 20px 0 0;
	font-size:13px;
	line-height:13px;
	float:left;
	font-family: georgia;
}

div.cat_img{
	width:180px;
	height:100px;
	margin:0 10px 10px 0;
	float:left;
	clear:left;
}
.cat_img img{
	width:180px;
	min-height:100px;
}
div.cat_text {
	/* width:180px; */
	line-height:14px;
	margin: 55px 0 0 0;
	/* float:left; */
}
.cat_text p {
	/* height:100px;
	overflow:hidden; */
}





div.right {
	width:157px;
	float:right;
}
div.search {
	width:100%;
	margin:7px 0 17px 0;
	float:left;
}
input.search_form{
	width: 156px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*margin: 0 0 0 2px;*/
	padding:5px 30px 4px 10px;
	font-weight:bold;
	border:1px solid #a2a3a3;
	float: left; 
}
input.submit{
	background:url(images/se.gif) no-repeat;
	width: 20px;
	height: 20px;
	margin: 8px 0 0 -24px;
	cursor:pointer;
	float: left; 
}
input, textarea {outline:none;} 
input:active, textarea:active {outline:none;}
:focus {outline:none;}


div.banners {
	width:100%;
	text-align:center;
	float:left;
}
.banners img{
	margin:0 0 23px 0;
}
div.subscribe input {border: 1px solid #000;}
div.subscribe submit {border: 1px solid #000;}
div.seti2 , div.subscribe{
	position:relative;
	width:135px;
	padding:10px 0 0 22px;
	margin:0 0 20px 0;
	border-top:4px solid #000;
	float:left;
}
.seti2 p {
	margin:0 0 10px -22px;
	width:157px;
	text-align:center;
	float:left;
}
.seti2 a:hover,
.seti3 a:hover
 {
	margin:-5px 0 0 3px;
}


div.gazeta {
	width:157px;
	padding:20px 0 20px 0;
	border-top:4px solid #000;
	float:left;
}
.gazeta p {
	width:100%;
	font-weight:bold;
	margin:0 0 10px 0;
	float:left;
}
.gazeta li {
	margin:0 0 10px 0;
}
.gazeta a {
	color:#666666;
	font-style:oblique;
}




div.banners_soc {
	width:100%;
	text-align:center;
	border-top:4px solid #000;
	padding:20px 0 20px 0;
	float:left;
}
.banners_soc img{
	margin:0 0 23px 0;
}



/**********1111************/

div.category {
	width:100%;
	padding:20px 0 0 0;
	border-top:4px solid #000;
	float:left;
}
div.category_title {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}
.category_title h1,.category_title span{
	background:#fff343;
	font-weight:bold;
	display:block;
	padding:0 5px 0 5px;
	text-transform:uppercase;
	font-size:12px;
	float:left;
}
.category_title h1{
	font-family: georgia;
}
.category_title a{
	font-style:normal;
	color:#000;
}
.category .cat_block {
	border-top:1px solid #c9c9c9;
	padding-top:15px;
}
.category .old_autor {
	width:100%;
	float:left;
}
.category .cat_text {
	/* height:98px;
	overflow:hidden;
	float:left; */ 
}


div.navi {
	width:100%;
	margin:0 0 0 0;
	float:left;
}
.navi li {
	padding: 0 5px 0 5px;
	float: left; 
}  
.navi li a { 
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	display: block;
	text-decoration:underline;
	font-style:oblique;
	float: left; 
}
.navi li a:hover { 
	text-decoration:none;
}



/*****222*****/
div.left_stat {
	width:660px;
	border-top:4px solid #000;
	float:left;
}

div.text {
	background:url(images/text.gif) no-repeat bottom;
	width:100%;
	padding:0 0 50px 0;
	margin:0 0 25px 0;
	float:left;
}
h1 {
	font-size:23px;
	margin:0 0 15px 0;
	font-family: georgia;
}
.left_stat img {
	max-width:660px;
	margin:0 0 15px 0;
}

div.stat_info {
	width:100%;
	border-top:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	margin:0 0 27px 0;
	padding:8px 0 8px 0;
	color:#666666;
	float:left;
}
.stat_info a{
	font-style:oblique;
	color:#666666;
}


.alignleft {
	margin:5px 15px 5px 0 !important;
	float:left;
}
.alignright {
	margin:5px 0 5px 15px !important;
	float:right;
}
.aligncenter  {
	margin:10px auto 10px auto !important;
}


div.seti4 {
	width:100%;
	padding:0 0 30px 0;
	float:left;
}


div.ralated_cont {
	width:612px;
	padding:0 0 35px 48px;
	font-weight:bold;
	float:left;
}
.ralated_cont  p{
	width:100%;
	margin:0 0 10px 0;
	float:left;
}
div.ralated {
	width:180px;
	height:140px;
	margin:0 10px 20px 0;
	position:relative;
	float:left;
}
.ralated  span{
	width:180px;
	height:100px;
	overflow:hidden;
	float:left;
}
.ralated  img{
	width:180px;
	min-height:100px;
}
.ralated  a{
	display:block;
	text-decoration:none;
	padding:110px 0 0 0;
	position: absolute;
}


div.comments {
	width:100%;
	border-top:4px solid #000;
	padding:30px 0 0 0;
	float:left;
}



div.right_stat {
	width:300px;
	border-top:4px solid #000;
	float:right;
}
div.autor_info {
	width:100%;
	margin:0 0 20px 0;
	float:left;
}
div.autor_name {
	width:100%;
	margin:0 0 10px 0;
	font-weight:bold;
	float:left;
}
.autor_name span {
	background:#fff343;
	font-weight:bold;
	padding:0 5px 0 5px;
	text-transform:uppercase;
}
div.autor_img {
	width:135px;
	height:135px;
	margin:0 10px 0 0;
	overflow:hidden;
	float:left;
}
.autor_img img {
	width:135px;
	min-height:135px;
}
div.autor_text {
	width:150px;
	float:left;
}

div.stati_cont {
	width:300px;
	border-top:4px solid #000;
	margin:0 0 20px 0;
	float:right;
}
div.stati_block{
	float:left;
}
div.autor_stati {
	width:100%;
	float:left;
}
.autor_stati li {
	padding: 0 0 7px 0;
	font-size:13px;
}  
.autor_stati li a:hover {
	text-decoration: none;
}


div.stati_title {
	width:100%;
	margin:0 0 9px 0;
	font-weight:bold;
	font-size:13px;
	float:left;
}
.stati_title a {
	font-style:normal;
	color:#000;
}
div.stati_img {
	width:180px;
	min-height:100px;
	margin:0 10px 0 0;
	overflow:hidden;
	float:left;
}
.stati_img img {
	width:180px;
	min-height:100px;
}
div.stati_dalee {
	width:100%;
	margin:0 0 10px 0;
	float:left;
}


/***************************333**************************/

div#comments {
	max-width:660px !important;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	float:left;
}
#comments form {
	background:#f2f2f2;
	width:640px;
	padding:10px !important;
	float:left;
}
#comments input[type="text"] {
	width:315px;
	padding:5px;
	margin:0 0 10px 0;
	border:1px solid #ccc;
}
#comments textarea{
	width:630px;
	padding:5px;
	border:1px solid #ccc;
	resize: none;
}
#comments input[type="submit"] {
	background:#d0d0d0;
	padding:7px;
	font-weight:bold;
	color:#666666;
	cursor:pointer;

	width: auto;
	height: auto;
	margin: 0;
}
.comment {
	background:#f2f2f2;
	padding:0 10px 0 10px;
	margin:0 0 15px 0;
}
.comment img {
	display:none;
}
.comment ol {
	border-top:2px solid #b9b9b9;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}
.comment-meta,.reply {
	text-align:right;
	margin:0 0 10px 0;
}




div.footer {
	background: linear-gradient(to bottom, #E3E3E3, #FFF);
	width:100%;
	margin:20px 0 0 0;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .conteiner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}

.footer .menu-main_menu-container{
	flex-grow: 2;
}

.footer .text-block{
	width: 100%;
}

.footer ul {
	float:left;
}
.footer li {
	border-left:1px solid #000;
	height:14px;
	float: left; 
}  
.footer li:first-child, .first-child {
border: none;
}
.footer li a { 
	text-decoration: none;
	display: block;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0 10px 0 10px;
	font-style:normal;
	color:#201600;
	float: left; 
}
.footer li a:hover {
	text-decoration: underline;
}

div.seti3 {
	position: relative;
}

div.footer p {
	max-width:500px;
}

.footer a{
	color:#666666;
}

div.footer span {
	max-width:500px;
	text-align:right;
	color:#666666;
}

div.footer span.metrika-counter-wrap{
	width: auto;
}

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 15px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-content,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}


.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
	font-family: georgia;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
#menu-cat_menu li {background: #000;}



.hh_social_buttons {
	padding: 0 !important;
}

.hh_social_buttons li {
	list-style: none;
	float: left;
	margin-right: 2px;
}

.hh_social_buttons li:last-child {
	margin-right: 0;
}
ul.lof-main-wapper li {
	position:relative;	
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
#___plusone_0{
	float:left;
	width: 80px;
}

li#vk_like {
	clear: right !important;
	width: 80px !important;
}

/*** neatek.pw ***/
.donate_box {
	margin-top: 3px;
	margin-bottom: 20px;
	/* background: #f1f1f1; */
	border:1px #a2a3a3 solid;
	padding: 6px;
}
.donate_title {
/* 	background-color: #000;
color:#fff343;
text-transform: uppercase;
text-align: center;
padding: 4px; */
	color:#000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
.donate_box input[type="submit"]
{
	background-color: #fff343;
	color:#000;
	padding: 3px;
	/* font-weight: bold; */
	font-size: 12px;
}
.donate_box input[type="submit"]:hover
{
	background-color: #FFF899;
	color:#000;
	cursor: pointer;
}
.donate_box input[type="number"],
.donate_box input[type="text"]
{
	border:1px #a2a3a3 solid;
	width: 40px;
	height: 21px;
}
.donate_box form {
	margin-bottom: 5px;
}
.donate_box .donate_sum {
	width:38px;
	height: 19px;
	border: 1px #a2a3a3 solid;
	/* margin-right: 3px; */
	display: inline-block;
	margin: 0px;
}
.donate_box .donate_but {
	display: inline-block;
	width: 87px;
	text-align: center;
	background-color: #EF5D22;
	padding: 3px;
	font-size: 12px;
	font-style: normal;
	color: #212121;
	text-decoration: none;
	border: 0px;
	border-collapse: collapse;
	margin: 0px;
}
/* .donate_row {
	height: 21px;
	margin-bottom: 5px;
} */
.donate_box_large {
	border: 3px #CCCCCC solid;
	width: 100%;
	display: table;
	/* background-color: #f1f1f1; */
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
}
.donate_lb_title {
	font-size:18px;
	color:#000;
	display: block;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
.donate_row {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding:10px;
}
.donate_td {
	width: 49%;
	text-align: center;
	display: inline-block;
}
.donate_td input[type="number"]
{
	border:1px #a2a3a3 solid;
	font-size: 16px;
	width: 130px;
	height: 25px;
	vertical-align: middle;
	margin-top: -7px;
}
.donate_td input[type="submit"]
{
	border:1px #a2a3a3 solid;
	background-color: #fff343;
	color:#000;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	border-radius: 3px;
	padding: 5px;
}
.donate_td input[type="submit"]:hover
{
	background-color: #FFF899;
	color:#000;
	cursor: pointer;
}
.donatefooter {
	border-top:1px dotted #5c5d5f;
	padding-top:6px;
	padding-bottom: 6px;
	text-align: center;
	padding:10px;
}
.donatefooter img {
	padding-left: 5px;
	padding-right: 5px;
}


.search-toggle, 
.mob__search {
	display: none;
}