/*div.featured_content_container{
    max-width: 480px;
}*/
div.featured_content_container img{
    max-width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    max-height: 210px;}
div.featured_content_container h2.title{
    padding: 5px 0px 0px;
    /*font-size: 16px;
    font-weight: bold;
    font-family: 'PT Sans', sans-serif;*/
    font-size: 16px;
    line-height: 17px;
    font-family: "Source Sans Pro", sans-serif;
    margin: 0px;
}
div.featured_content_container div.video_thumb{
    position: relative;
    height: 210px;
    background-color: #000;
}
div.featured_content_container div.video_thumb img.play{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}


.f_thumb img{
  margin:auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}


.f_thumb{
  width: 341px;
  height: 240px;
  background-color: black;
  position: relative;
}


.f_title{
  /*width: 50%;*/
  font-weight: bold;
  font-size: 17px;
  max-height: 76px;
  line-height: 19px;
  margin-bottom: 6px;
  overflow: hidden;
}

.f_date{
  font-size: 14px;
  float: left;
}

.f_item{
  float: left;
  width: 365px;
  height: 168px;
}
/***************** MOBILE *********************/
@media (min-width: 1199px) and (max-width: 992px){
    div.featured_content_container div.video_thumb{
        width: 100%;
        height: 190px;
    }
    div.featured_content_container img{
        max-height: 190px;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    div.featured_content_container div.video_thumb{
        width: 100%;
        height: 175px;
        float: left;
        margin: 5px 0px;
    }
    div.featured_content_container img{
        max-height: 175px;
    }
}
@media (max-width: 767px) and (min-width: 481px){
    div.featured_content_container div.video_thumb{
        width: 150px;
        height: 110px;
        float: left;
        margin: 5px 10px 5px 0px;
    }
    div.featured_content_container img{
        max-height: 110px;
    }
}
@media only screen and (max-width: 480px){
    div.featured_content_container div.video_thumb{
        width: 150px;
        height: 110px;
        float: left;
        margin: 5px 10px 5px 0px;
    }
    div.featured_content_container img{
        max-height: 110px;
    }
}

/* APV Featured Content */
#featured{
  width: 32%;
}
.featured{
  display: table;
  background-color: white;
  border: 1px solid #e8e8e8;
  border-radius: 1px;
  padding: 15px 0px;
  width: 100%;
}
.f_kicker{
  font-weight: bold;
}

.featured > div{
  margin-bottom: 20px;
}

#featured .row{
  margin: 0 -10px;
}
/*.f_title{
  word-wrap: break-word;
}*/

@media (max-width: 1200px){
  .f_thumb{
    width: 100%;
    height: 210px;
  }
}

@media (max-width: 992px){
  .f_thumb{
    width: 100%;
  }
  #featured{
    width: 100%;
  }
  #featured .row{
    margin: 0px -15px;
  }
}

@media (max-width: 767px){
  .featured > div{
    display: table;
    width: 100%;
    padding: 0px  10px;
  }
  /*.f_title{
    font-size: 17px;
   line-height: 19px;
  }*/
  /*.featured > div{
    margin-bottom: 20px;
  }*/
  .f_thumb{
    width: 50%;
    float: left;
    height: 110px;
    margin-right: 5px;
  }
  .f_title{
    font-size: 14px;
    line-height: 16px;
  }
  .featured{
        padding: 15px 0px 0px;
        width: 100%;
  }
  .article-info-elek{
    max-width: 100%;
    margin-top: 0px !important;
  }
}