/* Base Styles
-----------------------------------------------------------------------------*/
body {
  background: white;
}
header .header-inner .logo {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
	width: 228px;
	height: 54px;
	background: url(/templates/Default/img/logo.png) no-repeat 0 50%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}


header .header-inner .top-menu {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  height: 30px;
}

header .header-inner .main-menu {
	float: right;
	width: 600px;
	margin-top: 51px;
}

header .header-inner .main-menu .nav-top {
  font-family: "Arial";
  font-size: 1.2em;
  font-weight: bold;
  line-height: 30px;
}
header .header-inner .main-menu .nav-top li {
  float: left;
}
header .header-inner .main-menu .nav-top li a {
  text-decoration: none;
  color: #2b2a2a;
  padding: 0 15px;
  line-height: 30px;
  float: left;
}
header .header-inner .main-menu .nav-top li a:hover {
  text-decoration: underline;
}
header .header-inner .main-menu .nav-top li.active {
  background: #4170b0;
}
header .header-inner .main-menu .nav-top li.active a {
  color: #ffffff;
}
header .header-inner .main-menu .top-search {
  border: 1px solid #b8b7b7;
  background-color: #e8e8e8;
  float: right;
  margin: 4px 4px 0 0;
}
header .header-inner .main-menu .top-search input {
  border: 0 none;
  background: transparent;
  height: 20px;
  line-height: 20px;
  float: left;
}
header .header-inner .main-menu .top-search input.text {
  padding: 0 5px;
  width: 200px;
}
header .header-inner .main-menu .top-search input.submit {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background: url(/templates/Default/img/top-search-submit.png) no-repeat 0 50%;
  padding: 0 5px;
  width: 20px;
  cursor: pointer;
}

header .header-inner .nav-middle {
	font-family: "Arial Narrow", "Arial";
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4;
	padding-top: 54px;
}

header .header-inner .nav-middle li {
	float: left;
}

header .header-inner .nav-middle li a {
	text-decoration: none;
	color: #2b2a2a;
	padding: 0 10px;
	line-height: 1.4;
	float: left;
}

header .header-inner .nav-middle li a:hover {
	text-decoration: underline;
}

header .header-inner .top-search {
	float: right;
	padding-top: 2px;
	margin-left: 10px;
	margin-top: -20px;
}

header .header-inner .top-search input {
	border: 1px solid #c0c0c0;
	background: transparent;
	height: 26px;
	line-height: 26px;
}

header .header-inner .top-search input.text {
	padding: 0 5px;
	width: 200px;
}

header .header-inner .top-social {
	float: right;
	margin-top: -20px;
}

header .header-inner .top-social a {
	background-image: url(/templates/Default/img/icons.png);
	display: inline-block;
	height: 32px;
	width: 32px;
	margin: 0 3px;
}

header .header-inner .top-social a.top-social-rss {
	background-position: 0px -108px;
}

header .header-inner .top-social a.top-social-fb {
	background-position: -108px -36px;
}

header .header-inner .top-social a.top-social-tw {
	background-position: -72px -108px;
}

header .header-inner .nav-top {
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-family: "Arial Narrow", "Arial";
	font-size: 16px;
	font-weight: bold;
	background-color: #3f6eaf;
}

header .header-inner .nav-top li {
	display: inline-block;
}

