@charset 'utf-8';

body.channel-cover #list-container {
	display: none;
}

body.posts #posts.channel .for-channel {
	display: inherit;
}

body.posts #posts.channel .post {
	/* margin: 1em 0; */
	background: white;
	overflow: visible;
	height: auto;
	min-height: 65px;
	font-size: 14px;
}

body.posts #posts.channel.loading .post.nextanchor {
	border:none;
	background: transparent;
}

body.posts #posts.channel .post_main_link {
	display: none;
}

body.posts #posts.channel .for-channel .post_main_link {
	display: block;
}

body.posts #posts.channel .post .pinned {
	position: relative;
	top: -14px;
	left: -14px;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: -22px;
}

body.posts #posts.channel .post {
}

body.posts #posts.channel .post .post_title {
	font-size: 120%;
	line-height: 120%;
}

body.posts #posts.channel .post[data-tmpl-row] {
	margin-top: 15px;
}

html.is-mobile body.posts #posts.channel .post[data-tmpl-row] {
	margin-top: 7px;
}

body.posts #posts.channel .post[data-tmpl-row]+.post[data-tmpl-row] {
	/*
	border-top: 1px solid #ccc;
	padding-top: 15px;
	*/
	margin-top: 30px;
}

html.is-mobile body.posts #posts.channel .post[data-tmpl-row]+.post[data-tmpl-row] {
	margin-top: 30px;
}

body.posts #posts.channel .post.double {
}

body.posts #posts.channel .post_manip.for-channel {
	position: absolute;
	top: 11px;
	left: 11px;
}

body.posts #posts.channel .post .post_pic {
	min-height: 1px;
	/* background: red;*/
}

body.posts #posts.channel .post .post_images {
	margin: 0;
	text-align: center;
}

body.posts #posts.channel .post .post_images .post_images_select {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	margin: 5px 0;
	border: 1px solid #666;
	
	-webkit-opacity: 0.45;
	-moz-opacity: 0.45;
	-ms-filter: "alpha(opacity=45)";
	filter: alpha(opacity=45);
	opacity: 0.45;
}

body.posts #posts.channel .post .post_images .post_images_select+.post_images_select {
	margin-right: 5px;
}

body.posts #posts.channel .post .post_images .post_images_select.checked {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

body.posts #posts.channel .post .post_images .post_images_select input[type="radio"]{
	display: none;
}


body.posts #posts.channel .post .post_title {
	font-weight: bold;
}

body.posts #posts.channel .post_user {
	display: none;
}

body.posts #posts.channel .for-channel .post_user {
	margin-top: 15px;
	display: block;
}

body.posts #posts.channel .post .post_created_at {
	display: block;
	text-align: right;
	color: #aaa;
	font-size: 90%;
}

body.posts #posts.channel .post .post_user_link .post_created_at {
	display: none;
}

body.posts #posts.channel .post .post_title {
	
}

body.posts #posts.channel .post .post_title .post_main_link {
	margin: 0 0 0 0;
}

body.posts #posts.channel .post .post_pic .site a {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}

body.posts #posts.channel .post .post_link {
	margin: 10px 7px 10px 1em;
	overflow: hidden;
	
}
body.posts #posts.channel .post .post_link a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


body.posts #posts.channel .post .post_link [class^="icon-link"] {
	color: #888;
	font-size: 100%;
}

body.posts #posts.channel .post .post_link_title {
	margin-top: 3px;
	margin-left: 0.5em;
	color: #888;
	font-size: 90%;
	line-height: 1em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

body.posts #posts.channel .post .post_link_description {
	margin-top: 5px;
	margin-left: 1em;
	color: #888;
	font-size:80%;
	line-height: 1.2em;
	max-height: 3.5em;
	overflow: hidden;
}

body.posts #posts.channel .post .post_tags {
	margin: 0.5em 0 1em 1em;
}


body.posts #posts.channel .post .post_info .message {
}

body.posts #posts.channel .post_info {
	font-size: 12px;
	padding-left: 15px;
}

body.posts #posts.channel .heads_markers {
	display: none;
}

