/*====================================*\ 
 
 Comment Form
 
\*====================================*/

.add-comment {
  position: relative;
  border-color: rgba(0, 39, 59, 0.18);
  margin-bottom: 25px;
}
.add-comment h3 {
  font-size: 18px;
  color: #697279;
  margin-bottom: 18px;
  font-weight:600;
}
.add-comment form img {
  float: left;
  width: 48px;
  height: 48px;
  border-radius: 3px;
}
.add-comment form .add-comment-form {
  padding-left: 60px;
}

.add-comment form .add-comment-form > div:before 
{
	left: -14px;
	position: absolute;
	top: 3px;
	
	font-size: 42px;
	content: "\f0d9";
	display: block;
	font-family: "FontAwesome";
	color: #d4d7d8;
}
.add-comment form .add-comment-form > div 
{
	border: 2px solid #d4d7d8;
	border-radius: 6px;
	margin-left: 10px;
	position: relative;
}

.add-comment form .add-comment-form > div textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  line-height: 150%;
  height: 75px;
  font-size: 14px;
  color: #6c7477;
  background-color: transparent;
  resize: none;
  overflow: auto;
  border:0px;
}
.add-comment form .add-comment-form > div textarea::-webkit-input-placeholder {
  line-height: 24px;
}
.add-comment form .add-comment-form > div textarea:-moz-placeholder {
  line-height: 24px;
}
.add-comment form .add-comment-form > div textarea::-moz-placeholder {
  line-height: 24px;
}
.add-comment form .add-comment-form > div textarea:-ms-input-placeholder {
  line-height: 24px;
}
.add-comment form .add-comment-form > div .alt {
  min-height: 30px;
  border-top: 2px solid #D4D7D8;
  position: relative;
  line-height: 32px;
  background-color: #F5F5F5;
  background-color: rgba(236, 236, 236, 0.51);
  border-radius: 0 0 5px 5px;
}
.add-comment form .add-comment-form > div .alt:after {
  clear: both;
  display: block;
  content: "";
}
.add-comment form .add-comment-form > div .alt button {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 150px;
  background-color: #39434F;
  text-align: center;
  line-height: 32px;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: bold;
  color: #FEFAFA;
  cursor: pointer;
  border:0px;
  transition: 300ms background-color;

}
.add-comment form .add-comment-form > div .alt button:hover {
  background-color: #121618;
}
.add-comment form .add-comment-form > div .alt label {
  font-size: 12px;
  color: #a3adb2;
  padding-left: 10px;
  position: relative;
  top: -2px;
}
.add-comment form .add-comment-form > div .alt label strong {
  color: #c1ac87;
}
.add-comment form .add-comment-form > div .alt label span {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
 
 
 /*====================================*\ 
 
 Comment blocks settings 
 
\*====================================*/

#comments h3
{
	color:#7A7A7A;
}
#comments .comment {
  position:relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#comments .comment:last-child {
  margin-bottom: 15px;
}
#comments .comment .comment {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 20px;
}
#comments .comment .comment .c-text
{
	margin-bottom:0px;
}
#comments .comment .comment .comment .add-subcomment {
  margin-left: -60px;
}
#comments .comment .avatar {
  float: left;
  width: 60px;
  height: 60px;
  padding:4px;
  background-color:#f1f1f1;
  border-radius: 3px;
}
#comments .comment .comment .avatar {
}

#comments .comment .c-text {
	padding: 20px;
    margin-left: 80px;
    margin-bottom: 0px;
    background: #eeeeee;
    border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    color: #f1f1f1;
    font-size: 16px;
	position:relative;
}
#comments .comment .c-text:before {
    position: absolute;
    top: 4px;
    left: -12px;
    font-size: 42px;
    content: "\f0d9";
    display: block;
    font-family: "FontAwesome";
    color: #eeeeee;
}
#comments .comment .comment .c-text {
  margin-left: 70px!important;
  background: #f9f9f9;
}
#comments .comment .comment .c-text:before  {
  left: 57px;
  color: #f9f9f9;
}
#comments .comment .c-text .c-top .c-autor {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration:none;
  position: relative;
}
#comments .comment .c-text .c-top .c-autor a
{
	font-size: 13px;
  font-weight: 600;
  color: #333;
  text-decoration:none;
}
#comments .comment .c-text .c-top .c-autor .tag.admin
{
	color:#FFF;
	font-size:10px;
	padding:2px 10px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
	display:inline-block;
	
	background:#900;
	margin-left:10px;
	margin-top:-5px;
}
#comments .comment .c-text .c-top .date {
  font-weight: 500;
  font-size: 12px;
  color: #a5b2b9;
  color: rgba(0, 39, 59, 0.35);
  padding-left: 12px;
}
#comments .comment .c-text .c-top .date span {
  position: relative;
  left: -6px;
  color: #E4E4E4;
}
#comments .comment .c-text .c-top .date a {
  font-size: 12px;
  font-weight: 400;
  color: #a5b2b9;
  color: rgba(0, 39, 59, 0.35);
}
#comments .comment .c-text .c-alt {
  font-size: 12px;
  font-weight: 600;
  padding-top: 3px;
  color: #a5b2b9;
  color: rgba(0, 39, 59, 0.15);
}
#comments .comment .c-text .c-alt .c-autor {
  font-size: 12px;
  color: #333;
  color: rgba(39, 39, 39, 0.65);
  font-weight: bold;
  padding-left: 0;
}