header .header-inner .nav-top li a {
	color: #fff;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}

header .header-inner .nav-top li:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

header .header-inner .nav-top li.active {
	background-color: #fff;
}

header .header-inner .nav-top li.active a {
	color: #3f6eaf;
}

.side-right .module-block {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  margin: 0 0 12px 12px;
  padding: 6px 6px 10px 6px;
}
.side-right .module-block h3 {
  font-family: "Arial";
  font-size: 1.150em;
  border-bottom: 1px dashed #c2c2c2;
  color: #040404;
  margin: 0 0 4px 0;
  padding-bottom: 4px;
  text-transform: uppercase;
}

.side-right .banner-block
{
/*	padding: 6px 6px 10px;
	margin: 0 0 12px 7px; */
	width: 100%;
}

.side-right .banner-block > div, .side-right .banner-block > iframe {
	margin: auto; 
}

footer .footer-inner {
  line-height: 28px;
  margin-top: 21px;
  margin: 0 auto;
  text-align: center;
}
footer .footer-inner p {
  color: #040404;
  padding: 0px;
  margin-bottom: 5px;
  font-size: 0.917em;
}
footer .footer-inner .nav-bottom li{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #040404;
  font-size: 0.917em;
}
footer .footer-inner .nav-bottom li a {
  color: #040404;
  text-decoration: none;
}
footer .footer-inner .nav-bottom li a:hover {
  text-decoration: underline;
}
footer .footer-inner .nav-bottom li.active a {
  color: #4170b0;
}
/* News Announce */
.news-announce, .content_padding {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  padding: 12px;
  margin-bottom: 12px;
}
.news-announce h1, .news-announce h2, .content_padding h1, .content_padding h2 {
  padding: 0;
  margin: 0 0 4px 0;
  font-family: "Arial";
  font-size: 19px;
}
.news-announce h1 a, .news-announce h2 a {
  color: #010101;
  text-decoration: none;
}
.news-announce .announce-meta, .news-announce .announce-links {
  border: 1px dashed #c2c2c2;
  border-width: 1px 0 1px;
  padding: 5px 0;
}
.news-announce .announce-meta {
  color: #717171;
  font-size: 0.917em;
  margin-bottom: 12px;
}
.news-announce .announce-meta .announce-vote {
  float: right;
}
.news-announce .announce-meta .announce-vote a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(/templates/Default/img/sprite-32.png) no-repeat 0 0;
  width: 26px;
  height: 18px;
}
.news-announce .announce-meta .announce-vote a.vote-thumb-down {
  background-position: -355px -7px;
}
.news-announce .announce-meta .announce-vote a.vote-thumb-up {
  background-position: -323px -38px;
}
.news-announce .announce-meta .announce-date {
  float: left;
}
.news-announce .announce-meta .announce-date .date {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(/templates/Default/img/sprite-32.png) no-repeat -296px -73px;
  padding-left: 20px;
  height: 18px;
}
.news-announce .announce-links {
  font-size: 0.917em;
}
.news-announce .announce-links a, .news-announce .announce-links span {
  float: left;
  background: url(/templates/Default/img/sprite-32.png) no-repeat 0 0;
  padding-left: 18px;
  margin-right: 10px;
  color: #717171;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-announce .announce-links a.views, .news-announce .announce-links span.views {
  background-position: -264px -104px;
}
.news-announce .announce-links a.comments, .news-announce .announce-links span.comments {
  background-position: -232px -136px;
}
.news-announce .announce-links a.permalink, .news-announce .announce-links span.permalink {
  background-position: -201px -168px;
}
.news-announce .announce-links a:hover {
  color: #4170b0;
}
.news-announce .announce-links .read-more {
  float: right;
  padding: 0;
  margin: 0;
}
.news-announce .announce-tags {
  border-top: 1px dashed #c2c2c2;
  padding: 5px 0;
  background: url(/templates/Default/img/sprite-32.png) no-repeat -9px -354px;
  padding-left: 20px;
}
.news-announce .announce-tags a {
  color: #717171;
  text-decoration: none;
  font-size: 0.917em;
}
.news-announce .announce-text, .news-announce .full-text {
  margin-bottom: 10px;
  line-height: 22px;
}
.news-announce .announce-text img.one, .news-announce .full-text img.one {
  display: block;
  text-align: center;
  margin: 0 auto 12px;
}
.news-announce .announce-text .small-image, .news-announce .full-text .small-image {
  float: left;
  margin-right: 20px;
}
.news-announce .announce-text .small-description, .news-announce .full-text .small-description {
  overflow: hidden;
}
.news-announce .announce-text .small-description .link, .news-announce .full-text .small-description .link {
  font-family: "Arial";
  font-size: 1.250em;
  font-weight: bold;
  color: #010101;
  text-decoration: none;
}
.news-announce .announce-text .small-description .link:hover, .news-announce .full-text .small-description .link:hover {
  text-decoration: underline;
}
.news-announce .announce-text p {
  padding: 0;
}
/* Pagination */
.paginator {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  text-align: center;
  padding: 5px 0;
  font-size: 1.083em;
  font-weight: bold;
  line-height: 24px;
}
.paginator a, .paginator span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  padding: 0 8px;
  color: #2b2a2a;
  text-decoration: none;
  margin: 0 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.paginator span, .paginator a:hover {
  color: #fefefe;
  background-color: #4170b0;
}
.paginator span.prev, .paginator span.next, .paginator span.prev span, .paginator span.next span {
  color: #717171;
  background-color: #fefefe;
}
.submit-button {
  background: #4170b0;
  border: 0 none;
  color: #ffffff;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Arial";
  padding: 0 20px;
}
/* Sidebar Blocks */

