.form_comment {
	box-sizing: border-box;
	margin-bottom:10px;
	margin-bottom:30px;
}
.form_commet form {
	box-sizing: border-box;
}
.comment_input{
	box-sizing: border-box;
	overflow:hidden;
	height:34px;
	-webkit-transition:height .3s;
	   -moz-transition:height .3s;
	     -o-transition:height .3s;
	        transition:height .3s;
}
.comment_input.open_textarea{
	box-sizing: border-box;
	height:108px;
}
.comment_input .panel{
	box-sizing: border-box;
	float:right;
	width:78px;
	margin-left:6px;
}
.comment_input .panel .captcha img{
	cursor:pointer;
}
.comment_input .panel .input{
	box-sizing: border-box;
	font-family:'Dosis', sans-serif;
	font-size:12px;
	line-height:18px; 
	width:100%;
	height:30px;
	margin-top:6px;
	padding:7px 5px;
	border:1px solid rgba(210, 210, 210, .64);
	background-color:white;
}
.comment_input .panel .submit{
	font-family:'Dosis', sans-serif;
	font-size:14px;
	width:100%;
	margin-top:6px;
	padding:8px 5px;
	cursor:pointer;
	-webkit-transition:background .3s, color .3s;
	   -moz-transition:background .3s, color .3s;
	     -o-transition:background .3s, color .3s;
	        transition:background .3s, color .3s; 
	text-transform:uppercase;
	color:#fff;
	border:none;
	background:#c85dc7;
}
.comment_input .panel .submit:hover{
	color:#c85dc7;
	background:#fff;
}
.textarea_field{
	box-sizing: border-box;
	overflow:hidden;
	height:100%; 
	padding:7px 10px;
	border:1px solid rgba(210, 210, 210, .64);
	background-color:white;
}
.textarea_field .nickinput {
	border:1px solid rgba(210, 210, 210, .64);
	margin-bottom:4px;
	color:#e13d7a;
}
.textarea_field .textarea{
	box-sizing: border-box;
	font-family:'Dosis', sans-serif;
	font-size:12px;
	line-height:18px;
	display:block;
	width:100%;
	height:67px;
	padding:4px;
	resize:none; 
	color:#e13d7a;
	/*border:none;*/
	border:1px solid rgba(210, 210, 210, .64);
	background:none;
}
.error_hide{
	box-sizing: border-box;
	font-size:12px;
	line-height:18px; 
	color:#fa5800;
}

.content_main .heading{
	font-size:0; 
	margin-bottom:10px;
	text-align:justify;
	text-justify:newspaper;
}
.content_main .heading:after{
	display:inline-block;
	width:100%; 
	content:'';
	vertical-align:top;
}
.content_main .heading.border{

	padding-bottom:8px; 
	border-bottom:1px solid #06131a;
}
.content_main .heading.nomargin{
	margin:0;
}
.content_main .heading .title{
	font-size:18px;
	font-weight:700;
	display:inline-block;
	vertical-align:middle; 
	text-transform:uppercase;
	color:#06131a;
}



.content_main .heading .title span{
	color:#e13d7a;
}
.content_main .heading.align{
	text-align:left;
}
.content_main .heading .sub_title{
	font-size:14px;
	display:inline-block;
	margin-left:5px; 
	vertical-align:middle;
	color:#464747;
}







/*======= COMMENTS =========================*/
.comments{
	margin-top:16px;
}
.comments_head {
	box-sizing: border-box;
	display:inline-block;
	width:100%;
	height:30px;
	line-height:30px;
	position:relative;
	padding-top:8px;
	background-color:#eee;
	color: #c85dc7;
	cursor:pointer;
	border: solid 1px #c85dc7;
	border-radius: 3px;
}
.comments_title {
	position:absolute;
	left:10px;
	top:0;
	font-weight:bold;
	color: #9000a5;
}
.comments_btn {
	position:absolute;
	right:10px;
	top:0;
}
.comments_posts {
	box-sizing: border-box;
	padding-right:20px;
	overflow:hidden;
	height:0px;
	padding-top:14px;
	-webkit-transition:height .3s;
	-moz-transition:height .3s;
	  -o-transition:height .3s;
		 transition:height .3s;

}
.block_comment{
	margin-bottom:14px;
	padding-bottom:14px; 
	border-bottom:1px solid #bdc2c4;
}
.block_comment:last-child{
	margin-bottom:0;
}
.block_comment_title{
	font-size:0;
	margin-bottom:10px; 
	text-align:justify;
	text-justify:newspaper;
}
.block_comment_title:after{
	display:inline-block;
	width:100%; 
	content:'';
	vertical-align:top;
}
.block_comment_author {
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	color:#555;
}
.block_comment_author span {
	color:#06131a;
}

.block_comment_date{
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
	color:#555;
}
.block_comment_date span{
	color:#06131a;
}
.block_comment_post{
	font-size:14px;
	line-height:18px; 
	text-align:justify;
	color:#412327;
}