article.sm_cols{column-count:2}
section.news-section{font-size:110%;letter-spacing:0}
figure{width:100%;margin:0 0 30px;position:relative}
.news-section figure img{width:100%}
.news-section figure figcaption{display:block;position: absolute;content:'';bottom: -1px;left:0;right:0;z-index: 1;padding: 10px 10px 10px 10px;color: #fff;}
figcaption:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    top: 0;
    z-index: -1;
background: rgba(0,0,0,.1); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,1)); /* Standard syntax */
}
p.sf_newsAuthor{text-align:right;color:#BDBDBD;display:inline-block}
p.sf_postCategory{display:none}
p.sf_postCategory a{color:#BDBDBD;text-align:right;display:inline-block}
p.sf_postBookmark{box-shadow:0 5px 10px -5px #BDBDBD;padding:10px;border-radius:5px}
.sf_singleNews p.sf_newsAuthor:before{content: '\f007';font-family:FontAwesome;margin-right:5px;display:inline-block}
.sf_singleNews p.sf_postCategory:before{content:'\f07c';font-family:FontAwesome;color:#BDBDBD;margin-right:5px;display:inline-block}
p.sf_newsThumbnail img{width:100%}
h2.sf_newsTitle{margin:10px!important}
.sf_singleNews p.sf_newsDate{display:inline-block;background-color:#004D40;color:#fff;padding:5px}
.sf_singleNews h2.sf_NewsTitle{font-family:roboto;font-weight:300!important;margin-top:20px!important;color:#9E9E9E!important}
.sf_singleNews footer{text-align:right;margin-top:20px}
.sf_newsList li{display:inline-block;/* width:330px; *//* top:0; */margin:15px;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);border-radius:3px;position:relative;}
.sf_newsList p{padding:5px 15px;margin:0}
.sf_newsList p.sf_newsDate{color:#bdbdbd;font-size:1.01em}
.sf_newsList p.sf_newsThumbnail{padding:0}
.sf_newsList h2.sf_newsTitle a{font-size:.7em;color:#263238}
.sf_newsList p.sf_postTags{display:none}
.sf_newsList p.sf_readMore{margin:0;text-align:center;position:absolute;bottom:40px;left:25%}
p.sf_readMore a{text-decoration:none;color:#fff;background-color:#c62828;text-align:center;letter-spacing:.5px;transition:.2s ease-out;cursor:pointer;border:none;border-radius:2px;display:inline-block;height:36px;line-height:36px;outline:0;padding:0 2rem;text-transform:uppercase;box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}

.sf_newsList p{
    padding: 0px 15px
}
.sf_newsList li{
    overflow: hidden;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}
.sf_newsList h2.sf_newsTitle {
    position: absolute;
    text-align: left;
    z-index: 5;
    font-size: 20px
}

.sf_newsList h2.sf_newsTitle a{
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase
}


.sf_newsList p.sf_newsDate {
    position: absolute;
    z-index: 5;
    font-weight: bold;
}

.sf_newsList p.sf_newsAuthor {
    position: absolute;
    bottom: 5px;
    z-index: 5;
    color: #fff;
}

.sf_newsList li p:nth-of-type(2) {
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    line-height: 1.2em;
    max-height: 3.6em;
    overflow: hidden;
    z-index: 5;
    color: #ddd;
}

p.sf_newsThumbnail:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+95&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.62) 95%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 95%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.62) 95%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    z-index: 0;
}

ul.sf_newsList li:nth-of-type(2), ul.sf_newsList li:nth-of-type(3), ul.sf_newsList li:nth-of-type(4), ul.sf_newsList li:nth-of-type(5) {
    width: 178.5px;
}

ul.sf_newsList li:nth-of-type(1) p:nth-of-type(2),
ul.sf_newsList li:nth-of-type(2) p:nth-of-type(2), 
ul.sf_newsList li:nth-of-type(3) p:nth-of-type(2), 
ul.sf_newsList li:nth-of-type(4) p:nth-of-type(2), 
ul.sf_newsList li:nth-of-type(5) p:nth-of-type(2) {
    display: none;
}

ul.sf_newsList li:nth-of-type(1) h2.sf_newsTitle,
ul.sf_newsList li:nth-of-type(2) h2.sf_newsTitle, 
ul.sf_newsList li:nth-of-type(3) h2.sf_newsTitle, 
ul.sf_newsList li:nth-of-type(4) h2.sf_newsTitle, 
ul.sf_newsList li:nth-of-type(5) h2.sf_newsTitle {
    left: 5px;
    right: 0;
    bottom: 2em;
    overflow: hidden;
    line-height: 1.3em;
    max-height: 2.5em;
}

ul.sf_newsList li:nth-of-type(1) p.sf_newsDate,
ul.sf_newsList li:nth-of-type(2) p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(3) p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(4) p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(5) p.sf_newsDate {
    right: 0;
    top: 0;
    color: #fff;
    background: #000;

}

ul.sf_newsList li:nth-of-type(1):hover p.sf_newsDate,
ul.sf_newsList li:nth-of-type(2):hover p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(3):hover p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(4):hover p.sf_newsDate, 
ul.sf_newsList li:nth-of-type(5):hover p.sf_newsDate {
    background: #03A9F4;
    
}
ul.sf_newsList li:nth-of-type(1){
  width: 360px;
  top: -10px;
  left: 10px;
}
ul.sf_newsList li:nth-of-type(2) {
  top: -191px;
  left: 10px
}
ul.sf_newsList li:nth-of-type(3){
  top: -191px;
  left: 10px;
}
ul.sf_newsList li:nth-of-type(4){
  top: -194px;
  left: 373px
}

ul.sf_newsList li:nth-of-type(5){
  top: -194px;
  left: 373px;
}

ul.sf_newsList li:nth-of-type(n+6){
    position: relative;
    display: block;
    top: -200px;
    left: 10px;
    margin-top: 30px
}
ul.sf_newsList li:nth-of-type(n+6) h2.sf_newsTitle {
    position: absolute;
    left: 223px;
    top: 60px
}

ul.sf_newsList li:nth-of-type(n+6) h2.sf_newsTitle a{
    color: #000;
}
ul.sf_newsList li:nth-of-type(n+6) p.sf_newsThumbnail:after {
    position: relative;
}
ul.sf_newsList li:nth-of-type(n+6) p.sf_newsThumbnail {
    width: 218px;
}
ul.sf_newsList li:nth-of-type(n+6) p:nth-of-type(2)  {
    margin-left: 218px;
    color: #000;
    position: absolute;
    top: 10em;
}

.sf_newsList li:nth-of-type(n+6) p.sf_newsAuthor {
    position: absolute;
    top: 0px;
    z-index: 5;
    left: 233px;
    background: #000;
    color: #fff;
    bottom: auto;
}


.sf_newsList li:nth-of-type(n+6) p.sf_newsDate {
    color: #aaa;
    left: 220px;
    top: 30px
}