.block-auth { /* Authorised user */
}

.block-auth form {
	margin-top: 10px;
}

.block-auth form input {
	vertical-align: top;
}

.block-auth form .text {
	border: 1px solid #c2c2c2;
	background: #e8e8e8;
	color: #040404;
	width: 278px;
	height: 28px;
	line-height: 28px;
	font-size: 0.917em;
	padding: 0 5px;
	margin-bottom: 6px;
}

.block-auth form .password {
	width: 198px;
}

.block-auth form .submit {
	background: #4170b0;
	border: 0 none;
	color: #ffffff;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Arial";
	padding: 0 20px;
}

.block-auth a {
	color: #040404;
	text-decoration: none;
	border-bottom: 1px dotted #040404;
}

.block-auth .social-login-holder {
	line-height: 28px;
	margin-top: 6px;
}

.block-auth .social-login-holder .social-login {
	display: block;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	background-color: transparent;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
	*line-height: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background-image: url(/templates/Default/img/icons.png);
	border: 0 none;
	width: 24px;
	height: 24px;
}

.block-auth .social-login-holder .social-login.social-login-fb {
	background-position: -5px -74px;
}

.block-auth .social-login-holder .social-login.social-login-vk {
	background-position: -5px -2px;
}

.block-auth .user-name {
	color: #4170b0;
	font-size: 1.333em;
	font-weight: bold;
	font-family: "Arial";
	display: block;
	text-decoration: none;
	border: 0 none;
	margin-bottom: 6px;
}

.block-auth .user-avatar {
	float: left;
	margin-right: 15px;
	border: 1px solid #75716e;
	margin-bottom: 6px;
}

.block-auth .user-links {
	overflow: hidden;
	margin-bottom: 6px;
	padding-bottom: 2px;
}

.block-auth .separator {
	height: 1px;
	border-top: 1px dotted #040404;
	margin-bottom: 4px;
}

.block-auth .user-logout {
	background: #4170b0;
	border: 0 none;
	color: #ffffff;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Arial";
	padding: 0 20px;
	float: right;
	text-align: center;
}

.block-poll .question {
	margin: 10px 0 10px;
	font-weight: bold;
}

.block-poll .item-row {
	margin-bottom: 10px;
}

.block-poll .submit {
	background: #4170b0;
	border: 0 none;
	color: #ffffff;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: "Arial";
	padding: 0 20px;
	margin: 0 auto;
	display: block;
	margin-top: 6px;
}

.block-poll .option {
	margin-bottom: 10px;
}

.block-poll .result {
	padding: 0 20px;
	width: 270px;
	margin-bottom: 10px;
}

.block-poll .result .percent-text {
	float: right;
	color: #bdbdbd;
	font-weight: bold;
}

.block-poll .result .percent-bar {
	float: left;
	width: 200px;
	border: 1px solid #c2c2c2;
	background-color: #efefef;
	height: 12px;
}

.block-poll .result .percent-bar .percent-bar-fill {
	background-color: #c2c2c2;
	height: 12px;
}

.block-news .announce-text {
	margin-top: 10px;
}

.block-news .announce-text p {
	padding: 0;
}

.block-news .announce-text img {
	float: left;
	margin-right: 10px;
}

.block-news .announce-text .title {
	overflow: hidden;
}

.block-news .announce-text .title a {
	color: #717171;
	text-decoration: none;
}

.block-news .announce-text .title a:hover {
	color: #4170b0;
}

.block-news .announce-text .title .comments-count {
	color: #c2c2c2;
	font-style: italic;
	font-size: 0.917em;
}

.block-brands a {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 0.917em;
	text-decoration: none;
	color: #717171;
	padding: 3px 5px;
	background-color: #e8e8e8;
	margin: 10px 4px 0 0;
	transition: all 0.2s ease-in-out;
}

.block-brands a:hover {
	background-color: #4170b0;
	color: #ffffff;
}

.block-interest .announce-text {
	margin-top: 10px;
}

.block-interest .announce-text img {
	display: block;
	margin: 0 auto 6px;
	max-width: 100%;
}

.block-interest .announce-text a {
	color: #717171;
	font-size: 0.917em;
	text-decoration: none;
}

