.news-holder p {
    margin-bottom: 12px;
}

.news-holder {
    width: auto;
    height: 420px;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 13px;
}

.news-holder * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
  color: #64686d;
  text-decoration: none;
}

.news-headlines {
    height: 420px;
  list-style: none;
  position: relative;
}

.media-body {
    display: table-cell;
    vertical-align: top
}
.media-body h4{
    font-size: 22px;
}

.media-body p{
    font-size: 15px;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

  .news-headlines li {
    padding: 5px 20px 5px 24px;
    /*margin-bottom: 15px;*/
    position: relative;
    z-index: 20;
    color: #64686d;
      height: 99px;
  }

  .nh-anim {
      /*border: solid 1px green;*/
    -webkit-transition: all .75s ease-out;
    -moz-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  
  .news-headlines li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background: transparent;
    vertical-align: middle;
    margin-left: -12px;
    margin-right: 7px;
  }

  .news-headlines li:hover, a:hover {
      cursor: pointer;
      color: #ffffff;
  }
  
  .news-headlines .highlight {
     width: 100%;
     background: transparent;
    /* border-top: solid 1px #999;
     border-left: solid 1px #999;
     border-bottom: solid 1px #999;*/
     position: absolute;
     top: 0;
     left: 0;
     z-index: 10;
  }

  .news-headlines .highlight:before {
    display: none;
  }

.news-headlines {
   float: right;
   width: 49%;
}

.news-preview {
   float: right;
   /*border: solid 1px #999;*/
   width: 51%;
   /*background: #ededed;*/
  /* position: relative;
   z-index: 5;
   margin-left: -1px;
   min-height: 304px;*/
   position: relative;
}

  .news-preview img {
    display: block;
    width: 100%;
    /*max-width: 220px;*/
    max-height: 419px;
      margin-left:auto;
      margin-right: auto;
   /* margin: 0 auto 5px auto;*/
  } 

.news-content {
    position: absolute;
    border: 1px red solid;
    background: transparent;
    height: 420px;
    display: none;
}


.top-content {
    display: block;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

@media (min-width: 1200px) {
    .news-content {
        margin-left: 15px;
        margin-top: 20px;
    }

}

@media (min-width: 992px) and (max-width: 1028px) {
    .news-content {
        margin-left: 38px;
        margin-top: 5px;
        margin-right: 56px;
        height: auto;
    }

    .media-body h4 {
        font-size: 20px;
    }
    .media-body p {
        font-size: 13px;
    }
}

@media (min-width: 825px) and (max-width: 991px) {
    .news-content {
        margin-top: 27px;
        height: auto;
    }
    .media-body h4 {
        font-size: 20px;
    }
    .media-body p {
        font-size: 13px;
    }
}

@media (min-width: 776px) and (max-width: 824px) {
    .news-content {
        margin-top: 37px;
        margin-left: 25px;
        height: auto;
    }

    .media-body h4 {
        font-size: 17px;
    }
    .media-body p {
        font-size: 12px;
    }
}

@media (min-width: 744px) and (max-width: 775px) {
    .news-content {
        margin-top: 40px;
        margin-left: 25px;
        height: auto;
    }

    .media-body h4 {
        font-size: 17px;
    }
    .media-body p {
        font-size: 12px;
    }
}

@media (min-width: 600px) and (max-width: 743px) {
    .news-content {
        margin-top: 35px;
        margin-left: 25px;
        height: 420px;

    }


    .media-body h4 {
        font-size: 17px;
    }
    .media-body p {
        font-size: 12px;
    }
}

