.widget_wall_posts ul, .widget_wall_posts ul li{
	list-style:none;padding:0;margin:0;
}
 .widget_wall_posts ul li{
vertical-align:top;margin-bottom:15px;display:inline-block;
 }
  .widget_wall_posts ul li:last-child{
	  margin:0;
  }
.widget_wall_posts .item{
	width:220px;
	display:block;
	float:left;
	text-align:left;
}
.widget_wall_posts .title-wrap{
	overflow:hidden;
}


.comment-wrap {
    margin: 10px 0 0;
    background-color: #f2f4f6;
    font-size: 13px;
    padding: 7px 13px 10px;
    position: relative;
}
.comment-wrap:after
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 9px solid #f2f4f6;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: none;
    transform: rotate(45deg);
    transform-origin: center bottom 0;
    position: absolute;
    top: -9px;
    left: 80px;
}


.comment-date
{
    color: #a3a3a3;
    line-height: 20px;
	font-size:10px;
	display:inline-block;
	margin-left:5px
}

.author-photo
{
    float: left;
    margin: 4px 15px 0 0;
	position:relative
}
.author-photo a img
{
	display:block;
	border:0;
	text-decoration:none;
    border-radius: 100px;
	width:50px;
	max-height:50px;
	overflow:hidden;
}

.comment-author
{
    font-weight: 600;
    line-height: 20px;
}
.comment-author a{
	color:#000;
	text-decoration:none;
}
.is_ava .comment-author
{
    height: 50px;
    display: flex;
    /* flex-direction: column;*/
    align-items: center; 
    /* justify-content: center;*/
}

.is_ava .comment-author a{
   font-size:16px;
   line-height:20px
}




.comment-link-full
{
    line-height: 16px;
    overflow: hidden;
    position: relative;
	height:54px;
}

.comment-wrap .comment-link-full:before
{
    background-image: linear-gradient(to right, rgba(249, 250, 250, 0), #f2f4f6 75%);
    bottom: 0;
    content: "";
    height: 15px;
    position: absolute;
    right: 0;
    width: 40%;
}
.comment-block-text {
	border-bottom: 1px solid transparent;
	color: #000;
	font-size: 1.1em;
	text-decoration: none;
}

.comment-block-text:hover {
	border-bottom-color: #a3a3a3;
	color: #000;
	text-decoration: none;
}






.spinner {
  width: 8px;
  height: 8px;
  position: relative;
  float:left;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: red;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
}
.is_on-line .spinner {
  width: 8px;
  height: 8px;
}
.is_on-line .double-bounce1, .is_on-line .double-bounce2{
  -webkit-animation: sk-bounce 4.0s infinite ease-in-out;
  animation: sk-bounce 4.0s infinite ease-in-out;
  background-color: green;
}
.is_on-line .double-bounce2 {
  -webkit-animation-delay: -2.0s;
  animation-delay: -2.0s;
}


@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