.block-comments .item {
	margin-top: 10px;
	color: #717171;
	font-size: 0.917em;
	text-decoration: none;
	display: block;
}

.block-comments .item span {
	color: #2e2e2e;
}

.block-counters .counters {
	margin-top: 10px;
}

.block-counters .counters .counter {
	float: left;
	margin-right: 6px;
}


/* Related News */
.related-news {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  padding: 12px;
  margin-bottom: 12px;
}
.related-news h3 {
  padding: 0;
  margin: 0 0 12px 0;
  font-family: "Arial";
  font-size: 1.333em;
  color: #010101;
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 4px;
}
.related-news a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #010101;
  text-decoration: none;
  border-bottom: 1px dotted #010101;
  margin-bottom: 6px;
}
/* News Likes & Votes */
.news-likes {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  padding: 12px;
  margin-bottom: 12px;
}
.news-likes h3 {
  padding: 0;
  margin: 0 0 12px 0;
  font-family: "Arial";
  font-size: 1.333em;
  color: #010101;
}
.news-likes .th-holder {
  margin-bottom: 12px;
}
.news-likes .th-holder .th-button {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  background: url(/templates/Default/img/likes-sprite.png) no-repeat 0 0;
  width: 40px;
  height: 40px;
}
.news-likes .th-holder .th-button.th-button-up {
  background-position: 0 0;
}
.news-likes .th-holder .th-button.th-button-down {
  background-position: 100% 0;
}
.news-likes .th-holder .counter {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 2.500em;
  font-weight: bold;
  width: auto;
  margin: 0 10px;
}
.news-likes .th-holder .counter.counter-red {
  color: #a31309;
}
.news-likes .th-holder .counter.counter-green {
  color: #2f5c09;
}
.news-likes .thumbs-holder {
  content: "";
  display: table;
  *zoom: 1;
  margin-bottom: 12px;
}
/* Comments */
.comments-holder, #dle-info {
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  padding: 12px;
}
.comments-holder {
  margin-bottom: 0px;
  border-bottom: 0px;
}

#dle-info {
	margin-bottom: 12px;
}

#dle-info:empty {
	display: none;
}

.comments-holder h3 {
  padding: 0 0 4px 0;
  margin: 0 0 12px 0;
  font-family: "Arial";
  font-size: 1.333em;
  color: #010101;
  border-bottom: 1px dashed #c2c2c2;
}
.editor .text, .editor textarea {
  border: 1px solid #c2c2c2;
  background: #e8e8e8;
  color: #040404;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 0.917em;
  padding: 0 5px;
  margin-bottom: 16px;
  box-sizing: border-box;
}
.editor textarea {
  height: 400px;
}
.editor .submit {
  background: #4170b0;
  border: 0 none;
  color: #ffffff;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Arial";
  padding: 0 20px;
  margin: 0 0 16px 0;
}
.comments-holder .comments .one-comment {
	display: block;
	margin-bottom: 19px;
	padding: 3px 3px 7px;
}


.comments-holder .comments .one-comment.altrow
{
	background-color: #F3F3F3;
}

a.r2-unit, a.r1-unit {text-decoration: none; font-size: 1.25em; color: red; font-weight: bold;}
a.r2-unit {color: green;}


