.comments-container a {
	color: #03658c;
	text-decoration: none;
}

.comments-container ul {
	list-style-type: none;
}

.comments-container {
	margin: 15px auto;
	width: 768px;
	padding: 15px;
	background: #FFFDED;
	border-left: 4px #E3D671 solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.comments-container h1 {
	font-size: 36px;
	color: #283035;
	font-weight: 400;
}

.comments-container h1 a {
	font-size: 18px;
	font-weight: 700;
}

.comments-list {
	margin-top: 30px;
	position: relative;
}

.comments-list:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #c7cacb;
	position: absolute;
	left: 32px;
	top: 0;
}

.comments-list:after {
	content: '';
	position: absolute;
	background: #dee1e3;
	bottom: 0;
	left: 27px;
	width: 7px;
	height: 7px;
	border: 3px solid #c7cacb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.comments-list li {
	margin-bottom: 15px;
	display: block;
	position: relative;
}

.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}

.comments-list .comment-avatar {
	width: 65px;
	height: 65px;
	position: relative;
	z-index: 99;
	float: left;
	border: 3px solid #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	overflow: hidden;
}

.comments-list .comment-avatar img {
	width: 100%;
	height: 100%;
}

.comment-main-level:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both;
}

.comments-list .comment-box {
	width: 680px;
	float: right;
	position: relative;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	box-shadow: 0 1px 1px rgba(0,0,0,0.15);
	background-color: #FFF;
}

.comments-list .comment-box:before, .comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #FCFCFC;
	top: 8px;
	left: -11px;
}

.comments-list .comment-box:before {
	border-width: 11px 13px 11px 0;
	border-color: transparent rgba(0,0,0,0.05);
	left: -12px;
}

.comment-box .comment-head {
	background: #FCFCFC;
	padding: 10px 12px;
	border-bottom: 1px solid #E5E5E5;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
	color: #03658c;
}

.comment-box .comment-name {
	color: #283035;
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.1;
}

.comment-box .comment-name a {
	color: #283035;
}

.comment-box .comment-head span {
	float: left;
	color: #999;
	font-size: 13px;
	position: relative;
	top: 1px;
}

.comment-box .comment-content {
	background: #FFF;
	padding: 12px;
	font-size: 15px;
	color: #595959;
	-webkit-border-radius: 0 0 0px 0px;
	-moz-border-radius: 0 0 0px 0px;
	border-radius: 0 0 0px 0px;
	border-bottom: .5px solid #e5e5e5;
	text-align: left;
}

.comment-box .comment-footer {
	border-radius: 0 0 4px 4px;
	padding: 12px;
	width: 100%;
	background: #fff none repeat scroll 0 0;
}
.comment-box .comment-footer textarea {
	resize: none;
	width: 100%;
	border-radius: 4px;
	padding: 1%;
}
.comment-box .send-button, .comment-box .comment-open {
	padding: 12px;
	background: #fff none repeat scroll 0 0;
}
.comment-box .send-button .btn-send, .comment-box .comment-open .btn-send {
	background-color: #03658c;
	border-color: #03658c;
	color: #fff;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.comment-box .send-button .btn-send, .comment-box .comment-open .btn-send {
	text-decoration: none;
}

.comment-box .comment-name.by-author, .comment-box .comment-name.by-author a {color: #03658c;}
.comment-box .comment-name.by-author:after {
	/*content: '';*/
	background: #03658c;
	color: #FFF;
	font-size: 12px;
	padding: 3px 5px;
	font-weight: 700;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.comment-box .posted-time {
	margin-top: 6px;
}

.comment-box .comment-footer {
	display: none;
}

@media all and (max-width: 768px) {
	.comments-container {
		width: 580px;
	}
	.comments-list .comment-box {
		width: 490px;
	}
}
@media all and (max-width: 640px) {
	.comments-container {
		width: 420px;
	}
	.comments-list .comment-box {
		width: 330px;
	}
}
@media all and (max-width: 480px) {
	.comments-container {
		width: 350px;
	}
	.comments-list .comment-box {
		width: 260px;
	}
}
@media all and (max-width: 410px) {
	.comments-container {
		width: 260px;
	}
	.comments-list .comment-box {
		width: 170px;
	}
}
@media all and (max-width: 320px) {
	.comments-container {
		width: 240px;
	}
	.comments-list .comment-box {
		width: 150px;
	}
}
