
.item-views.news-items .item .body-info>.wrap.red {background: #ed1c24;}
.item-views.news-items .wrap.red .title a {color: #fff; font-weight: bold;}
.item-views.news-items .item.wti.red .title:after {background: #ffffff;}

.item-views.news-items .item .body-info>.wrap.blue {background: #0074bb;}
.item-views.news-items .wrap.blue .title a {color: #fff; font-weight: bold;}
.item-views.news-items .item.wti.blue .title:after {background: #ffffff;}

.item-views.news-items .item .body-info>.wrap.grey {background: #bababa;}
.item-views.news-items .wrap.grey .title a {color: #fff; font-weight: bold;}
.item-views.news-items .item.wti.grey .title:after {background: #ffffff;}

.item-views.news-items .item .body-info>.wrap.grey_blue {background: #bababa;}
.item-views.news-items .wrap.grey_blue .title a {color: #fff; font-weight: bold;}
.item-views.news-items .item.wti.grey_blue .title:after {background: #ffffff;}

.item-views.news-items .item .body-info>.wrap.transparent {background: transparent;}

.item-views.news-items .wrap.white .title a {font-weight: bold;}

.wrap.shadow:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.2);
    -moz-box-shadow: 0px 5px 25px 0px rgba(18, 25, 38, 0.2);
    box-shadow: 0px 5px 25px 10px rgba(18, 25, 38, 0.2);
}
.item-views.news-items .item .body-info>.wrap.grey_blue:hover{box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);background: #006eb3;}
.item-views.news-items .item .body-info>.wrap {transition: all 0.7s ease-in-out;}

/*
.item-views.news-items .item .body-info.bgi{background-size: 100% 100% !important; min-height: 300px;}
@media (max-width: 991px){
    .item-views.news-items .item .body-info.bgi{min-height: 280px !important;}    
}
@media (max-width: 767px){
    .item-views.news-items .item .body-info.bgi{min-height: 250px !important;}    
}
*/