.comments-holder .comments .one-comment .avatar {
  float: left;
  margin-right: 10px;
}
.comments-holder .comments .one-comment .comment-text {
  overflow: hidden;
}
.comments-holder .comments .one-comment .comment-text .comment-meta {
  *zoom: 1;
  border-bottom: 1px dashed #c2c2c2;
  padding-bottom: 4px;
  margin-bottom: 6px;
  width: 100%;
}
.comments-holder .comments .one-comment .comment-text .comment-meta .date {
  float: right;
  font-size: 0.917em;
  color: #717171;
}
.comments-holder .comments .one-comment .comment-text .comment-meta .name {
  color: #4170b0;
  font-weight: bold;
  text-decoration: none;
}
.comments-holder .comments .one-comment .comment-text .response {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  color: #4170b0;
  font-size: 0.917em;
  text-decoration: none;
  margin-top: 6px;
}
/* Slider carousel */
.slider-carousel, .slider {
  height: 102px;
  overflow: hidden;
  margin: 20px 0 15px 9px;
}
.slider-carousel .viewport, .carousel {
  float: left;
  width: 627px;
  height: 102px;
  overflow: hidden;
  position: relative;
}
.slider-carousel .buttons, .carousel_wrap .next, .carousel_wrap .prev {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  margin: 30px 0px 0 -16px;
  float: left;
  position: absolute;
  background: url(/templates/Default/img/carousel-arrows.png) no-repeat 0 0;
  width: 37px;
  height: 38px;
  z-index: 2;
}
.slider-carousel .buttons:hover, .carousel_wrap .next:hover, .carousel_wrap .prev:hover {
  background-position: 0 -38px;
}
.slider-carousel .next, .carousel_wrap .next {
  margin: 30px 0 0 607px;
  background-position: -37px 0px;
}
.slider-carousel .next:hover, .carousel_wrap .next:hover {
  background-position: -37px -38px;
}
.slider-carousel .disable {
  visibility: hidden;
}
.slider-carousel .overview, .carousel ul {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
}
.slider-carousel .overview li, .carousel li {
  float: left;
  margin: 0 9px 0 0;
  height: 102px;
  width: 150px;
}
/* Share block */
.share {
  margin-top: 14px;
  border: 1px solid #c2c2c2;
  background: #f1f2f3 url(/templates/Default/img/share-bg.png) repeat-x 0 0;
  height: 32px;
  padding: 3px;
  float: left;
}
.share .title {
  float: left;
  margin-left: 8px;
  font-size: 18px;
  font-family: "Arial";
  color: #010101;
  line-height: 32px;
}
.share .fast-links {
  float: left;
}
.share .fast-links a {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background: url(/templates/Default/img/share-sprite.png) no-repeat 0 0;
  width: 32px;
  height: 32px;
  float: left;
  margin-left: 6px;
}
.share .fast-links a.share-facebook {
  background-position: 0 0;
}
.share .fast-links a.share-facebook:hover {
  background-position: -32px -32px;
}
.share .fast-links a.share-delicious {
  background-position: -64px -64px;
}
.share .fast-links a.share-delicious:hover {
  background-position: -96px -96px;
}
.share .fast-links a.share-twitter {
  background-position: -128px -128px;
}
.share .fast-links a.share-twitter:hover {
  background-position: -160px -160px;
}
.share .fast-links a.share-picasa {
  background-position: -192px -192px;
}
.share .fast-links a.share-picasa:hover {
  background-position: -224px -224px;
}
.share .fast-links a.share-myspace {
  background-position: -256px -256px;
}
.share .fast-links a.share-myspace:hover {
  background-position: -288px -288px;
}
.share .fast-links a.share-linkedin {
  background-position: -320px -320px;
}
.share .fast-links a.share-linkedin:hover {
  background-position: -352px -352px;
}
.share .fast-links a.share-vkontakte {
  background-position: -384px -384px;
}
.share .fast-links a.share-vkontakte:hover {
  background-position: -416px -416px;
}
.share .fast-links a.share-mailru {
  background-position: -448px -448px;
}
.share .fast-links a.share-mailru:hover {
  background-position: -480px -480px;
}
.share .popup-arrow {
  background: url(/templates/Default/img/share-arrow.png) no-repeat 0 50%;
  width: 20px;
  height: 32px;
  float: left;
  margin-left: 54px;
}
.share .popup-arrow.popup-arrow-clicked {
  background-image: url(/templates/Default/img/share-arrow-close.png);
}
.share .popup {
  position: absolute;
  margin: 35px 0 0 -4px;
  border: 1px solid #c2c2c2;
  background: #f1f2f3;
}

/* =============================================================================
   Custom helper classes
   Author: Dark Preacher
   ========================================================================== */
.ib {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.cb {
  clear: both;
  _font-size: 1px;
}
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.nm {
  margin: 0;
}
.np {
  padding: 0;
}
.ofh {
  overflow: hidden;
}
/* NoJS hider */
.nojswarn {
  background: #000000;
  text-align: center;
  color: #FF6900;
  line-height: 28px;
  font-size: 14px;
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}
.no-js .nojswarn {
  display: block;
}
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}




.rate {
	float: right;
	margin-top: 6px;
}

.content_padding p {
	padding: 0px;
}

h4.label {
	margin-bottom: 0px;
}

/* social comments sign */

.one-comment .sign {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 0.3em;
	vertical-align: top;
}

.one-comment .sign.user-social-vk {
	background: url('http://favicon.yandex.net/favicon/vk.com/facebook.com') 0px 0px no-repeat;
}

