body {
  margin: 0 !important;
  height: auto;
}

#conatiner_news {
  margin: 50px auto 40px auto !important;
  clear: both !important;
  display: block;
  border-radius: 11px !important;
  width: 80% !important;
  height: 650px !important;
  overflow-y: scroll !important;
  text-align: left;
  background-color: white;

  /* base.css, part of YUI's CSS Foundation, modified for BF */
  /* /base.css, part of YUI's CSS Foundation*/
  /*--- Header ---*/
  /*--- /Header ---*/
  /*--- Posts ---*/
  /*--- /Posts ---*/
}

#news{
  padding: 0em 4em;
}

.post-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #f7f7f7;
  padding: 3em 0
}

.post-listing a {
  text-decoration: none
}

.post-listing a:hover {
  opacity: .7
}

.post-listing .image {
  width: 200px;
  margin-right: 3em
}

.post-listing img {
  width: 100%;
  height: auto;
  margin-bottom: -3px;
}

.post-listing .details {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.post-listing .details h1 {
  font-size: 1.8em;
  font-weight: 100;
  margin-top: .5em;
  text-align: left;
  font-size: 28px;
  color: #132a37;
}

.post-listing .details p {
  margin: 0;
  line-height: 1.5em;
  color: #797979;
  font-size: 16px;
}

.post-listing .details .category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.post-listing .details .category img {
  height: 20px;
  width: auto;
  margin-right: 1em
}

.post-listing .details .category h4 {
  font-size: 12px;
  margin: 0;
  color: #eb5f31;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
}

.post-listing .details .read-more {
  margin: 1em 0 0 0
}

.post-listing .details .read-more a {
  padding-bottom: .5em;
  border-bottom: 2px solid transparent;
  font-size: 12px;
  margin: 0;
  color: #225776;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "proxima-nova",sans-serif;
}

.post-listing .details .read-more a:hover {
  border-bottom: 2px solid #225776
}


@media only screen and (max-width: 600px) {
  #conatiner_news {
    display: none;
  }
}