.box-message {
	position: fixed;
	bottom: 110px;
	z-index: -99999999;
	width: 90%;
	margin: 0 5%;
	opacity: 0;
	transition: all .3s ease-out;
}

.box-message.active {
	opacity: 1;
	z-index: 99999999;
}

.box-message .wrapper-box {
  position: relative;
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.16);
  padding: 10px;
  border-radius: 5px;
  z-index: 9;
  background: #76b51b;
  color: #fff;
}

.box-message .wrapper-box a {
	color: #fff;
	display: block;
}

.box-message .wrapper-box:before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #76b51b;
  display: block;
  content: "";
  bottom: -25px;
  right: 35px;
}
.box-message .wrapper-box:after {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #76b51b;
  display: block;
  content: "";
  bottom: -10px;
  right: 35px;
  z-index: -10px;
}
.box-message .entry-title {
  color: #e20927;
  font-size: 16px;
  margin: 0 0 6px 0;
  letter-spacing: 0.01em;
	font-weight: bold;
}
.box-message .btn-close {
  position: absolute;
  top: -5px;
  right: -5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  background: #76b51b;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
}
.box-message .btn-close i {
  vertical-align: top;
}
/*Comments*/

#comment {

}
#comments .comment_one {
  border: 1px solid #ddd;
  padding: 15px;
}
.comment_one .entry-heading {
  margin: 15px 0 20px 0;
  font-size: 18px;
  text-transform: uppercase;
  color: green;
}

#comments .comment_one .submit_comment,
.form_reply .submit_comment{
  color: #fff;
  background: blue;
  border: 0;
  border-radius: 5px;
  font-size: 18px;
  padding: 6px 20px;
}
.form_reply .submit_comment {
  float: right;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 13px;
}
#comments .comment_one .submit_comment i {
  margin-right: 5px;
}

.wrapper-comments .avatar {
  width: 70px;
  border: 1px solid #ccc;
  padding: 15px 5px;
  border-radius: 4px;
  background: #f4f4f4;
}
.wrapper-comments .comment_info a,
.wrapper-comments .comment_info .entry-meta{
  background: #ff8100;
  color: #fff;
  font-size: 13px;
  border: 1px solid #fff;
  padding: 3px 10px;
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
}
.wrapper-comments .comment_info .entry-meta {
  background: #2cb809;
}

.wrapper-comments .comment_right {
  border-bottom: 1px solid #eee;
}

.wrapper-comments .replied-to {
  margin: 10px 0 0 20px;
}

.wrapper-comments .replied-to li {
  margin: 20px 0;
}
.wrapper-comments .entry-heading {
  margin: 20px 0 15px 0;
  color: #075cc9;
  font-size: 18px;
}

/*Style comment xs*/
@media(max-width: 767px) {
  .container-xs {
    padding: 0;
  }
  #comments .comment_one {
    padding: 10px 10px 0 10px;
    margin: 0 0 10px 0;
  }
  .comment_one .entry-heading {
    font-size: 14px;
    padding: 5px 0 10px 0;
    margin: 0;
    letter-spacing: initial;
    text-align: center;
    line-height: 1.4;
  }
  #comments .comment_one .row textarea.form-control {
    height: auto !important;
  }
  #comment_from img,
  .form_reply .ivatar{
    display: none;
  }
  #comments .comment_one .submit_comment,
  .form_reply .submit_comment {
    font-size: 14px;
    padding: 3px 20px;
  }
  .form_reply .submit_comment {
    padding: 0 15px;
  }

  #comments .comment_one .bt {
    text-align: center;
  }

  .wrapper-comments .avatar {
    width: 50px;
    max-width: inherit !important;
  }
  .wrapper-comments .entry-heading {
    margin: 0 0 15px 0;
  }
}

.fixed-right li .icon-fb {
    background: url(../images/icon-fb.png);
}

.fixed-right li.chat-fb span.text-desc {
  background: #1964ab;
}

div.fixed-right li span.text-desc {
  padding: 0 7px 0 16px;
  text-align: right;
}

.extra-info .entry-meta {
   margin: 10px 0;
}
 .extra-info .entry-meta .title {
   color: #fff;
   background: #f59b31;
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
}
 .extra-info .entry-meta ul {
   border: 1px solid #f59b31;
   padding: 10px;
   border-top: 0;
}
 .extra-info .entry-meta li {
   line-height: 1.4;
   display: table;
   text-align: left;
   float: none;
   width: 100%;
   color: #333;
   font-size: 14px;
   border: 0;
}
 .extra-info .entry-meta li i {
   color: #357d0e;
   margin-right: 10px;
   display: table-cell;
   padding-right: 10px;
   width: 20px;
}