.one-comment .sign.user-social-fb {
	background: url('http://favicon.yandex.net/favicon/vk.com/facebook.com') 0px 16px no-repeat;
}

.sectiontableheader {
	margin: 0 0 0.3em 0;
}

.content_padding.tabs {
	padding: 0px 14px;
	margin: 0px;
	border-bottom: 0px;
	background: #e8e8e8;
}

.tab_button {
	display: inline-block;
	background: #e8e8e8;
	padding: 7px 14px;
	border-bottom: 0px;
	border-radius: 5px 5px 0px 0px;
}

.tab_button.current {
	background: #ffffff;
}

.like_btn {
	float: left;
	width: 25%;
}

#async_btn_fb_like {
	width: 300px; height: 20px;
	overflow: hidden;
}

#async_btn_fish {
	position: absolute; left:0; margin-left: 12px; top: 0px; display: none; width: 327px; padding: 10px; border: 1px solid #c2c2c2; border-top: 0px; background: #e8e8e8;	
}

#async_btn_fish a {
	display:block; float:left; width:86px; height:16px; overflow:hidden; padding:0 0 0 21px; margin:0 2px 4px 0;  font-family:arial; font-size:12px; font-style:normal; font-weight:normal; font-variant:normal; color:#000; text-decoration:none; line-height:normal; font-size-adjust:none; text-align:left
}

.announce-text img , .full-text img {
margin: 0px 10px 5px 0px;
}

