.news-section {
position: relative;
background-color: #f4f4f4;
}

.news-section h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.news-section div.descr {
	font-size: 0.875rem;
	font-weight: 400;
    line-height: 1.6;
    color: #8f9397;
}

.news-section .pretext {
    position: relative;
    font-size: 12px;
    text-transform: capitalize;
    float: right;
}

.news-section .pretext a {
    color: #666666;
}
.news-section .pretext a:hover {
    color: #337AB7;
    text-decoration: none;
}

.news-section .pretext a:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(242deg);
    -webkit-transform: rotate(270deg);
}

.bignews-block .news-item{
position: relative;
}

.bignews-block .header{
position: relative;
}

.bignews-block .news-image:before {
    content: "";
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.8));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    pointer-events: none;
}
.bignews-block .news-image:hover {
    opacity: 1;
}

.bignews-block .news-image img {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.bignews-block .news-image img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.bignews-block .content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 22px;
}

.bignews-block .info {
    display: inline-block;
    background: #337AB7;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 6px;
    font-weight: 300;
}

.bignews-block .title  {
	margin-top: 15px	
}
.bignews-block .title a {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    padding-bottom: 10px;
    display: block;
	font-weight: bold;
}