body.posts #posts.channel .post-comments-area {
	/* border-bottom: 1px solid #ccc; */
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-ms-border-bottom-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-ms-border-bottom-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

body.posts #posts.channel .post-comments-area .form-post-comment .user {
	float:left;
	margin-right: 5px;
}

body.posts #posts.channel .post-comments-area .form-post-comment .user img {
	width: 32px;
	height: 32px;
}

body.posts #posts.channel .post-comments-area .form-post-comment .textarea-wrap {
	margin-left: 37px;
}

body.posts #posts.channel .post-comments-area .form-post-comment-reply textarea,
body.posts #posts.channel .post-comments-area .form-post-comment textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 0;
}

body.posts #posts.channel .post-comments-area .post-comment {
	border-top: 1px solid #ccc;
	border-bottom: none;
}

body.posts #posts.channel .post-comments-area .form-post-comment textarea {
	margin-bottom: 0;
}

body.posts #posts.channel .post-comments-area .post-comment-manip .post-comment-score,
body.posts #posts.channel .post-comments-area .post-comment-manip .vote-up,
body.posts #posts.channel .post-comments-area .post-comment-manip .vote-down,
body.posts #posts.channel .post-comments-area .post-comment-reply-manip .post-comment-reply-score,
body.posts #posts.channel .post-comments-area .post-comment-reply-manip .vote-up,
body.posts #posts.channel .post-comments-area .post-comment-reply-manip .vote-down {
	display: none;
}


body.posts #posts.channel .comments-nomore,
body.posts #posts.channel .post-comments-nocomments
 {
	display: none;
}

.channel-post-manip {
	margin-top: 15px;
	color: #888;
	background: #f0f0f0;
	margin-bottom: -7px;
	padding: 4px 15px;
}

.channel-post-manip a.btn.btn-flat {
	color: #888;
	min-width: 8em;
	margin-right: 1em;
	text-align: left;
}

.channel-post-manip a.btn.btn-flat [class^="icon-"] {
	color: inherit !important;
}

/* @media ( max-width:568px ) { */
	html.is-mobile body.posts #posts.channel .post_main_link {
		margin-right: 10px;
	}
	html.is-mobile body.posts #posts.channel .post_user {
	}
	html.is-mobile body.posts #posts.channel .post .post_title {
		/* font-weight: bold; */
	}
	html.is-mobile body.posts #posts.channel .post {
		display: block;
		float: none;
		width: auto;
	}
	html.is-mobile body.posts #posts.channel .post.double {
		font-size: inherit;
		line-width: inherit;
		width: auto;
	}
	html.is-mobile body.posts #posts.channel .post .post_info .message {
	}
	
	html.is-mobile body.posts #posts.channel .heads_markers {
	}
	
	/*********/
	
	html.is-mobile body.posts.nav-media #posts.channel .post .for-mixed,
	html.is-mobile body.posts.nav-user #posts.channel .post .for-mixed {
	}
	
	html.is-mobile .for-mixed {
		display: none;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .for-mixed,
	html.is-mobile body.posts.nav-user #posts.channel .post .for-mixed {
		display: block;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_info.for-channel,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_info.for-channel {
		display: none;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_title,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_title {
		white-space: nowrap;
		text-overflow: ellipsis;
		font-size: 120%;
		overflow: hidden;
	}

	html.is-mobile body.posts.nav-media #posts.channel .post a.post_main_link,
	html.is-mobile body.posts.nav-user #posts.channel .post a.post_main_link {
		position: relative;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_pic,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_pic {
		position: relative;
		max-height: 171px;
		overflow: hidden;
		margin-bottom: 7px;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_info .post_score,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_info .post_score {
	float: none;
		font-weight: bold;
		font-size: 150%;
		line-height: 150%;
		margin-left: 0;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_info.for-mixed .post_comment_count,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_info.for-mixed .post_comment_count {
		border-left: 1px solid #ccc;
		padding-left: 7px;
	}
	
	html.is-mobile body.posts.nav-media #posts.channel .post .post_info.for-mixed div.post_score,
	html.is-mobile body.posts.nav-user #posts.channel .post .post_info.for-mixed div.post_score {
		float: right;
	}
	
	/************/

/* } */