.highslide-controls ul{background-color:#FFF; list-style: none;}
.highslide-controls li{float:left;padding:5px;background-color:#FFF}

#dropmenudiv a {
	display: block;
}
div#dialog2 {
	background: #ffffff;
}
div#dialog2 .block-auth h3 {
	display: none;
}
div#dialog2 .block-auth form .submit {
	padding: 0px 18px;
}
/* Imports
-----------------------------------------------------------------------------*/
/**/
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 0.75em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: "Verdana", "Arial", "Tahoma", sans-serif;
  color: #222222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #222222;
  color: #f1f1f1;
  text-shadow: none;
}
::selection {
  background: #222222;
  color: #f1f1f1;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #4170b0;
}
a:visited {
  color: #4170b0;
}
a:hover {
  color: #4170b0;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
p {
  margin: 0;
  padding: 0 0 16px 0;
}
html, body, #container {
  height: 100%;
}
.wrapper {
  max-width: 1043px;
  width: 100%;
  min-width: 1043px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
}
.wrapper .wrapper-inner {
  width: 100%;
  margin: 0 auto;
}
/* Header
-----------------------------------------------------------------------------*/
header {
  height: 118px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .header-inner {
  height: 118px;
  margin: 0 auto;
  max-width: 1043px;
  width: 100%;
  min-width: 1043px;
}
.header-holder {
  height: 124px;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
  width: 100%;
  padding: 0 0 50px;
  height: 1%;
  position: relative;
}
.middle:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/

.side-left {
	float: left;
	width: 200px;
	margin-left: -100%;
	position: relative;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/

.side-right {
	float: left;
	margin-right: -3px;
	width: 315px;
	margin-left: -315px;
	position: relative;
}
/* Middle More
-----------------------------------------------------------------------------*/
.container {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container-n .content {
  padding: 0;
}
.container-n .side-left, .container-n .side-right {
  display: none !important;
}
.container-r .content {
  padding: 0 315px 0 0;
}
.container-r .side-left {
  display: none !important;
}
.container-l .content {
  padding: 0 0 0 200px;
}
.container-l .side-right {
  display: none !important;
}
.container-lr .content {
  padding: 0 315px 0 200px;
}
.container-ll .content {
  padding: 0 0 0 535px;
}
.container-rr .content {
  padding: 0 535px 0 0;
}
.container-ll .side-right {
  left: 200px;
  margin-left: -100%;
}
.container-rr .side-left {
  margin-left: -535px;
}
.container-rr .side-right {
  margin-left: -315px;
}
/* Footer
-----------------------------------------------------------------------------*/

footer {
	max-width: none;
    width: auto;
    min-width: 1043px;
    margin: -30px auto 0;
	padding-top: 10px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
	background: #F3F3F3;
	border-top: 1px solid #CCC;
}

footer .footer-inner {
	width: 100%;
	margin: 0 auto;
}

.news-slidecontent {
	position: relative;
	overflow: hidden;
	height: 264px;
	width: 1038px;
	margin-bottom: 14px;
}

.news-slidecontent .preload {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100000;
	text-align: center;
	background: #FFF;
}

.news-slidecontent .preload div {
	height: 100%;
	width: 100%;
	background: transparent url(/templates/Default/img/news-slider/load-indicator.gif) no-repeat scroll 50% 50%;
}

.news-slidecontent .main-slider-content {
	width: 718px;
	height: 264px;
}

.news-slidecontent .sliders-wrapper {
	position: relative;
	height: 100%;
	width: 900px;
	z-index: 3px;
	overflow: hidden;
}

.news-slidecontent ul.sliders-wrap-inner {
	background: transparent url(/templates/Default/img/news-slider/load-indicator.gif) no-repeat scroll 50% 50%;
	padding: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
}

.news-slidecontent ul.sliders-wrap-inner li {
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	height: 264px;
	display: block;
}

.news-slidecontent ul.navigator-wrap-inner {
	top: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	width: 100%;
	background-color: #fff;
}

.news-slidecontent ul.navigator-wrap-inner li {
	display: block;
}

.news-slidecontent ul.navigator-wrap-inner li a {
	display: block;
	width: 27px;
	height: 27px;
	border: 2px solid #000;
	border-radius: 3px;
	float: right;
	position: relative;
}

.news-slidecontent ul.navigator-wrap-inner li.active a:after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-color: #3f6eaf;
}

.news-slidecontent .lof-opacity li {
	position: absolute;
	top: 0;
	left: 0;
	float: inherit;
}

.news-slidecontent .navigator-content {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	height: 264px !important;
	width: 45px !important;
	overflow: hidden;
	color: #040404;
}

.news-slidecontent .navigator-wrapper {
	position: relative;
	z-index: 10;
	height: 264px !important;
	width: 45px !important;
	overflow: hidden;
	color: #040404;
	float: left;
}

.news-slidecontent .slider-description {
	position: absolute;
	top: 0;
	bottom: 25px;
	left: 728px;
	right: 45px;
	color: #2c2b2b;
	overflow: hidden;
}

.news-slidecontent .slider-description .gradient {
	position: absolute;
	bottom: 0;
	height: 20px;
	left: 0;
	right: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/*
@media only screen and (min-width: 1200px) {
	.news-slidecontent .main-slider-content {
		width: 724px;
		height: 264px;
	}

	.news-slidecontent .slider-description {
		left: 734px;
	}

	.news-slidecontent {
		width: 1172px;
	}
}
*/

.news-slidecontent .slider-description a {
	color: #2c2b2b;
}

.news-slidecontent .readmore {
	color: #fff;
	font-size: 95%;
	background-color: #3d6cb0;
	padding: 4px 6px;
	position: absolute;
	bottom: 0;
	left: 728px;
	text-decoration: none;
}

.news-slidecontent .readmore:hover {
	background-color: rgba(61, 108, 176, 0.9);
}

.news-slidecontent .slider-description h4 {
	font-size: 22px;
	margin: 0 0 20px 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
}

.news-slidecontent .slider-description span {
	margin: 0;
	display: block;
}

.news-slidecontent .slider-description .slider-meta a {
	margin: 0;
	background: #C01F25;
	font-size: 75%;
	padding: 2px 3px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}

.news-slidecontent .item-meta a:hover {
	text-decoration: underline;
}

.news-slidecontent .item-meta i {
	font-size: 70%;
}

.announce-text img , .full-text img {
	margin: 0px 10px 5px 0px;
}

.highslide-controls ul{background-color:#FFF; list-style: none;}
.highslide-controls li{float:left;padding:5px;background-color:#FFF}

#dropmenudiv a {
	display: block;
}
div#dialog2 {
	background: #ffffff;
}
div#dialog2 .block-auth h3 {
	display: none;
}
div#dialog2 .block-auth form .submit {
	padding: 0px 18px;
}
div#dialog2 {
	background: #ffffff;
}
div#dialog2 .block-auth h3 {
	display: none;
}
div#dialog2 .block-auth form .submit {
	padding: 0px 18px;
}

.negative-comment {
	opacity: 0.8;
	color: #999;
	transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-webkit-transition: 0.1s ease-in-out;
}

.negative-comment.digg-1 {opacity: 0.6;}
.negative-comment.digg-2 {opacity: 0.4;}
.negative-comment.digg-3 {opacity: 0.2;}

