.box_in h3{
    margin-top: 15px;
    padding: 15px 6px 0 0;
}
.box_in {
    padding: 10px;
}
h4.heading {
    padding: 8px 5px 5px 5px;
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 21px;
}

span.grey.hnum {
    padding: 0px 11px 1px 11px;
}


.addcomment h3 {
	margin: .3em 0 .6em 0;
}



.title_hide {
	left: -9999px;
	position: absolute;
	top: -9999px;
	overflow: hidden;
	width: 0;
	height: 0;
}



.cover {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}



.clr {
	clear: both
}

.clrfix:after {
	clear: both;
	content: "";
	display: table;
}




.box,
.comment {
	background-color: #fff;
	margin-bottom: 25px;
	border-radius: 2px;
	position: relative;
	box-shadow: 0 5px 12px rgba(126, 142, 177, .2);
}


.fixed_story .story_icons {
	z-index: 1;
}

.story_icons>li {
	text-align: center;
	margin: 0 0 10px 0;
}

.story .box_in>.text {
	font-size: .9rem;
}

.story .box_in>.text:after {
	content: "";
	display: block;
	clear: both;
}

.story .box_in>.text>img[style*="left"],
.story .box_in>.text>.highslide img[style*="left"] {
	margin: 2px 4% 4% 0;
}

.story .box_in>.text>img[style*="right"],
.story .box_in>.text>.highslide img[style*="right"] {
	margin: 2px 0 4% 4%;
}

.story .box_in>.text img {
	max-width: 100%;
}

