div.just_in_container{
    overflow: hidden;
    position: relative;
}
div.just_in_header{
    background-color: #cc0001;
    text-align: center;
    color: white;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 20px;
    padding: 2px;
    font-weight: bold;
}
div.just_in_sub_header{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 10px 0;
    border-color: transparent #510808 transparent transparent;
    line-height: 0px;
    _border-color: #000000 #510808 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    border-style: inset;
    -webkit-transform:rotate(360deg);
}
div.just_in_container div.content div.just_in{
    padding: 2%;
    font-size: 16px;
    line-height: 17px;
    font-family: "Source Sans Pro", sans-serif;
    border-bottom: 1px solid #ccc;
}

div.relative{
    position: relative;
}
div.just_in_container div.time{
    float: right;
    bottom: 3px;
    right: 0;
    clear: right;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    line-height: 13px;
    position: absolute;
}
div.just_in_footer{
    text-align: center;
    background-color: #eeeeee;
    padding: 8px 0px;
    font-family: 'Ubuntu';
    font-size: 12px;
    font-weight: 600;
    /*position: absolute;*/
    width: 100%;
    /*bottom: 0px;*/
}
div.just_in_footer span.glyph_button{
    color: #b40000;
}
div.just_in_container div.just_in{
    vertical-align: middle;
}
div.just_in_container .pipe{
    width:0px;
    float:right;
}

div.just_in_container div.just_in:hover {
  background: #ECECEC;
}
@media (max-width: 767px) {
    div.just_in_container .divider{
        border-bottom: 1px solid #ccc;
    }
    div.just_in_container div.just_in{
        vertical-align: middle;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    div.just_in_container .divider{
        border-bottom: 1px solid #ccc;
    }
    div.just_in_container div.just_in{
        vertical-align: middle;
    }
}
@media (min-width: 992px) {
    /*div.just_in_container div.just_in{
        border-bottom: 1px solid #ccc;
    }*/
    /*div.just_in_container .divider{
        display: none;
    }*/
}

div.just_in_container .content .just_in{
    overflow:hidden;
}
@media (max-width: 1199px){
    div.just_in_container .content{
        overflow:hidden;
    }
}

/* Just In Row Thumbnail */

#just_in{
  margin-top: 10px;
}
.j_photo{
  position: relative;
  height: 118px;
  width: 100%;

}
#linear_left, #linear_right{
  background-color: #2a6bae;
  width: 44%;
  height: 3px;
  margin-top: 15px;
  position: absolute;
}
#linear_left{
  margin-right: 10px;
  left: 0;
}
#linear_right{
  margin-left: 10px;
  right: 0;
}
.just_in_brand{
  height: 30px;
  position: relative;
  margin-bottom: 10px;
}
.just_in_brand p{
  font-size: 18px;
  margin: 0px;
  text-align: center;
  width:100%;
  position: absolute;
  left: 0 !important;
}

.just_in_rowthumb{
  height: 220px;
  background: white;
  width: 96.6% !important;
  padding: 10px 0px 10px 13px;
  float: left;
  display: table;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
}
.j_rthumb_hldr{
  width: 100%;
  height: 200px;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.j_photo img{
  width: 100%;
  height: 118px;
  position: absolute;
}
.j_title{
  font-size: 15px;
  line-height: 17px;
  font-family: 'Lato';
  font-weight: bold;
  height: 54px;
  max-height: 54px;
  overflow: hidden;
  margin-top: 5px;
}
.j_date{
  font-size: 13px;
  line-height: 15px;
  font-family: 'Lato';
  color: rgb(152,152,152);
      margin-top: 5px;
}
.rthumb_more_btn{
  float: left;
  width: 34px;
  height: 220px;
  text-align: center;
  padding-top: 90px;
  background-color: rgb(255,255,255);
  float: right;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
}

.just_in_play{
  position: absolute;
  margin: auto;
}

@media (max-width: 1200px){
  .just_in_rowthumb{
    width: 95.6% !important;
  }
  .j_rthumb_hldr{
    width: 100%;
  }
  .j_photo img{
    height: 110px;
  }
  #linear_left, #linear_right{
    width: 43.9%;
  }
  .just_in_brand p{
    left: 45%;
  }
}

@media (max-width: 992px){
  .just_in_rowthumb{
    display: block;
    overflow: hidden;
    width: 94.3% !important;
    height: 200px;
  }
  .j_rthumb_hldr{
    width: 100%;
    height: 190px;
  }
  .j_photo{
    height: 98px;
  }
  .j_photo img{
    height: 100px;
  }
  #linear_left, #linear_right{
    width: 41.8%;
  }
  .rthumb_more_btn{
    height: 200px;
  }
  .just_in_brand p{
    width: 100%;
    left: 0px;
  }
}

@media (max-width: 767px){
  .just_in_rowthumb{
    width: 100% !important;
    padding: 10px 13px 10px 13px;
    display: table;
  }
  .j_rthumb_hldr{
    width: 100%;
    height: 330px;
  }
  .j_photo{
    height: 110px;
  }
  .j_photo img{
    height: 100%;
  }
  #linear_left, #linear_right{
    width: 36.9%;
  }
  .rthumb_more_btn{
    width: 100%;
    height: 25px;
    padding-top: 0px;
    margin: 0px 0px 10px;
  }
  .f_kicker{
    font-size: 12px;
  }

}

@media (max-width: 480px){
  #linear_left, #linear_right{
    width: 32.9%;
  }
  .j_rthumb_hldr{
    height: 190px;
  }
  .j_photo{
    height: 110px;
  }
  .j_photo img{
    height: 100%;
  }
  .just_in_brand p{
    left: 0;
    width: 100%;
    min-width: 290px;
  }
}
@media (max-width: 320px){
  .just_in_brand p {
      left: 0;
      width: 100%;
      min-width: 290px;
  }
  #linear_left, #linear_right {
      width: 28.9%;
  }
}
