body {
  margin: 0; }

.container_300x250 {
    height: 150px;
    width: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
  float: left;
}

 .container_300x250:hover .gradient_fill {
     background: url('http://lnkgo.alfa.lt/themes/main/images/video-cover.png') no-repeat center center;
     background-size: cover;
     z-index: 4;
     opacity: 1;
     box-shadow: none;
 }

.gradient_fill {
    height: 100%;
    width: 100%;
    position: absolute;
    /*box-shadow: inset 0 0 150px rgba(0, 0, 0, 0.85);*/
    background: url('../img/item-cover-smaller.png') no-repeat center bottom;
    background-size: cover;
    }

.cat-news {
    /*box-shadow: inset 0px 0px 240px black;*/
}

.meta {
  background-color: rgba(3, 3, 3, 0.45);
  border-radius: 6px;
  padding: 5px;
  font-size: 14px;
  margin-right: 5px;
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600; }

.icon {
  width: 20px;
  position: relative;
  top: 4px; }

.rubric {
font-family: 'Titillium Web', sans-serif;
  font-weight: 700;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  padding: 4px 8px;
  color: white;
  position: absolute;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
  top: 20px;
  right: 20px; }

.title {
font-family: 'Titillium Web', sans-serif;
    color: #fff;
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
     position: absolute;
    padding: 14px 19px;
    bottom: 0px; }


.aprasymas {
    font-family: 'Titillium Web', sans-serif;
    /* position: absolute; */
    background: #ed1b24;
    padding: 3px 3px;
    text-shadow: none;
    display: inline-block;
    line-height: 10px;
    font-size: 11px;
    margin-bottom: 3px;
}


#slider {
  width: 860px;
  overflow: auto;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px);
}

.promo {
    position: absolute;
    z-index: 2;
    padding: 8px 18px 0px 22px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom-right-radius: 18px;
}

.promo_line {
    position: absolute;
    z-index: 1;
    color: white;
    font-family: 'Titillium Web', sans-serif;
    padding: 4px 12px 3px 679px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.21);
    display: block;
}

.promo img{
    width: 77px;
}


a {width: 200px!important;}