.post-list .layout-list .post-item a {
  position: relative;
  display: block;
  overflow: auto;
  font-family: 'OpenSansLight';
  color: #000;
  padding: 15px 15px 15px 470px;
  /*15px 15px 15px 369px;*/
  min-height: 223px;
  /* img height + 15 + 15 padding */
  -webkit-transition: background 700ms ease;
  -moz-transition: background 700ms ease;
  -o-transition: background 700ms ease;
  transition: background 700ms ease;
}
.post-list .layout-list .post-item a:hover .image-media-object-container:before {
  opacity: 1;
}
.post-list .layout-list .post-item a .time {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 80px;
  font-size: 30px;
  -webkit-transition: background 700ms ease;
  -moz-transition: background 700ms ease;
  -o-transition: background 700ms ease;
  transition: background 700ms ease;
}
.post-list .layout-list .post-item a .time span {
  display: block;
  line-height: 1em;
}
.post-list .layout-list .post-item a .time span.icon {
  color: #9a9a9a;
  font-size: 40px;
  line-height: .8em;
  text-indent: 0em;
  display: none;
}
.post-list .layout-list .post-item a .time span.clocktime {
  font-size: 18px;
  color: #777;
  letter-spacing: 4px;
  padding-top: 5px;
}
.post-list .layout-list .post-item a .time span.month {
  font-size: 32px;
}
.post-list .layout-list .post-item a .time span.day {
  font-size: 22px;
  font-size: 56px;
  color: #de0e34;
}
.post-list .layout-list .post-item a .image-media-object-container {
  position: absolute;
  top: 15px;
  left: 95px;
  width: 344px;
  overflow: hidden;
}
.post-list .layout-list .post-item a .image-media-object-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 700ms ease;
  -moz-transition: opacity 700ms ease;
  -o-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}
.post-list .layout-list .post-item a .image-media-object-container img {
  width: 344px;
  height: 193px;
  vertical-align: bottom;
  -webkit-transition: -webkit-transform 700ms ease;
  -moz-transition: -moz-transform 700ms ease;
  -o-transition: -o-transform 700ms ease;
  transition: -webkit-transform 700ms ease, -moz-transform 700ms ease, -o-transform 700ms ease, transform 700ms ease;
}
.news-media-object {
  position: relative;
  overflow: hidden;
  display: block;
}
.news-media-object:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  text-align: center;
  background: #000;
  color: #fff;
  z-index: 10;
  /*font-family: 'IconsFont';*/
}
.post-list .layout-list .post-item a:hover .image-media-object-container img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.post-list .layout-list .post-item a .information {
  display: block;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #686868;
}
.post-list .layout-list .post-item a .title {
  display: block;
  font-family: 'OpenSansBold';
  font-size: 30px;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0 0 .3em;
  word-wrap: break-word;
  -webkit-transition: color 700ms ease;
  -moz-transition: color 700ms ease;
  -o-transition: color 700ms ease;
  transition: color 700ms ease;
}
.post-list .layout-list .post-item a:hover .title {
  color: #686868;
}
.post-list .layout-list .post-item a .text {
  display: block;
  font-family: 'OpenSansRegular';
  font-size: 16px;
  color: #686868;
  word-wrap: break-word;
}
.news-media-objectTypeIcon {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  background: #000;
  color: #fff;
  font-size: 20px;
  width: 36px;
  /* height: 50px; */
  text-align: center;
}
/*
.news-media-objectCategory .category{
    position: absolute;
    display: inline;
    left: 0px;
    bottom: 0px;
    font-size: 14px;
    padding: 2px 5px 0px 5px;
    //background: rgba(0, 0, 0, 0.5);
    color: #fff;
    
    padding: .2em .6em .3em;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #DE0E34;
}
*/
/* icon replaced with simple tag
.sticky-overlay {
        
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        text-transform: uppercase;
        border: none;
        //background: #001e49;
        color: #fff; //#e2003b;
        //position: relative;
        z-index: 2;
        padding: 6px 10px;        
        line-height: 1;
        font-family: "roboto_boldcondensed",Helvetica,sans-serif;
        font-size: 22px;
        font-size: 2.2rem;
        text-transform: uppercase;
        vertical-align: bottom;
        background-color: #000; //rgba(255,255,255,0.5);
        position: absolute; //absolute;                
        top:0;
        left:0;

        //bottom: 0;
        //left:0;
    }
*/
/* .sticky-overlay:after {
        content: '';
        display: block;
        z-index: -1;
        height: 100%;
        width: 50%;
        background: #001e49;
        background-color: #e2003b;
        position: absolute;
        top: 0;
        left: -10%;
        -webkit-transform: skew(-14deg, 0deg);
        transform: skew(-14deg, 0deg);
        transition: all 0.15s ease;    
    }*/
.sticky-overlay {
  display: inline-block;
  border: none;
  background: #001e49;
  color: #fff;
  z-index: 2;
  padding: 5px 10px 4px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  font-family: "roboto_boldcondensed", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  vertical-align: bottom;
  background-color: #e2003b;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 0;
  text-transform: uppercase;
}
.sticky-tag {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 3px;
  background-color: #EC2046;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "roboto_boldcondensed", Helvetica, sans-serif;
}
.sticky-tag > i {
  padding-right: 10px;
}
.category {
  color: #DE0E34;
}
@media only screen and (max-width: 320px) {
  .post-list .layout-list .post-item a {
    padding: 15px 15px 15px 140px;
    min-height: 90px;
  }
  .post-list .layout-list .post-item a .image-media-object-container {
    left: 0px;
    width: 130px;
  }
  .post-list .layout-list .post-item a .image-media-object-container img {
    width: 100%;
    height: auto;
  }
  .post-list .layout-list .post-item a .title {
    font-size: 13px;
  }
  .post-list .layout-list .post-item a .information {
    font-size: 10px;
  }
}
@media only screen and (min-width: 321px) and (max-width: 479px) {
  .post-list .layout-list .post-item a {
    padding: 15px 15px 15px 175px;
    min-height: 105px;
  }
  .post-list .layout-list .post-item a .image-media-object-container {
    left: 0px;
    width: 160px;
  }
  .post-list .layout-list .post-item a .image-media-object-container img {
    width: 100%;
    height: auto;
  }
  .post-list .layout-list .post-item a .title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .sticky-overlay {
    padding: 4px 5px;
    font-size: 10px;
    font-size: 1rem;
  }
  .news-media-objectTypeIcon {
    font-size: 10px;
    font-size: 1rem;
    width: 20px;
  }
  .post-list .post-list-inner {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .post-list .layout-list .post-item a {
    padding: 15px 15px 15px 270px;
    min-height: 170px;
  }
  .post-list .layout-list .post-item a .image-media-object-container {
    left: 0px;
    width: 260px;
  }
  .post-list .layout-list .post-item a .image-media-object-container img {
    width: 100%;
    height: auto;
  }
  .post-list .layout-list .post-item a .title {
    font-size: 20px;
  }
}
