/* ---{ Sizes }--- */
/* ---{ General colors }--- */
/* ---{ media queries. When using responsive }--- */
/* ---{ Columns }--- */
/* ---{ Other }--- */
/* ---{ Mixins }--- */
/*----- CSS3 Animation functions -----*/
#newsList .item {
  display: inline-block;
  margin-bottom: -4px;
  width: 100%;
  padding: 65px 15px 15px 15px;
  position: relative;
  border-bottom: solid 3px #f1f1f1 !important;
  transition: background-color 200ms ease-in-out;
}
@media only screen and (min-width: 400px) {
  #newsList .item {
    padding: 30px 15px 60px 173px;
  }
}
#newsList .item:last-child {
  margin-bottom: 0;
  border-bottom: none !important;
}
#newsList .item .date {
  position: absolute;
  top: 60px;
  right: auto;
  bottom: auto;
  left: 15px;
  line-height: 17px;
  padding: 7px;
  width: 75px;
  background-color: #999999;
  color: white !important;
  text-align: center;
}
@media only screen and (max-width: 399px) {
  #newsList .item .date {
    top: 100px;
  }
}
#newsList .item .date:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}
#newsList .item .date .day {
  font-weight: bold;
  font-size: 16px !important;
}
#newsList .item .date .month-year {
  font-size: 12px !important;
  font-weight: normal;
}
#newsList .item .picture {
  float: left;
  width: 150px;
  text-align: center;
  height: auto !important;
  margin: 0 0 -35px -150px;
}
#newsList .item .picture a {
  display: block;
}
#newsList .item .picture img {
  border: 0;
}
@media only screen and (max-width: 399px) {
  #newsList .item .picture {
    min-height: 100px;
    margin: 0 0 0 10px;
  }
}
#newsList .item .item-content {
  float: left;
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 399px) {
  #newsList .item .item-content {
    padding-left: 0;
  }
}
#newsList .item .item-content h3 {
  margin: 0 0 15px;
  padding: 0;
}
#newsList .item .item-content h3 a {
  text-decoration: none;
  font-size: .9em !important;
  color: #555555 !important;
  font-weight: 500;
}
#newsList .item .item-content .teaser {
  color: #777777;
}
#newsList .item:hover {
  background-color: #f1f1f1;
}
#newsDetail h1 {
  margin: 0 0 2px;
}
#newsDetail a.back {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 11px !important;
  background: url(../../images/arrow-back.gif) left center no-repeat;
  padding: 0 0 0 12px;
}
#newsDetail .date {
  margin: 0 0 4px;
  font-size: 11px !important;
  color: #666666;
}
#newsDetail .picture {
  margin: 4px 10px 10px 0;
  width: 150px;
  float: left;
  text-align: center;
}
#newsDetail table {
  border: 0;
  padding: 0;
  width: 110px;
  height: 110px;
  text-align: center;
}
#newsDetail .teaser {
  margin: 0 0 15px !important;
}
@media only screen and (min-width: 768px) {
  #newsDetail .teaser {
    float: left;
    width: 80%;
    padding-left: 30px;
  }
}
