.vkItemList {
    padding: 0;
    /*text-align: center;*/
}
.vkItem {
    /*display: inline-block;*/
    width: 50%;
    /*vertical-align: top;*/
    /*text-align: left;*/
}

.vkItem a{
    color: #7295b2;
}

.vkItem_user_name {
    color: #000 !important;
    font-weight: bold;
}

.vkItem_date {
    color: #777 !important;
    font-size: 90%;
}

.vkItem__avatar {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #b8cad8;
}

.vkItem>.row {
    margin: 10px;
    padding: 15px 0;
    border: 1px solid rgba(114, 149, 178, 0.5);
    background-color: #fff;
}

.vkFeedTitle {
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid #B7C4D0;
}

.vkItems_info>div {
    padding: 5px;
    color: #7295b2;
}

.vkItems_info>div .fa{
    color: #789CC3;
}

.vkItems_info-likeBox {
    text-align: right;
}

.vkItems_info>div {
    padding: 5px;
    color: #7295b2;
}


.vkItems_text {
    margin: 5px 0;
    -ms-word-break:  break-word;
    word-break: break-word;
}

/********* Attachments *********/

/* LINK*/
img.attachLink_img {
    display: inline-block;
    margin: 0 auto;
    max-width: 90%;
    height: auto;
}

.attachLink span {
    display: inline-block;
}

span.attachLink_title {
    font-weight: bold;
}

/*PHOTO*/

.attachPhotos {
    line-height: 0;
}

.attachPhoto, .attachPhoto-big {
    display: inline-block;
    padding: 2px;
    height: 170px;
}

.attachPhoto-big {
    height: 210px;
}

.attachPhoto_img, .attachPhoto_img-big {
   min-width: 33.3333%;
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: cover;
    transition: all 0.3s;
}

.attachPhoto {
    min-width: 50%;
}

/* VIDEO */

.attachVideo_img {
    width: 100%;
    height: 210px;
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
}

.attachVideo_playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background-color: rgba(0,0,0,0);
    background-image: url("vkItem_playBtn.png");
    transition: all 0.3s;
}

.attachVideo_img:hover .attachVideo_playBtn {
    background-color: rgba(0,0,0,0.8);
}



 .attachPhoto_img:hover  {
    opacity: 0.8;
}



/********* КОНЕЦ | Attachments *********/



.attachLink a {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.attachLink a:after {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
    box-shadow: inset -15px 0px 10px -5px #fff;
}