#comments .comment .c-text .c-alt .likedislike {
  padding: 0 5px;
  color: #a5b2b9;
  color: rgba(0, 39, 59, 0.35);
  font-size:12px;
}
#comments .comment .c-text .c-alt .likedislike .fa {
  color: #BFC9CE;
  color: rgba(0, 39, 59, 0.25);
}
#comments .comment .c-text .c-alt .likedislike .fa:hover {
  color: #9ba5a9;
}
#comments .comment .c-text .c-alt .likedislike.like {
  color: #6DAD85;
  cursor:pointer;
}
#comments .comment .c-text .c-alt .likedislike.like .fa {
  margin-right: 3px;
}
#comments .comment .c-text .c-alt .likedislike.dislike {
  color: #ad756d;
  cursor:pointer;
}
#comments .comment .c-text .c-alt .likedislike.dislike .fa {
  margin-left: 3px;
}

#comments .comment .c-text p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 21px;
  padding: 10px 0;
  opacity: .9;
}
#comments .comment .c-text .c-dados p {
	font-size:12px;
	font-weight:normal;
	padding:0px;
	line-height:150%;	
}
#comments .comment .c-text .c-dados .rating_tit
{
	display:inline-block;
	margin-left:10px;
	font-size:12px;
	color:#E4A15D;
}
#comments .comment .c-text .c-dados .rating_tit .fa
{
	display:inline-block;
}	

#comments .comment .c-text .spoiler-text {
  display: none;
  margin: 11px 0;
  line-height: 38px;
  background-color: #DDDDDD;
  text-align: center;
  font-size: 12px;
  color: #4D4D4D;
  cursor: pointer;
}
#comments .comment .c-text .spoiler-text span {
  color: #382903;
  text-decoration: underline;
}
#comments .comment.spoiler .spoiler-text {
  display: block;
}
#comments .comment .load-more-comment {
  display: block;
  font-size: 13px;
  color: #63add6;
  margin-top: 15px;
}
#comments .comment .load-more-comment:hover {
  text-decoration: underline;
}
#comments .comment .load-more-comment .fa {
  margin-left: 6px;
  color: #171b1d;
  font-size: 18px;
  position: relative;
  top: 2px;
}
#comments .comment .c-text .c-top .report {
  position: absolute;
  right: 5px;
  display: none;
}
#comments .comment .c-text .c-top .report a {
  color: #566267;
}
#comments .comment .c-text:hover .c-top .report {
  display: block;
}

 
/*====================================*\ 

	Other Stuff

\*====================================*/

.popular-comments .comment:last-child {
  border-bottom: none!important;
  padding-bottom: 10px!important;
}

/*====================================*\ 

	 Right-top login menu area

\*====================================*/

.sys-comment .logincon {
  float: right;
  padding: 0;
  position: relative;
}
.sys-comment .logincon:hover .dropdown-menu {
  display: block;
}
.sys-comment .logincon a {
  color: #999;
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 0 10px;
}
.sys-comment .logincon i {
  margin-right: 1px;
  font-size: 14px;
  width: 20px;
  text-align: center;
}
.sys-comment .logincon a .fa-angle-down {
  margin-left: 5px;
}
.sys-comment .logincon:hover a {
  color: #333;
}
.sys-comment .logincon .dropdown-menu a {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 7px 3px 10px;
}
.sys-comment .short a {
  padding: 5px 9px;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  text-decoration:none;
}
.sys-comment .short a .fa
{
	color:#333;
}
.sys-comment .short a.active {
  color: #000 ;
  background-color: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

		  
/*====================================*\ 

	Form login/register area

\*====================================*/

.sys-comment .typerq {
  float: left;
  padding: 0 5px 0 5px;
  position: relative;
}
.sys-comment .typerq a {
  color: #999;
  width: 160px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  padding: 0 7px 0 10px;
  text-decoration: none;
}


/*====================================*\ 

	Dropdown-menu Style

\*====================================*/

.sys-comment .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 120px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.sys-comment .dropdown-menu.top {
  padding: 10px 10px;
  top: auto;
  bottom: 150%;
  min-width: 220px;
  border-color: rgba(0, 0, 0, 0.1);
}
.sys-comment .dropdown-menu.top .topicon {
  float: left;
  width: 90px;
  height: 90px;
  padding: 1px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.sys-comment .dropdown-menu.top .topcontent {
  margin-left: 104px;
  font-size: 14px;
  font-weight: 600;
  line-height:100%;
}
.sys-comment .dropdown-menu.top .topcontent h3 {
  margin-bottom: 5px;
}
.sys-comment .dropdown-menu.top .topcontent .infos span {
  margin-top: 5px;
  font-weight: 400;
  display: block;
  color: #ddd;
  font-size: 11px;
}
.sys-comment .dropdown-menu.top .topcontent .infos strong {
  font-weight: 400;
  margin-top: 2px;
  display: block;
  color: #aaa;
  font-size: 11px;
}
.sys-comment .dropdown-menu::before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  position: absolute;
  top: -5px;
  left: 9px;
}
.sys-comment .dropdown-menu.top::before {
  bottom: -13px;
  left: 9px;
  top: auto;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
}
.sys-comment .dropdown-menu.top .loader {
  opacity: 0.5;
}
.sys-comment .dropdown-menu a {
  display: block;
  padding: 6px 15px;
  clear: both;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
}
.sys-comment .dropdown-menu li > a:hover,
.sys-comment .dropdown-menu .active > a,
.sys-comment .dropdown-menu .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
}
.sys-comment .pull-right .dropdown-menu {
  left: auto;
  right: 0;
}
.sys-comment .pull-right .dropdown-menu:before {
  left: auto;
  right: 9px;
}
