.tvr { display: block; padding: 14px 30px 14px 15px; box-sizing: border-box; background: #fff; position: relative; margin: 0 0 20px 0; border-radius: 3px; box-shadow: 0 1px 0 0 rgba(0,0,0,0.05); color: #000; }
.tvr:hover { text-decoration: none; }
.tvr--with-preview { min-height: 135px; padding-left: 259px; }
.tvr--highlight { box-shadow: inset 0 0 0 2px #FFDA00 }
.tvr:last-child { margin: 0; }

.tvr__preview { width: 240px; height: 135px; position: absolute; left: 0; top: 0; border-radius: 3px 0 0 3px; }



.tvr__name { white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px; height: 23px; position: relative; }

.tvr__name-text { font: 700 20px/19px "open sans"; display: inline-block; border-bottom: 1px solid; color: #0066ff;   }

.tvr__name:after {

  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 60px;
  background-image: linear-gradient(to right,rgba(255,255,255,0.1),rgba(255,255,255,1));
  border-right: 55px solid #fff;

}

.tvr:hover .tvr__name-text { color: #ff0000; }

.tvr__meta { position: absolute; top: 17px; right: 15px;  }
.tvr__price { font: 600 18px/18px "open sans"; text-align: right; }
.tvr__date { font: 300 12px/13px "open sans"; color: #666; text-align: right; margin: 5px 0 0 0; }

.tvr__txt { display: none; }

.tvr__company-wrap { margin: 5px 0 0 0; display: block; }
.tvr__company { font: 13px/13px "open sans"; color: green; }

.tvr__status { font: 13px/13px "open sans"; margin: 5px 0 0 0; }
.tvr__status--active { color: green }
.tvr__status--inactive { color: #ff0000; }

.tvr__snippet { font: 15px/22px "open sans";  margin: 15px 120px 0 0; }

