.block_0, .block_2, .block_3, .block_4 {display:none;}

/* Индикатор загрузки */
.loader_ms {
	display:block;
	width:100%;
	height:30px;
	border-top:1px solid #ddd;
	background:url('./page-loading.svg') no-repeat 50% 50%;
}
.loader_ms_nob {
	display:block;
	width:100%;
	height:30px;
	background:url('./page-loading.svg') no-repeat 50% 50%;
}
/* * */

/* Копирайт */
.gs_com_coppy{
	line-height:20px;
	font-size:9pt;
	color:#333;
	text-align:center;
	margin-top:5px;
	color:#ccc;
}
/* * */

/* Форма добавления комментариев */
.gs_com_form{
	margin-top:5px;
	position:relative;
	margin:0 0 0px;
	padding:25px;
	background:#fff;
	color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
	box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
	text-align:left;
}
.gs_com_form H4 {
	font-size:18pt;
	margin:0px 0px 20px;
	text-align:center;
}
.gs_com_form .alert {
	background:transparent;
	margin-bottom: 0px;
}
.gs_com_form .block_1{
	text-align:center;
}
.block_answer p {
	font-size:0.8em;
}
#com_form * {outline: 0;}
#com_form input[type="checkbox"] {
	display:none;
}
#com_form label {
	margin:0px;
	font-size:12pt;
}
#com_form  input[type="checkbox"] + label::before{
	display:inline-block;
	content:"";
	width:12px;
	height:12px;
	margin:0px 5px -2px 0px;
	background:#fff;
	border:1px solid #aaa;
	border-radius:50%;
	-moz-box-shadow: inset 0px 5px 10px -7px #555;
	-webkit-box-shadow: inset 0px 10px 5px -7px #555;
	box-shadow: inset 0px 5px 10px -7px #555;
}
#com_form input[type="checkbox"]:checked + label::before	{
	background:#0080b7;
	border:1px solid #0080b7;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#com_form input[type="checkbox"] + label::before	{
	margin:0px 10px -1px 0px;
}
#com_form input:invalid, form textarea:invalid {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color:#66afe9;
}
.form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color:#ccc;
}
.dropdown-menu.show {
	padding:.5rem .5rem;;
}
/* * */

/* Список комментариев */
.gs_com.list {
	overflow:hidden;
	position:relative;
	background:#fff;
	color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
	text-align:left;
	margin-bottom:25px;
	padding:1px 0px;
}
.gs_com.list .comment {
	position:relative;
	padding:25px 25px;
	color:#333;
	border:0px;
	border-top:1px solid #ddd;
	text-align:left;
	margin:0px 1px;
	background:#fff;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
}
.gs_com.comment:first-child {
	border-top:none;
}
/*
.gs_com.list .comment:nth-child(odd) {
	background:#fafafa;
}
*/
.gs_com.comment .date {
	float:right;
	display:inline-block;
	height:16px;
	line-height:12px;
	margin: 3px	0px 3px 5px;
	padding:2px 6px;
	font-size:8pt;
	text-align:center;
	vertical-align:baseline;
	background:#eee;
	color:#777;
	-khtml-border-radius:8x;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow:none;
}
.gs_com.comment .btn {
	cursor:pointer;
	float:right;
	display:inline-block;
	height:16px;
	line-height:12px;
	margin: 3px	0px 3px 5px;
	padding:2px 6px;
	font-size:8pt;
	text-align:center;
	vertical-align:baseline;
	background:#eee;
	color:#777;
	border:none;
	-khtml-border-radius:8x;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	box-shadow: none;
	text-shadow:none;
}
.gs_com.comment .btn.btn-def {
	cursor:default;
}
.gs_com.comment:hover .btn,
.gs_com.comment .btn.btn-def:hover {
	background:#555;
	color:#fff;
}
.gs_com.comment .btn:hover {
	background:#19A619;
	color:#fff;
}
.gs_com.comment .btn.delete_tree:hover {
	background:#e00000;
	color:#fff;
}
.gs_com.comment .btn .num {
	margin-right: 5px;
}
.gs_com.comment .btn .text {
	display:none;
	margin-left: 5px;
}
.gs_com.comment .com_uname {
	display:inline-block;
	font-weight:bold;
}
.gs_com.comment:hover .btn .text {
	display:inline-block;
}
.gs_com.comment .com_id {
	float:right;
	display:inline-block;
	height:16px;
	line-height:15px;
	font-size:8pt;
	color:#aaa;
	margin: 3px	0px 3px 0px;
}
.gs_com.comment .com_txt {
	margin-top: 0px;
	white-space: pre-wrap;
}
.gs_com.comment:hover {
	background:rgba(0, 128, 183,0.08)!important;
}
.gs_com.comment:hover .date {
	background:#0080b7;
	color:#fff;
}
.gs_com.comment:hover .com_id {
	color:#333;
}
.gs_com.comment:hover .com_uname {
	/*color:#0080b7;*/
}
/* * */

/* Список ответов */
.list-answers{
	display:block;
	height:auto;
}
.gs_com.comment.answer {
	background:#fff;
	padding:25px 25px 25px 20px;
	border-left:5px solid #ccc;
	-moz-transition-duration:.5s;
	-o-transition-duration:.5s;
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
}
.gs_com.comment.answer:hover {
	border-left:5px solid #0080b7;
}
.gs_com.comment.answer:first-child {
	border-top:1px solid #ddd;
}
/* * */

/* Счетчик символов */
.com_count {
	height:16px;
	line-height:16px;
	margin:3px 0px;
}
.com_count .barbox {
	float:right; 
	height:6px; 
	background-color:#ddd; 
	width:50px;
	margin:5px 0px;	
}
.com_count .barbox .bar {
	background-color:#5fbbde;
	width:0px;
	height:6px;
}
.com_count .count {
	float:right;
	margin-right:5px; 
	font-size:8pt; 
	font-weight:bold; 
	color:#666666
}
/* * */

/* Информер последнийх комментариев */
.gs_com.list_last {
	overflow:hidden;
	position:relative;
	background:#fff;
	color:#333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
	text-align:left;
	margin-bottom:25px;
	padding:1px 0px;
}
.gs_com.list_last .comment {
	position:relative;
	padding:10px 12px;
	color:#333;
	border:0px;
	border-top:1px solid #ddd;
	text-align:left;
	margin:0px 1px;
}
.gs_com.list_last .comment:first-child {
	border-top:none;
}
.gs_com.list_last .comment .com_page {
	font-size:8pt;
}
.gs_com.list_last .comment .com_txt {
	font-size:0.8em;
}
.gs_com.list_last .comment:hover .com_uname {
	color:inherit;
}
#com_form .dropdown-menu > li > a {
    padding: 3px 10px;
}
/* * */