.news_main_item, .news_page_item {
    padding: 0;
    background: var(--bg-color);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    display: block;
    margin: 4px 0;
}
.news_page_item {
    width: 100%;
    margin: 4px 15px 20px;
}
.news_main_item .image-wrapper{
    display: block;
    background-color: #fff;
    width: auto;
    height: 220px;
    overflow: hidden;
}
.news_main_item .image-wrapper img, .news_page_item .image-wrapper img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: all 1s linear;
}

.news_page_item .image-wrapper{
    display: block;
    background-color: #fff;
    width: 330px;
    height: 220px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.news_main_item .image-wrapper img:hover, .news_page_item .image-wrapper img:hover {
    -webkit-transform: scale3d(1.2, 1.2, 1);
     transform: scale3d(1.2, 1.2, 1);
     transition: all 1s linear;
   }
   
.news_main_item:hover, .news_page_item:hover, .news_stock_report:hover{
    background-color: #ffffff;
    background: -webkit-linear-gradient(360deg, #e5e7e7 10%, #f4f4f4 360%); 
    color: #000;
}
.news_main_item:hover .image-wrapper img, .news_page_item:hover .image-wrapper img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
     transform: scale3d(1.2, 1.2, 1);
     transition: all 1s linear;
     text-decoration: none;
   }
.news_main_item span.title{
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
    min-height: 65px;
    margin: 15px;
}
.news_page_item span.title {
    font-size: 2rem;
    display: block;
    min-height: 30px;
    margin: 10px 15px 10px;
}
.news_main_item span.teaser-text {
    display: block;
    min-height: 140px;
    font-size: 1.5rem;
    margin: 5px 15px 15px 15px;
}
@media only screen and (max-width: 990px) {

    .news_main_item span.title{
       min-height: auto;
    }
    .news_main_item span.teaser-text {
        min-height: auto;
        
    }

}
.section_news .slick-slide {
    margin: 0 1rem
}
.news_main_item span.date {
    font-size: 1.2rem;
    display: block;
    margin: 5px 15px 10px 15px;
}   
.news_page_item span.date {
    font-size: 1.4rem;
    display: block;
    margin: 10px 15px 10px;
}   
.news_page_item span.teaser-text {
    display: block;
    font-size: 1.6rem;
    margin: 0px 15px 15px 15px;
}
.news-single h1 {
    font-size: 5rem;
    font-weight: 800;
}

.news-single .lead {
    font-size: 3rem;
    margin: 1em 0;
}

.news-single .news-img-caption, .thumbnail .caption {
    background-color: #3f3f3f;
    bottom: 29px;
    color: #fff;
    font-size: 1.3rem;
    line-height: normal;
    margin: 0 auto;
    padding: 6px 10px;
    text-align: center;
    position: relative;
    width: 80%;
    opacity: .8;
}

.thumbnail {
    margin: .5em 0 1.5em;
}
.thumbnail img {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: auto;
}

article .news_main_item span.title {
    font-weight: 600;
}
article .news_main_item {
    margin-bottom: 1.5em;
    color: var(--primary--color);
    text-decoration: none !important;
}

ul.f3-widget-paginator {
   margin: 1em auto;
   display: block;
   width: 100%;
}
ul.f3-widget-paginator li {
    background: #F7F7F7;
    display: block;
    float: left;
    padding: 2px 6px;
	font-size: 1.6rem;
	line-height: 2.2rem;
}
article ul.f3-widget-paginator li a {
    display: block;
    color: var(--primary--color) !important;
    text-decoration: none !important;
  }
ul.f3-widget-paginator li::before {
	content: normal;
}

ul.f3-widget-paginator li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #cccccc;
    color: var(--primary--color);
    margin: 0 0 8px 4px !important;
    min-width: 30px;
	min-height: 27px;
    padding: 4px 8px !important;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    transition: color 0.1s ease-in 0s;
}	
ul.f3-widget-paginator li.current {
	background-color: #FC9808 !important;	
	color: #FFF !important;
}

/* news stock report*/

article .news_stock_report {
    margin-bottom: .5em;
}

article .news_stock_report span.title {
    padding-top: .8em;
    min-height: auto;
    margin: 15px 15px 10px 15px;
}

article .news_stock_report span.teaser-text {
    min-height: 90px;
}

.news-related-files-size {
    font-size: 1.3rem;
    color: #3f3f3f;
    display: block;
}

/* CW Items*/

.news_page_item .cw-title { 
    font-weight: 600;   
    padding-top: 0.8em;
    min-height: auto;
    margin: 15px 15px 10px 15px;
    font-size: 1.8rem;
    line-height: 2.2rem;
    display: block;
}

.news_page_item .cw-date {
    font-size: 1.2rem;
    display: block;
    margin: 5px 15px 10px 15px;
}

.news_page_item .cw-teaser-text {
    min-height: 90px;    
    display: block;
    font-size: 1.5rem;
    margin: 5px 15px 15px 15px;
}

@media only screen and (max-width: 768px) {
    .news_page_item .image-wrapper{
        margin-bottom: 10px;
        width: 100%; 
    }
    .news-single h1 {
        margin-top: 1em;
        font-size: 3.5rem;
        font-weight: 800;
    }
    .news-single .lead {
        font-size: 2.5rem;
        margin: 1em 0;
    }
    .pagetopnews {
        height: auto;
      
    }
}
