
.posts_list{
	position: relative;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	direction:ltr;
	
	display: -moz-grid;
	display: -ms-grid;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3px;
	margin:0px 0px;
	background-color: #000;
	padding:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.posts_list.posts_list_oneline_3count{
	*height: calc( ((100% - 6px) * 33.333333333333333333) / (100% - 6px) );
	*height: 38%;
	overflow-y: hidden;
	overflow-x: auto;
	grid-auto-flow: column;
	grid-template-columns: calc(33.3333333333333333% - 2px) calc(33.3333333333333333% - 2px) calc(33.3333333333333333% - 2px);
}
.posts_list.posts_list_oneline_3count::-webkit-scrollbar{ display:none; }
.posts_list.posts_list_oneline_3count{
	-ms-overflow-style:none;  /* IE and Edge */
	scrollbar-width:none;  /* Firefox */
}

.posts_list> .post{
	position: relative;
	display: block;
	overflow: hidden;
	cursor: pointer;
	direction:rtl;
}
.posts_list> .post.post-noaccess{
	cursor: not-allowed !important;
	pointer-events: none;
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.posts_list> .post.post-payment{
	border:solid 3px rgba(255,0,0,1.0);
}
@media screen and (max-width:450px) {
	.posts_list.posts_list_1bigfirst > .post:nth-child(1),
	.posts_list.posts_list_9n1bigfirst > .post:nth-child(9n+1) /*,
	.posts_list > .post:nth-child(6n+1) /*,
	.posts_list> .post.post-big*/
	{
		grid-column: auto / span 2;
		grid-row: auto / span 2;
	}
}
.posts_list> .post> .i_film_pic{ position:absolute;top:0;left:0;width:100%;height:35px;box-sizing:border-box;padding:4px 4px;z-index:1; }
.posts_list> .post> .i_film_pic> div{ font-size:11px;line-height:6px;color:#fff;border-radius:2px/*50%*/;width:10px;height:10px;float:left;margin:0 2px 2px 0;text-shadow:0 0 5px rgba(0,0,0,1.0);opacity:0.5; }
.posts_list> .post> .i_film_pic> div:not(.i_film){ background-color:#fff;-webkit-border-radius:30%;-moz-border-radius:30%;border-radius:30%;-webkit-box-shadow: 0 0 7px rgba(0,0,0,1.0);-moz-box-shadow: 0 0 7px rgba(0,0,0,1.0);-o-box-shadow: 0 0 7px rgba(0,0,0,1.0);box-shadow: 0 0 7px rgba(0,0,0,1.0); }
.posts_list> .post> .i_film_pic> div.i_film{
	/*background-image:url('icon/post/i_film.svg');background-size:contain;background-repeat:no-repeat;background-position: center center;*/
	/*background-image:url('icon/post/play.svg');background-size:contain;background-repeat:no-repeat;background-position: center center;*/
	background-image:url("icon/post/play.svg");width:12px;height:12px;*margin-top:-1px;
	background-repeat:no-repeat;background-size:contain;background-position:center center;
	-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
	-ms-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1));
}/*
.posts_list> .post> .i_film_pic> div::before{ *content:"\1F324";content:"\23F9";*content:"\1F337";*content:"\1F3E1";*content:"\23FA";*content:"\2981";*content:"\26C5"; }
.posts_list> .post> .i_film_pic> div.i_film::before{ *content:"\23F5";content:"\2BC8";*content:"\25B6";font-size:1.3em;line-height:6.9px; }*/
.posts_list> .post> .i_film_pic> div:first-child{ width:17px;height:17px;margin-top:-3px;opacity:1.0;*text-shadow:0 0 5px rgba(0,0,0,0.6); }
.posts_list> .post> .i_film_pic> div.i_film:first-child{ *margin-left:3px; }
.posts_list> .post> .i_film_pic> div:not(.i_film):first-child{ width:15px;height:15px; }/*
.posts_list> .post> .i_film_pic> div:first-child::before{ font-size:28px;line-height:20px; }
.posts_list> .post> .i_film_pic> div:not(.i_film):first-child::before{ font-size:20px;line-height:10px; }*/
.posts_list> .post> .i_film_pic> div:not(.i_film):only-child{ display:none; }
.posts_list> .post[data-id=""]> .i_film_pic> div:only-child{ display:none; }
.posts_list> .post> .i_film_pic> div *{ display:none !important; }

.posts_list> .post> .i_play{ display:none;position:absolute;top:7px;right:7px;width:15px;height:17px;box-sizing:border-box;z-index:1;
	background-image:url('icon/post/play.svg');background-size:contain;background-repeat:no-repeat;background-position: center center;
	*box-shadow:0 0 3px rgba(0,0,0,0.3);
}
.posts_list> .post.post-film> .i_play{ display:block; }

.posts_list> .post> .post_text{ display:none !important; }
.posts_list> .post> .post_views_count{ display:none !important; }
.posts_list> .post> .post_likes_count{ display:none !important; }
.posts_list> .post> .post_user_like{ display:none !important; }
.posts_list> .post> .post_comments_count{ display:none !important; }
.posts_list> .post> .post_link{ display:none !important; }

.posts_list> .post> .post_img{ position:relative;overflow:hidden;padding-bottom:100%; }
.posts_list> .post> .post_img> img{ display: none !important; }
.posts_list> .post> .post_img> div{
	position: absolute;
	overflow: hidden;
	width:100%;height: 100%;
	background-color: #000;
	background-size:cover;background-repeat:no-repeat;background-position:center center;background-clip:border-box;
}
.posts_list> .post> .post_img> div> video{
	position: relative;
	width:100%;height:100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}
.posts_list> .post> .post_img> div> .title:not(:empty){ position:absolute;z-index:1;left:0px;bottom:0px;width:100%;height:22px;max-height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;padding:0 3px 0 18px;text-align:right;color:rgba(255,255,255,0.8);font-size:0.9em;background-color:rgba(0,0,0,0.35);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transform-origin:bottom;transition:all 0.2s ease-in-out; }
/*@media screen AND (hover:hover) {*/
	.posts_list > .post:hover > .post_img> div> .title:not(:empty){ color: rgba(255, 255, 255, 1.0);background-color: rgba(0, 0, 0, 0.6);white-space: normal;*text-overflow: ellipsis;}
/*}*/
@media screen AND (min-width:501px)/* AND (hover:hover)*/{
	.posts_list> .post:hover> .post_img> div> .title:not(:empty){ height:25%; }
}
@media screen AND (max-width:500px)/* AND (hover:hover)*/{
	.posts_list> .post:hover> .post_img> div> .title:not(:empty){ height:50%; }
}
.posts_list> .post> .post_img> div> .payment:not(:empty){
	position:absolute;z-index:1;left:0px;top:-5px;width:content-box;max-width:100%;max-height:100%;
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
	padding:7px 10px 3px 10px;text-align:right;color:rgba(255,255,255,0.8);font-size:0.9em;
	overflow:hidden;
	-webkit-border-radius: 0 0 10px 0;-moz-border-radius: 0 0 10px 0;border-radius: 0 0 10px 0;
	white-space:nowrap;text-overflow:ellipsis;
	/*-webkit-box-shadow: inset 5px 5px 10px rgba(0,0,0,0.3);-o-box-shadow: inset 5px 5px 10px rgba(0,0,0,0.3);box-shadow: inset 5px 5px 10px rgba(0,0,0,0.3);*/
	-webkit-box-shadow: inset 5px 10px 10px rgba(0,0,0,0.3);-o-box-shadow: inset 5px 10px 10px rgba(0,0,0,0.3);box-shadow: inset 5px 10px 10px rgba(0,0,0,0.3);
	border-right: solid 1px rgba(0,0,0,0.2);
	border-bottom: solid 1px rgba(0,0,0,0.2);
	background-color:#fff;
	*background-color:#fd0;
	-webkit-transform-origin:bottom;-moz-transform-origin:bottom;transform-origin:bottom;
	-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
}
.posts_list> .post> .post_img> div> .payment:not(:empty)> .pay_old:not(:empty){ text-decoration:line-through;color:var(--text-color-error); }
.posts_list> .post> .post_img> div> .payment:not(:empty)> .pay_final:not(:empty){ color:var(--text-color-succes);font-size:1em;font-weight:bold; }
.posts_list> .post:hover> .post_img> div> .payment:not(:empty){
	top:0px;background-color:var(--bg-color-succes);*border:none;
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);-o-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
.posts_list> .post:hover> .post_img> div> .payment:not(:empty)> .pay_old:not(:empty){ color:#ffcc00; }
.posts_list> .post:hover> .post_img> div> .payment:not(:empty)> .pay_final:not(:empty){ color:#fff; }
.posts_list> .post> .post_img> div> .payment_ico{
	position:absolute;z-index:1;right:0px;top:0px;width:0px;height:0px;
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;
	padding:0;text-align:center;color:rgba(255,255,255,0.8);font-size:0.9em;
	overflow:hidden;
	white-space:nowrap;text-overflow:ellipsis;
	background-color:transparent;
	border-right: solid 15px #fc0;
	border-top: solid 15px #fc0;
	border-left: solid 15px transparent;
	border-bottom: solid 15px transparent;
	-webkit-transform-origin:bottom;-moz-transform-origin:bottom;transform-origin:bottom;
	-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
}
.posts_list> .post:hover> .post_img> div> .payment_ico{
	border-right: solid 10px #fa0;
	border-top: solid 10px #fa0;
	border-left: solid 10px transparent;
	border-bottom: solid 10px transparent;
}
.posts_list> .post> .post_img> div> .product_open_ico{
	position:absolute;z-index:1;right:0px;top:0px;width:0px;height:0px;
	-webkit-box-sizing:content-box;-moz-box-sizing:content-box;-o-box-sizing:content-box;box-sizing:content-box;
	padding:0;text-align:center;color:rgba(255,255,255,0.8);font-size:0.9em;
	overflow:hidden;
	white-space:nowrap;text-overflow:ellipsis;
	background-color:transparent;
	border-right: solid 10px rgba(255,255,255,0.6);
	border-top: solid 10px rgba(255,255,255,0.6);
	border-left: solid 10px transparent;
	border-bottom: solid 10px transparent;
	-webkit-transform-origin:bottom;-moz-transform-origin:bottom;transform-origin:bottom;
	-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;
}
.posts_list> .post:hover> .post_img> div> .product_open_ico{
	border-right:solid 5px rgba(255,255,255,0.8);
	border-top:solid 5px rgba(255,255,255,0.8);
	border-left:solid 5px transparent;
	border-bottom:solid 5px transparent;
}
/*
.posts_list> .post> .post_img> div> .volume{ *display:none;position:absolute;width:calc(100% - 10px);text-align:left;bottom:1px;left:9px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,1.0);font-size:16px; }
.posts_list> .post> .post_img> div> .volume.mute::before{ content:"\1F568";*content:"\1f507";color:#fff; }
.posts_list> .post> .post_img> div> .volume.mute::after{ content:"";display:block;;width:2px;height:26px;background-color:#fff;transform:rotate(45deg);margin:-26px 15px 0 0; }
.posts_list> .post> .post_img> div> .volume.on{ left:5px; }
.posts_list> .post> .post_img> div> .volume.on::before{ content:"\1F56A";color:#fff; }*/
.posts_list> .post> .post_img> div> .volume{ *display:none;position:absolute;z-index:2;cursor:pointer;left:0px;width:12px;height:15px;padding:3px;text-align:right;bottom:0px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,1.0);font-size:16px;-moz-opacity:0.8;opacity:0.8; }
.posts_list> .post> .post_img> div> .volume.show{ display:block; }
/*.posts_list> .post> .post_img> div> .volume:hover{ -moz-opacity:1.0;opacity:1.0;background:radial-gradient(circle,rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 70%); }*/
.posts_list> .post> .post_img> div> .volume:not(mute)::before{ content:"\1F56A";color:#fff; }
.posts_list> .post> .post_img> div> .volume:not(mute)::after{ display:none; }
.posts_list> .post> .post_img> div> .volume.mute::before{ *content:"\1F508";content:"\1F568";*content:"\1f507";color:#fff; }
.posts_list> .post> .post_img> div> .volume.mute::after{ content:"";display:block;width:1.5px;height:15px;background-color:#fff;transform:rotate(45deg);margin:-20px 5px 0 0;*border:solid 1px rgba(0,0,0,1); }


























.post-full{
	width:var(--max-w);max-width:100% !important;
	/*height:var(--body-h) !important;min-height:var(--body-h) !important;max-height:var(--body-h) !important;*/
	height:100% !important;min-height:100% !important;max-height:100% !important;
	*height:var(--content-h) !important;
	position:fixed;z-index:var(--i-post-full);
	top:0 !important;left:calc((var(--body-w) - var(--max-w)) / 2);right:calc((var(--body-w) - var(--max-w)) / 2);bottom:0 !important;
	background-color:#fff;
	margin:0;padding:0;
	overflow-x: hidden !important;
	overflow-y: auto !important;
	border-radius:10px;
	-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);
	-moz-opacity:0;
	opacity:0;
	-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;
	/*-webkit-transition:all 0.03s ease-out;
	-moz-transition:all 0.03s ease-out;
	-o-transition:all 0.03s ease-out;
	transition:all 0.03s ease-out;*/
}
.post-full-bg{
	width:var(--body-w);min-width:var(--body-w) !important;max-width:var(--body-w) !important;
	height:var(--body-h);min-height:var(--body-h) !important;max-height:var(--body-h) !important;
	z-index:calc(var(--i-post-full) - 1);position:fixed;
	top:0;left:0;right:0;bottom:0;
	background-color:rgba(0,0,0,0.7);padding:0;margin:0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);
	-moz-opacity:0;opacity:0;
	-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;
	/*-webkit-transition:all 0.03s ease-out;
	-moz-transition:all 0.03s ease-out;
	-o-transition:all 0.03s ease-out;
	transition:all 0.03s ease-out;*/
}
.post-full-close{ z-index:calc(var(--i-post-full) + 1);top:0;position:fixed;color:rgba(0,0,0,0.4);background-color:rgba(255,255,255,0.5) !important;width:30px;height:30px;border:none;text-align:center;padding:4px 5px 0 5px !important;margin:0;font-size:3em;padding:0;line-height:0;-webkit-transition:all 0.03s ease-out;-webkit-transition:all 0.03s ease-out;-moz-transition:all 0.03s ease-out;-o-transition:all 0.03s ease-out;transition:all 0.03s ease-out; }
.post-full-close:hover{ color:#000 !important;background-color:rgba(255,255,255,0.8) !important; }
.post-full-close::before{ content:"\D7"; }
body.post-full-show{ overflow:hidden!important; }
body.post-full-del{ overflow:hidden!important;pointer-events:none !important;-moz-opacity:0.3;opacity:0.3; }
body.post-full-show .post-full   { -webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1);-moz-opacity:1;opacity:1; }
body.post-full-show .post-full-bg{ -webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1);-moz-opacity:1;opacity:1; }
/*.post-full-box{ z-index:2;position:fixed;width:100% !important;min-width:var(--max-w);max-width:100% !important;left:calc((100% - var(--max-w)) / 2);background-color:#fff;padding:10px;border-radius:10px;border:solid 1px rgba(0,0,0,0.3);box-shadow:0 0 40px rgba(0,0,0,0.7); }*/
.post-full .post-full-close{ float:right;position:-webkit-sticky;position:sticky;top:0px;right:0px; }
body.post-full-show       .post-full-close{ display:block; }
body:not(.post-full-show) .post-full-close{ display:none; }
.post-full.show-start-anim{
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;/*
	ease , linear , ease-in , ease-out , ease-in-out , initial , inherit
	*/
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;/*
	- عدد (پیشفرض = 1)
	- infinite – انیمیشن برای همیشه تکرار می‌شود.
	- initial – تعداد تکرار را به مقدار پیش‌فرض تنظیم می‌کند.
	- inherit – ارزش را از والدین به ارث می‌برد.
	*/
	-webkit-animation-direction: normal;
	animation-direction: normal;/*
	- normal (پیش‌فرض) – انیمیشن به جلو پخش می‌شود. در هر چرخه، انیمیشن به حالت اولیه (0٪) باز شده و دوباره پخش می‌شود (تا 100٪).
	- reverse – انیمیشن به عقب پخش می‌شود. در هر چرخه، انیمیشن به حالت انتهایی (100٪) باز می‌گردد و به عقب پخش می‌شود (تا 0٪).
	- alternate – انیمیشن در هر چرخه جهت را معکوس می‌کند. در هر چرخه‌ی فرد، انیمیشن به جلو (0٪ تا 100٪) پخش شده و در هر چرخه‌ی زوج‌، انیمیشن به عقب پخش می‌شود (100٪ تا 0٪).
	- alternate-reverse – انیمیشن در هر چرخه جهت را معکوس می‌کند. در هر چرخه‌ی فرد، انیمیشن به صورت معکوس (100٪ تا 0٪) پخش شده و در هر چرخه‌ی زوج، انیمیشن به جلو (0٪ یا 100٪) پخش می‌شود.
	*/
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;/*
	- normal (پیش فرض) – انیمیشن هیچ استایلی را برای عنصر، قبل یا بعد از انیمیشن اعمال نمی‌کند.
	- backwards – قبل از انیمیشن (در طول تاخیر در انیمیشن)، استایل‌های keyframe اولیه (0٪) بر روی عنصر اعمال می‌شود.
	- Forward – پس از اتمام انیمیشن، استایل‌های تعریف شده در keyframe نهایی (100٪) توسط عنصر حفظ می‌شوند.
	- both – انیمیشن قوانین را برای هر دوی backwards و Forward رعایت می‌کند و ویژگی‌های انیمیشن را قبل و بعد از انیمیشن گسترش می‌دهد.
	*/
	/*
	tag:hover {
		animation-play-state: paused;* playing , paused
	}
	*/
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-name: open;
	animation-name: open;
	/*
	نحوه‌ی کدنویسی مختصر:
	animation: [animation-name] [animation-duration] [animation-timing-function]
[animation-delay] [animation-iteration-count];
	*
	اجرای انیمیشن‌های متعدد بر روی یک عنصر:
	animation: slideIn 2s , rotate 1.75s ;
	*/
}
@media screen AND (max-width:1400px){
	.post-full {
		left: 0 !important;
		right: 0 !important;
	}
}











.post-full> .film-mom{
	display: block;
	position: relative;
	width:100%;min-width:100%;max-width:100%;
	padding-bottom:100%;
	background-color: rgba(0,0,0,1);
	overflow:hidden;
	margin:0;
}
.post-full> .film-mom> .post-item-sample{ display:none !important; }
.post-full> .film-mom> .film-list{
	position: absolute;
	width:100% !important;height:100% !important;
	direction: ltr;
	text-align: left;margin: 0;padding: 0;
	overflow-x:hidden;*overflow-x:scroll;overflow-y:hidden;
	width: max-content;
	display:-moz-grid;
	display:-ms-grid;
	display:grid;
	grid-gap:0;
	*grid-template-columns: repeat(minmax(200px,400px));
	grid-template-columns: repeat(100%);
	grid-auto-flow:column;
	grid-auto-columns:100%;/*minmax(300px,400px)*/
	/*justify-content: flex-start;justify-items: center;align-content: center;align-items: center;*/

	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}/* Hide scrollbar for Chrome, Safari and Opera */
.post-full> .film-mom> .film-list::-webkit-scrollbar{
	display:none;
}
.post-full> .film-mom> .film-list> .post-item{
	cursor: default;
}
.post-full> .film-mom> .film-list> .post-item:not(:only-child){
	cursor: e-resize !important;
}
.post-full> .film-mom> .i_film_sample{ display:none !important; }
.post-full> .film-mom> .i_film_pic{ position:absolute;z-index:2;left:0px;top:0px;width:100%;max-width:100%;height:20px;padding:8px 10px;text-align:left;box-sizing:border-box; }
.post-full> .film-mom> .i_film_pic> div{ position:relative;float:left;border-radius:3px/*50%*/;width:15px;height:15px;margin: 0 3px 3px 0;-webkit-box-shadow: 0 0 10px rgba(0,0,0,1.0);-moz-box-shadow: 0 0 10px rgba(0,0,0,1.0);-o-box-shadow: 0 0 10px rgba(0,0,0,1.0);box-shadow: 0 0 10px rgba(0,0,0,1.0);-moz-opacity:0.4;opacity:0.4; }
/*.post-full> .film-mom> .i_film_pic> div:first-child{ width:18px;height:18px; }*/
.post-full> .film-mom> .i_film_pic> div:only-child{ *display:none !important; }
.post-full> .film-mom> .i_film_pic> div.active{ -moz-opacity:1.0;opacity:1.0; }
.post-full> .film-mom> .i_film_pic> div:not(.i_film){ background-color: #fff; }
.post-full> .film-mom> .i_film_pic> div.i_film{
	-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;
	background-image: url('icon/post/i_film.svg');background-size: contain;background-repeat: no-repeat;background-position: center center;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	-ms-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 1));
}
.post-full> .film-mom> .i_film_pic> div:only-child{
	display:none;
}
/*.post-full> .film-mom> .i_film_pic> div.i_film> span,
.post-full> .film-mom> .i_film_pic> div.i_film> i,*/
.post-full> .film-mom> .i_film_pic> div.i_film *{
	display: none !important;
}
.post-full> .film-mom> .post-timeupdate_sik{ pointer-events:none;display:none;position:absolute;left:0px;bottom:0px;max-width:100px;height:3px;padding:0px;direction:ltr;text-align:left;-moz-opacity:0.4;opacity:0.4; }
.post-full> .film-mom> .post-timeupdate_sik> .i_sik_proc{ float:left;position:relative;width:0px;max-width:100px;height:3px;box-shadow:0 0 5px rgba(0,0,0,1.0);background-color:#fff;border-radius:3px; }
.post-full> .film-mom> .post-timeupdate{ pointer-events:none;display:none;position:absolute;z-index:4;right:40px;top:0px;max-width:100px;height:20px;padding:0px;direction:ltr;text-align:right;color:#fff;text-shadow:0 0 5px rgba(0,0,0,1.0);*font-size:25px;-moz-opacity:0.8;opacity:0.8; }
.post-full> .film-mom> .post-timeupdate.show{ display:block; }
.post-full> .film-mom> .post-timeupdate> .post-duration::before{ content:" / "; }
.post-full> .film-mom> .post-timeupdate> .post-duration:empty::before{ content:""; }
@-webkit-keyframes like_anim{
	0% { -webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-moz-opacity:0;opacity:0; }
	2% { -webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transform:scale(1);-moz-opacity:1;opacity:1; }
	5% { -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);transform:scale(1.3);-moz-opacity:1;opacity:1; }
	100%{ -webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);transform:scale(10);-moz-opacity:0;opacity:0; }
}
@-moz-keyframes like_anim{
	0% { -webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-moz-opacity:0;opacity:0; }
	2% { -webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transform:scale(1);-moz-opacity:1;opacity:1; }
	5% { -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);transform:scale(1.3);-moz-opacity:1;opacity:1; }
	100%{ -webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);transform:scale(10);-moz-opacity:0;opacity:0; }
}
@-ms-keyframes like_anim{
	0% { -webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-moz-opacity:0;opacity:0; }
	2% { -webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transform:scale(1);-moz-opacity:1;opacity:1; }
	5% { -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);transform:scale(1.3);-moz-opacity:1;opacity:1; }
	100%{ -webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);transform:scale(10);-moz-opacity:0;opacity:0; }
}
@-o-keyframes like_anim{
	0% { -webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-moz-opacity:0;opacity:0; }
	2% { -webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transform:scale(1);-moz-opacity:1;opacity:1; }
	5% { -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);transform:scale(1.3);-moz-opacity:1;opacity:1; }
	100%{ -webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);transform:scale(10);-moz-opacity:0;opacity:0; }
}
@keyframes like_anim{
	0% { -webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-moz-opacity:0;opacity:0; }
	5% { -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3);transform:scale(1.3);-moz-opacity:1;opacity:1; }
	100%{ -webkit-transform:scale(10);-moz-transform:scale(10);-ms-transform:scale(10);-o-transform:scale(10);transform:scale(10);transform:scale(10);-moz-opacity:0;opacity:0; }
}
.post-full> .film-mom> .post-like-anim{
	display:none;position:absolute;cursor:default;left:0px;width:100%;max-width:100%;height:100%;padding:0px;text-align:center;top:0px;
	color:#0E3460;text-shadow:0 0 5px rgba(255,255,255,1.0);font-size:60px;-moz-opacity:0.5;opacity:0.5;
	justify-content:center;justify-items:center;align-content:center;align-items:center;
}
.post-full> .film-mom> .post-like-anim.show{ display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex; }
.post-full> .film-mom> .post-like-anim.show> span{ -webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none; }
.post-full> .film-mom> .post-like-anim.show> span.run_anim{
	-webkit-animation: like_anim 500ms linear;
	-moz-animation: like_anim 500ms linear;
	-ms-animation: like_anim 500ms linear;
	-o-animation: like_anim 500ms linear;
	animation: like_anim 500ms linear;
}
.post-full> .film-mom> .post-volume{ display:none;position:absolute;z-index:4;cursor:pointer;left:0px;width:10%;max-width:30px;height:20px;padding:5px;text-align:center;bottom:1px;color:#fff;text-shadow:0 0 5px rgba(0,0,0,1.0);font-size:25px;-moz-opacity:0.8;opacity:0.8; }
.post-full> .film-mom> .post-volume.show{ display:block; }
.post-full> .film-mom> .post-volume:hover{ -moz-opacity:1.0;opacity:1.0;background:radial-gradient(circle,rgba(0,0,0,0.7) 25%, rgba(0,0,0,0) 70%); }
.post-full> .film-mom> .post-volume:not(mute)::before{ content:"\1F56A";color:#fff; }
.post-full> .film-mom> .post-volume.mute::before{ content:"\1F568";*content:"\1f507";color:#fff; }
.post-full> .film-mom> .post-volume.mute::after{ content:"";display:block;;width:2px;height:26px;background-color:#fff;transform:rotate(45deg);margin:-26px 15px 0 0; }
.post-full> .film-mom> .post-menu{ display:none;position:absolute;z-index:5;right:0px;overflow:visible;width:30px;max-width:100%;max-height:100%;padding:5px 5px;text-align:right;bottom:1px; }
.post-full> .film-mom> .post-menu.show{ display:block; }
.post-full> .film-mom> .post-menu ul{ list-style:none;padding:0;margin:0; }
.post-full> .film-mom> .post-menu li{ list-style:none;padding:0;margin:0;position:relative; }
.post-full> .film-mom> .post-menu> ul{ position:relative; }
.post-full> .film-mom> .post-menu> ul> li{ padding:0;margin:0; }
.post-full> .film-mom> .post-menu> ul> li> .post-menu-vellip{ display:block;text-align:center;padding:10px;width:40px;height:40px;color:#fff;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;text-shadow:0 0 5px rgba(0,0,0,1.0); }
.post-full> .film-mom> .post-menu> ul> li> .post-menu-vellip::before{ content:"\22EE";/* UNICODE: U+022EE - HEX CODE: &#x22EE; - HTML CODE: &#8942; - HTML ENTITY: &vellip; - CSS CODE: \22EE */font-size:40px;font-weight:bold;display:-moz-inline-block;display:inline-block;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; }
.post-full> .film-mom> .post-menu> ul> li> .post-menu-vellip:hover{ background-color:rgba(0,0,0,0.2); }
/*.post-full> .film-mom> .post-menu.show> ul>     li:hover> ul,*/
.post-full> .film-mom> .post-menu.show> ul.menu-opened> li> ul{ -webkit-transform:scaleY(1);-moz-transform:scaleY(1);-ms-transform:scaleY(1);-o-transform:scaleY(1);transform:scaleY(1); }
.post-full> .film-mom> .post-menu> ul> li> ul{ overflow:hidden;min-width:250px;-webkit-transform-origin:bottom;-moz-transform-origin:bottom;-o-transform-origin:bottom;transform-origin:bottom;-webkit-transform:scaleY(0);-moz-transform:scaleY(0);-ms-transform:scaleY(0);-o-transform:scaleY(0);transform:scaleY(0);position:absolute;right:10px;bottom:7px;background-color:#fff;-webkit-border-radius:10px 10px 0 10px;-moz-border-radius:10px 10px 0 10px;border-radius:10px 10px 0 10px;-webkit-box-shadow:5px 5px 10px rgba(0,0,0,0.5);-moz-box-shadow:5px 5px 10px rgba(0,0,0,0.5);box-shadow:5px 5px 10px rgba(0,0,0,0.5); }
.post-full> .film-mom> .post-menu> ul> li> ul> li{ position:relative;padding:0 1px;margin:0; }
.post-full> .film-mom> .post-menu> ul> li> ul> li a{ cursor:pointer;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; }
.post-full> .film-mom> .post-menu> ul> li> ul> li> a{ font-size:18px;color:rgba(0,0,0,0.7); }
.post-full> .film-mom> .post-menu> ul> li> ul> li> a:hover{ color:#000; }
.post-full> .film-mom> .post-menu> ul> li> ul> li.a_block> a{ display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:5px 15px;margin:1px 0;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px; }
.post-full> .film-mom> .post-menu> ul> li> ul> li.a_block> a:hover{ background-color:rgba(0,0,0,0.05); }
.post-full> .film-mom> .post-menu> ul> li> ul> li> a.renove{ color:#f00; }
.post-full> .film-mom> .post-menu> ul> li> ul> li> a.renove::before{ content:"\01F5D1 ";font-size:25px;margin-left:10px;display:inline-block; }
.post-full> .film-mom> .post-menu> ul> li> ul> li> a.renove:hover{ color:#fff;background-color:#f00; }
.post-full> .film-mom> .film-list> .post-item{ position:relative;width:100%;max-width:100%;height:100%;max-height:100%;background-color:rgba(0,0,0,1.0);overflow:hidden; }
.post-full> .film-mom> .film-list> .post-item> .post_img{
	position:relative;padding:0;width:100%;height:100%;overflow:hidden;margin:0;
	background-size:cover;background-repeat:no-repeat;background-position:center center;background-clip:border-box;
}
.post-full> .film-mom> .film-list> .post-item> .post_img> video{
	position: relative;padding:0;overflow:hidden;width:100%;height:100%;
	-o-object-fit: cover;object-fit: cover;
	-o-object-position: center center;object-position: center center;
}
/*.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik{ pointer-events:none;display:none;position:absolute;left:0px;top:0px;width:100%;max-width:100%;height:3px;padding:0px;direction:ltr;text-align:left;-moz-opacity:0.4;opacity:0.4; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik.show{ display:block; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik> .i_sik_proc{ float:left;position:relative;width:0%;max-width:100%;height:3px;box-shadow:0 0 5px rgba(0,0,0,1.0);background-color:#fff;border-radius:2px; }*/
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik{ pointer-events:none;display:none;position:absolute;left:0px;bottom:0px;width:100%;max-width:100%;height:4px;padding:0px;direction:ltr;text-align:left;-moz-opacity:0.4;opacity:0.4; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik.show{ display:block; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate_sik> .i_sik_proc{ float:left;position:relative;width:0%;max-width:100%;height:2px;box-shadow:0 0 5px rgba(0,0,0,1.0);background-color:#fff;border-radius:2px; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate{
	pointer-events:none;display:none;
	position:absolute;z-index:2;top:4px;right:40px;padding:0 10px;
	max-width:100px;height:20px;direction:ltr;text-align:right;color:#fff;text-shadow:0 0 5px rgba(0,0,0,1.0);*font-size:25px;-moz-opacity:0.8;opacity:0.8;
	overflow:hidden;box-shadow:0 0 5px rgba(0,0,0,0.4);border-radius:10px;
}
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate.show{ display:block; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate.show> .post-currenttime::before{ content:""; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate.show> .post-currenttime:empty::before{ content:"00:00"; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate.show> .post-duration::before{ content:" / "; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate.show> .post-duration:empty::before{ content:""; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate> .i_timeupdate_sik{ pointer-events:none;position:absolute;display:none;width:100%;max-width:100%;height:100%;*margin-top:-100%;*margin-left:-10%;margin-left:-10px;padding:0px;direction:ltr;text-align:left;-moz-opacity:0.3;opacity:0.3; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate> .i_timeupdate_sik.show{ display:block; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_timeupdate> .i_timeupdate_sik> .i_sik_proc{ float:left;position:relative;width:0%;max-width:100%;height:100%;box-shadow:0 0 5px rgba(0,0,0,0.8);background-color:#fff;border-radius:2px; }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_loading{
	position:absolute;z-index:2;top:0;width:100%;height:100%;direction:rtl;text-align:center;margin:0;padding:0;overflow-x:hidden;overflow-y:hidden;
	background-image: url("../img/loading2.gif");background-repeat: no-repeat;background-size:80px;background-position: center center;
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_loading.i_loading_hide{
	display: none !important;
}
.post-full> .film-mom> .film-list> .post-item:not(.film-play)> .post_img> .i_play{ background-image:url("icon/post/play.svg"); }
.post-full> .film-mom> .film-list> .post-item> .post_img> .i_play{
	-webkit-filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
	-ms-filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
	filter:drop-shadow(0px 0px 10px rgba(0,0,0,0.6));
	position:absolute;z-index:3;padding:0;overflow:hidden;width:100%;height:100%;background-image:none;top:0;left:0;-moz-opacity:0.8;opacity:0.8;
	background-repeat:no-repeat;background-position:calc(50% + 2.5%) center;background-clip:border-box;background-size:15%;*cursor:e-resize;cursor:pointer;
	-webkit-transition:all 0.03s ease-out;-moz-transition:all 0.03s ease-out;-o-transition:all 0.03s ease-out;transition:all 0.03s ease-out;
}
.post-full> .film-mom> .film-list> .post-item:hover> .post_img> .i_play{ -moz-opacity:1.0;opacity:1.0;}


.post-full> .post-info{
	position: relative;
	width:100%;min-width:100%;max-width:100%;
	overflow-x:hidden;
	padding: 0 0 30px 0;
}
@media screen AND (min-aspect-ratio: 1/1){
	.post-full> .film-mom{
		padding:0;
		height:var(--body-h);
	}
	.post-full> .film-mom> .film-list> .post-item> .post_img{
		width: var(--body-h) !important;
		margin:0 auto;
	}
}
@media screen AND (min-width:740px){
.post-full-close{ right:calc(((var(--body-w) - var(--max-w)) / 2) - 30px);background-color:rgba(255,255,255,0)!important;color:rgba(255,255,255,0.4) !important; }
.post-full-close:hover{ background-color:rgba(255,255,255,0)!important;color:rgba(255,255,255,0.9) !important; }
}













.post-full> .post-online-pay{
	position: absolute;
	z-index: 99999;
	width:100%;min-width:100%;max-width:100%;
	overflow-x:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: -33px 0 0 0;
}
.post-full> .post-online-pay> a{
	position: relative;
	display: block;
	float: right;
	min-width: 40%;text-align: center;
	height: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	margin: 0 5px 0 0;
	font-size: 22px;
	background-color: #ff6000;
	color: #fff;
	border: solid 1px rgba(0,0,0,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(0, 0, 0, 0.3);
	border-bottom: none;
	box-shadow: inset 0px -10px 10px rgba(0,0,0,0.2);
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.post-full> .post-online-pay> a:hover{
	background-color: #fff;
	color: #ff6000;
}

.post-full> .post-info> .post-view-like-comments{
	position: relative;
	width:100%;min-width:100%;max-width:100%;
	overflow-x:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}
.post-full> .post-info> .post-view-like-comments> .post-view{ float:left;color:rgba(0,0,0,0.5);font-size:1.3em;margin-top:3px; }
.post-full> .post-info> .post-view-like-comments> .post-view> .post-view-num{ direction:ltr; }
.post-full> .post-info> .post-view-like-comments> .post-view> .post-view-num> div{ display:none;width:16px;height:16px;background-image:url("../img/loading2.gif");background-position:center center;background-repeat:no-repeat;background-size:contain; }
.post-full> .post-info> .post-view-like-comments> .post-view.post-view-loading> .post-view-num> div{ display:inline-block; }
.post-full> .post-info> .post-view-like-comments> .post-like{ float:left;color:rgba(0,0,0,0.5);font-size:1.3em;margin-top:1px;margin-left:20px; }
.post-full> .post-info> .post-view-like-comments> .post-like> .post-like-num{ color:rgba(0,0,0,0.5);direction:ltr; }
.post-full> .post-info> .post-view-like-comments> .post-like> .post-like-num> div{ display:none;width:16px;height:16px;background-image:url("../img/loading2.gif");background-position:center center;background-repeat:no-repeat;background-size:contain; }
.post-full> .post-info> .post-view-like-comments> .post-like.post-like-loading> .post-like-num> div{ display:inline-block; }
.post-full> .post-info> .post-view-like-comments> .post-like> .post-like-icon{ color:#6688ff;font-size:1.3em;cursor:pointer; }
.post-full> .post-info> .post-view-like-comments> .post-like> .post-like-icon:hover{ color:#8af; }
.post-full> .post-info> .post-view-like-comments> .post-comments{ display:none;float:left;color:rgba(0,0,0,0.5);font-size:1.3em;margin-top:5px;margin-left:20px;cursor:pointer; }
.post-full> .post-info> .post-view-like-comments> .post-comments> .post-comments-num{ color:rgba(0,0,0,0.5);direction:ltr; }
.post-full> .post-info> .post-view-like-comments> .post-comments> .post-comments-icon{ color:#6688ff;font-size:1.1em; }
.post-full> .post-info> .post-view-like-comments> .post-copy-link{ display:block;float:left;color:rgba(0,0,0,0.5);font-size:1.3em;margin-top:5px;margin-left:20px;cursor:pointer; }
.post-full> .post-info> .post-view-like-comments> .post-copy-link> .post-link{ display:none !important; }
.post-full> .post-info> .post-view-like-comments> .post-copy-link> .post-link-icon{ color:rgba(0,0,0,0.5);font-size:1.2em;-webkit-transition:all 0.03s ease-out;-webkit-transition:all 0.03s ease-out;-moz-transition:all 0.03s ease-out;-o-transition:all 0.03s ease-out;transition:all 0.03s ease-out; }
.post-full> .post-info> .post-view-like-comments> .post-copy-link> .post-link-icon::before{ content:"\1F517";/* HTML DEC: &#128279; - HEX: &#x1F517; */-webkit-transition:all 0.03s ease-out;-webkit-transition:all 0.03s ease-out;-moz-transition:all 0.03s ease-out;-o-transition:all 0.03s ease-out;transition:all 0.03s ease-out; }
.post-full> .post-info> .post-view-like-comments> .post-copy-link> .post-link-icon:hover{ color:rgba(0,0,0,0.7); }
.post-full> .post-info> .post-view-like-comments> .post-groups{ color:rgba(0,0,0,0.4);float:right;min-width:100px; }
.post-full> .post-info> .post-view-like-comments> .post-groups> span::before{ content:" | ";color:rgba(0,180,255,0.5); }
/*.post-full> .post-info> .post-view-like-comments> .post-groups> span:nth-last-child(1)::after,
.post-full> .post-info> .post-view-like-comments> .post-groups> span:last-child::after{ display:none; }*/
.post-full> .post-info> .post-view-like-comments> h1,
.post-full> .post-info> .post-view-like-comments> h2,
.post-full> .post-info> .post-view-like-comments> h3,
.post-full> .post-info> .post-view-like-comments> h4,
.post-full> .post-info> .post-view-like-comments> h5,
.post-full> .post-info> .post-view-like-comments> h6,
.post-full> .post-info> .post-view-like-comments> .post-title{ clear:both;font-size:1.2em;margin-bottom:0px !important;margin-top:15px; }
.post-full> .post-info> .post-view-like-comments> .post-date{ clear:both;color:rgba(0,0,0,0.5); }
.post-full> .post-info> .post-box-texts{
	position: relative;
	width:100%;min-width:100%;max-width:100%;
	overflow-x:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
}
.post-full> .post-info> .post-box-texts> .post-text{
}
.post-full> .post-info> .post-box-texts> .post-text-comments{
}