.negative-comment:hover {
	opacity: 1;
	color: #222;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}




@font-face {
  font-family:  'social';
  src:  url('/templates/Default/css/fonts/social.eot?58616878#iefix') format('embedded-opentype'), url('/templates/Default/css/fonts/social.woff?58616878') format('woff'), url('/templates/Default/css/fonts/social.ttf?58616878') format('truetype'), url('/templates/Default/css/fonts/social.svg?58616878#social') format('svg');
  font-weight:  normal;
  font-style:  normal;
}

[class^="ficon-"]:before,
[class*=" ficon-"]:before {
  font-family: "social";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.ficon-gplus:before {
  content: '\e801';
}
/* '' */
.ficon-vk:before {
  content: '\e803';
}
/* '' */
.ficon-twitter:before {
  content: '\e800';
}
/* '' */
.ficon-facebook:before {
  content: '\e802';
}
/* '' */
.ficon-yandex:before {
  content: '\e80e';
}
/* '' */
.ficon-odnoklassniki:before {
  content: '\e80f';
}
/* '' */
.ficon-mail:before {
  content: '@';
  font-style: normal;
  color: #F90;
  font-size: 35px;
}
/* '' */
.ficon-vkontakte:before {
  content: '\e80d';
}
/* '' */
.ficon-ok:before {
  content: '\e80a';
}
/* '' */
.ficon-cancel:before {
  content: '\e810';
}
/* '' */
.ficon-up:before {
  content: '\e809';
}
/* '' */
.ficon-right:before {
  content: '\e808';
}
/* '' */
.ficon-down:before {
  content: '\e806';
}
/* '' */
.ficon-left:before {
  content: '\e807';
}
/* '' */
.ficon-up-dir:before {
  content: '\e80c';
}
/* '' */
.ficon-right-dir:before {
  content: '\e805';
}
/* '' */
.ficon-down-dir:before {
  content: '\e80b';
}
/* '' */
.ficon-left-dir:before {
  content: '\e804';
}
.ficon-question:before {
  content: '\3f';
}
.ficon-result:before {
  content: '\3d';
}

.big-share {
	text-align: center;
	clear: both;
}
.big-share a {
	display: inline-block;
	margin: 13px 5px 20px;
	padding: 0 10px 0 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-decoration: none;
}
.big-share a:hover {
	text-decoration: none;
	opacity: 0.95;
}
.big-share a i {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 40px;
}
.big-share a.fb {
	background-color: #34518f;
}
.big-share a.vk {
	background-color: #5a7ea7;
}
.big-share a.ok {
	background-color: #ff7300;
}

.footer-inner {
	margin-right: 88px;
}
.footer-inner .counters {
	float: right;
	width: 88px;
	margin-top: -5px;
}
.counter-rambler {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}


@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}

/*@media only screen and (min-width: 1366px) {
	header .header-inner, .wrapper {max-width: 1200px;}
}*/

#dle-comments-form input[name=name] {
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
}

#dle-comments-form input[name=sec_code] {
	height: 30px;
	box-sizing: border-box;
	padding: 3px 0;
}

#dle-comments-form input.submit-button {
	margin-top: 20px;
}

.social-line {
  width:  100%;
  min-height:  55px;
  margin:  5px 0 20px;
  padding:  0;
}
.social-line .social-like {
  display:  inline-block;
  /* margin-right:  10px; */
  margin-left:  10px;
  padding:  0;
  vertical-align: top;
  height:  22px;
}

@media screen and (max-width: 1024px)  {
    .social-line .social-like {
        margin-left: 4px;
    }
    .js-gp-like-button>div {
      width:  70px !important;
    }
    .js-ok-like-button {
      margin-left: 6px;
    }
}

.js-ok-like-button {
  margin-left: 12px;
}
.social-line .social-like>div {
  display:  block;
  margin:  0 auto;
  height:  22px;
}
.social-line .social-like>div>span {
  height:  22px !important;
}
.js-vk-like-button {
  width:  165px !important;
}
.js-gp-like-button>div {
  width:  80px !important;
}

.wide-banner > ins {
	display: block !important;
	margin: 0 auto !important;
}

#content img {max-width: 100%;}
#dle-content {overflow-x: hidden;}

#scrollable {margin-left: 15px;}

.full-text .post-banner {
	margin: 4px -12px;
}