.editdate {
	margin: 4% 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.fav_btn>a,
.edit_btn>a {
	display: inline-block;
	padding: 4px;
	width: 16px;
	height: 16px;
}

.fav_btn .icon {
	width: 16px;
	height: 16px;
	vertical-align: top;
}

.fav_btn .icon-fav {
	fill: #64748b;
}

.fav_btn:hover .icon-fav {
	fill: #0c5f7eed;
}


.fav_btn .icon-star {
	fill: #fed762;
}

.edit_btn>a {
	position: relative;
	-webkit-transition: transform ease .2s;
	transition: transform ease .2s;
}

.edit_btn>a>i,
.edit_btn>a:after,
.edit_btn>a:before {
	padding-top: 2px;
	width: 16px;
	height: 0;
	background-color: #64748b;
	overflow: hidden;
	display: block;
	margin: 3px 0;
}

.edit_btn>a:after,
.edit_btn>a:before {
	content: "";
}

.edit_btn>a:hover>i,
.edit_btn>a:hover:after,
.edit_btn>a:hover:before {
	background-color: #0c5f7e;
}

.edit_btn>a:hover {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}



.rate_like>a,
.rate_like-dislike {
	float: left;
	padding: 6px 12px;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	text-decoration: none !important;
	font-weight: bold;
	color: #64748b;
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.rate_like>a:hover {
	border-color: #3394e6;
	color: #3394e6;
}

.rate_like .icon {
	width: 16px;
	height: 15px;
	margin: -.2em .3em 0 0;
}

.rate_like-dislike>a {
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
}

.rate_like-dislike>a .icon {
	width: 14px;
	height: 15px;
	fill: #787878;
	vertical-align: middle;
	margin: -.3em 0 0 0;
}

.rate_like-dislike>a:hover .icon {
	fill: #0c5f7eed;
}

.rate_like-dislike .ratingplus {
	color: #88c54d;
}

.rate_like-dislike .ratingminus {
	color: #e45757;
}

.rate_like-dislike>span {
	cursor: default;
	margin: 0 .3em;
}

.story>.meta {
	font-size: .9em;
	background-color: #f1f5f9;
	padding: 2% 7%;
	border-radius: 0 0 2px 2px;
}

.meta:after,
.story_tools:after {
	clear: both;
	display: table;
	content: "";
}

.meta>ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.meta>ul>li {
	display: inline;
}

.meta>ul.left>li {
	margin-right: 2em;
}

.meta>ul.right>li {
	margin-left: 2em;
}

.meta .icon {
	width: 16px;
	height: 16px;
	margin: -.2em .4em 0 0;
}

.meta .icon-views {
	height: 18px;
}

.signature {
	font-size: .9em;
	opacity: .5;
	margin-top: .9em;
}

.navigation {
	margin: 25px 0;
}

.navigation:after {
	clear: both;
	display: block;
	content: "";
}

.pages {
	text-align: left;
}

.pages span,
.pages a:hover,
.page_next-prev {
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius: 8px;
}

.pages span,
.pages a {
	color: inherit;
	display: inline-block;
	position: relative;
	padding: 7px 7px;
	min-width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	text-decoration: none !important;
	font-weight: bold;
}

.pages span {
	color: #399;
}

.pages a:hover {
	color: #fff;
	background-color: #3394e6;
}

.pages span {
	color: #3394e6;
}

.page_next-prev {
	float: right;
	height: 36px;
}

.page_next-prev * {
	float: left;
}

.page_next-prev .icon {
	width: 32px;
	height: 20px;
	fill: #d7d7d7;
}

.page_next-prev>span>a:hover .icon {
	fill: #0c5f7eed;
}

.page_next-prev>span>* {
	float: left;
	padding: 8px 12px;
}

.page_next>span,
.page_prev>span {
	opacity: 0.5;
}

.splitnewsnavigation {
	margin-top: 4%;
	padding-top: 4%;
	font-weight: bold;
	border-top: 1px solid #efefef;
}

.splitnewsnavigation>a,
.splitnewsnavigation>span {
	padding: 6px 10px;
}

.hblock>.title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f1f5f9;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}

.banner img {
	vertical-align: top;
	max-width: 100%;
}

.midside .banner {
	padding: 2.5% 8%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.midside .next-prev {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.midside .next-prev a {
	margin: 10px;
}

.hblock .banner {
	border-top: 1px solid #efefef;
}

.informer_list {
	list-style: none;
	margin: 0 -25px 0 0;
	padding: 0;
}

.informer_list:after {
	clear: both;
	display: block;
	content: "";
}

.informer_list li {
	float: left;
	width: 33.33333%;
	padding-right: 25px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.informer_list li .title {
	font-weight: bold;
	margin-bottom: 1em;
}

.informer_list li .title a {
	display: block;
	color: inherit;
	text-decoration: none !important;
}

.informer_list li .title a:hover {
	color: #0c5f7eed;
}

.more_icon {
	display: inline-block;
	background-color: #0c5f7e;
	border-radius: 9px;
	height: 4px;
	padding: 7px 8px;
	margin-top: 1em;
}

.more_icon:after {
	clear: both;
	display: block;
	content: "";
}



.lastcomm {
	margin: -20px 0 0 0;
	padding: 0;
	list-style: none;
}

.lastcomm>li>a:after {
	content: "";
	display: block;
	clear: both;
}

.lastcomm>li>a {
	display: block;
	color: inherit;
	text-decoration: none !important;
	border-bottom: 1px solid #d5d5d5;
	padding: 25px 0 25px 33px;
}

.lastcomm>li:last-child>a {
	border-bottom-width: 0;
}

.lastcomm>li>a .icon,
.lastcomm>li>a>b {
	-webkit-transition: all ease .2s;
	transition: all ease .2s;
}

.lastcomm>li>a .icon {
	width: 16px;
	height: 14px;
	float: left;
	margin: 4px 0 0 -33px;
}

.lastcomm>li>a>* {
	cursor: pointer;
	display: block;
}

.lastcomm>li>a>b {
	display: block;
	margin-top: .4em;
}

.lastcomm>li>a>span {
	font-size: .9em;
	opacity: .5;
}

.lastcomm>li>a:hover>b {
	color: #3394e6;
}










.addcomment {
	background-color: #fff;
}

.plus_icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.addcomment .plus_icon {
	width: 8%;
	padding: 10px 0;
	float: left;
	margin-top: 7px;
}

.plus_icon>span,
.plus_icon>span:before,
.plus_icon>span:after {
	overflow: hidden;
	text-indent: -9999px;
	white-space: nowrap;
	position: absolute;
}

.plus_icon>span:before,
.plus_icon>span:after {
	background-color: #b3b3b3;
	content: "";
}

.plus_icon>span {
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
}

.plus_icon>span:after {
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
}

.plus_icon>span:before {
	left: 50%;
	top: 0;
	width: 2px;
	height: 100%;
	margin-left: -1px;
}

.plus_icon.circle {
	width: 12px;
	height: 12px;
	padding: 4px;
	border-radius: 50%;
	border: 2px solid #3394e6;
}

.plus_icon.circle>span {
	width: 12px;
	height: 12px;
	margin: -6px 0 0 -6px;
}

.plus_icon.circle>span:before,
.plus_icon.circle>span:after {
	background-color: #3394e6;
}

ul.ui-form {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.ui-form>li {
	margin-bottom: 10px;
}

ul.ui-form>li:last-child {
	margin-bottom: 0;
}

.form-group {
	margin-bottom: 10px;
}

.form-group>label {
	display: block;
	margin-bottom: .4em;
}

.imp:after {
	content: "*";
	margin: 0 0 0 10px;
	color: #e85319;
}

.form-group.combo:after {
	clear: both;
	display: table;
	content: "";
}

.form-group.combo>.combo_field {
	width: 50%;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.form-group.combo>.combo_field:last-child {
	padding-left: 10px;
}

.form-group.combo>.combo_field:first-child {
	padding-right: 10px;
}


.form_submit {
	margin-top: 20px;
}

.form-sep {
	border-top: 1px solid #efefef;
}

#comment-editor .bb-editor textarea {
	padding: 7px;
	padding-bottom: 45px;
	height: 200px;
}

.addpm #comment-editor .bb-editor textarea {
	height: 340px;
}

.wseditor table,
.bb-editor table {
	margin: 0px;
}

.comment {
	padding: 4% 4%;
	position: relative;
	-webkit-transition: box-shadow ease .4s;
	transition: box-shadow ease .4s;
}

.com_list .comment {
	border-top: 1px solid #efefef;
	background-color: transparent;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.comment:hover {
	position: relative;
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.avatar {
	display: inline-block;
}

.avatar .cover {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	white-space: nowrap;
	text-indent: -9999px;
	display: inline-block;
}

.comment .avatar {
	float: left;
	margin-right: 15px;
	position: relative;
}

.comment .avatar .cover {
	width: 36px;
	height: 36px;
}

.com_online {
	position: absolute;
	left: 100%;
	top: 50%;
	margin: -4px 0 0 -4px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #70bb39;
	border: 2px solid #fff;
	width: 4px;
	height: 4px;
	border-radius: 50%;
}

.com_info {
	font-size: .9em;
	margin-bottom: 2%;
	margin-top: -5px;
}

.com_info:after {
	clear: both;
	display: block;
	content: "";
}

.com_user {
	float: left;
	margin: 9px 15px 0 0;
}

.comment .meta {
	display: inline;
}

.comment .meta .left {
	margin: 9px 0 0 0;
}

.comment .meta .left .mass input {
	margin: -2px 0 0 0;
	vertical-align: middle;
}

.comment .meta>ul.left>li {
	margin-right: 10px;
}

.comment .reply {
	text-transform: lowercase;
}

.comment .meta .left a {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	padding: 2px;
	margin-top: -2px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.comment .meta .left .reply a {
	padding: 2px;
	width: auto;
	vertical-align: baseline;
}

.comment .meta .left .del a {
	padding: 4px;
}

.comment .meta .left .icon {
	margin: 0;
	fill: #64748b;
	vertical-align: top;
}

.comment .meta .left a:hover .icon {
	fill: #0c5f7eed;
}

.comment .meta .left a .icon-reply {
	width: 15px;
	height: 16px;
	fill: #0c5f7eed !important;
	margin-right: .4em;
	vertical-align: middle;
}

.comment .meta .left a .icon-coms {
	width: 15px;
	height: 16px;
	fill: #0c5f7eed !important;
	margin-right: .4em;
	vertical-align: middle;
}

.comment .meta .left .edit_btn>a {
	padding: 2px;
	margin-top: -4px;
}

.comment .icon-bad {
	width: 16px;
	height: 16px;
}

.comment .icon-cross {
	width: 12px;
	height: 12px;
}

.comment .meta .rate {
	float: right;
}

#dle-comments-list {
	width: 100%;
	overflow: hidden;
}

#dle-comments-list>.comments-tree-list>li>.comments-tree-list {
	padding: 0 8%;
	border-top: 1px solid #efefef;
}

#dle-comments-list>.comments-tree-list>li .comments-tree-list>li {
	padding-left: 20px;
}

.comments-tree-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comments-tree-list>li>ol>li .comment {
	padding: 30px 0;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-width: 0;
}

.comments-tree-list li ol li .comment {

	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-width: 0;
}

.comments-tree-list>li>ol>li .comment:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 1px;
	margin-left: -500px;
	left: 0;
	top: 0;
	background-color: #efefef;
}

.comments-tree-list>li>ol>li .comment:before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	margin: 30px 0 0 -20px;
	background-color: #e6e6e6;
	width: 10px;
	height: 2px;
}

.mass_comments_action {
	text-align: right;
	border-top: 1px solid #efefef;
	padding: 2% 4%;
}

.mass_comments_action>select {
	height: 36px;
	padding: 5px;
	width: 200px;
	margin-left: 1em;
}

.com_content>.title {
	margin-top: 4%;
}

.com_content>.text {
	font-size: .9rem;
}


@media only screen and (max-width: 600px) {

	#content {
		padding: 6px 6px 0 6px;
	}






	.addcomment h3 {
		display: none;
	}

	.comment {
		padding: 20px;
		padding-bottom: 60px;
	}

	.com_content>.title {
		font-size: 1.15em;
	}

	.comment .meta {
		position: absolute;
		bottom: 14px;
		left: 20px;
		right: 20px;
	}

	.com_info {
		margin: 0 0 20px 0;
		padding-left: 46px;
	}

	.com_user {
		display: block;
	}

	.comment .avatar {
		margin-left: -46px;
		margin-right: 0;
	}

	.comment .rate_like>a,
	.comment .rate_like-dislike {
		border-color: transparent;
	}

	.comment .meta .mass,
	.reply a span {
		display: none;
	}

	#dle-comments-list>.comments-tree-list>li>.comments-tree-list {
		padding: 0 20px;
	}

	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}

	.comments-tree-list .comments-tree-list .comment .meta {
		left: 0;
		right: 0;
	}

	.comments-tree-list>li>ol>li .comment:before {
		margin: 25px 0 0 -20px;
	}






