.news-content {
	margin-bottom: 150px;
	position: relative;
}

#banner5 {
	font-size: 30px;
    line-height: 45px
}

#news {
	padding-bottom: 100px;
}

#news .new {
	max-width: 580px;
	width: 100%;
	margin: auto;
}

#news .new .img-wrapper {
	margin-bottom: 50px;
}

#news .new .img-wrapper img {
	width: 100%;
}

#news .new .new-text {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 400; /*400;*/
	font-size: 17px; /*16px;*/
	line-height: 22px;
	margin-bottom: 50px;
}

#news .new .new-text p {
	margin-bottom: 15px;
}

#news .new .read-more {
	padding-bottom: 18px;
	border-bottom: 2px solid #000;
}

#news .new .read-more a {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #000;
}

#news .new .social {
	position: relative;
	margin-bottom: 0; /*120px;*/
}

#news .new .social ul {
	list-style-type:  none;
	padding-left: 0;
	margin-bottom: 0;
	padding-top: 18px;
	display: inline-block;
}

#news .new .social ul li {
	display: inline-block;
	margin-left: 7px;
	margin-right: 7px;
}

#news .new .social ul li:first-child {
	margin-left: 0;
}

#news .new .social ul li:last-child {
	margin-right: 0;
}

#news .new .social .down-arrow {
	position: absolute;
	top: 18px;
	right: 0;
	cursor: pointer;
}

#news hr.new-separator {
	background-color: #000;
    border: 0 none;
    display: block;
    height: 1px;
	width: 100%;
}
#news hr.new-separator.news {
	margin-bottom: 0;
}

#news .paginator {
	text-align: center;
	/*margin-bottom: 100px;*/
	position: absolute;
	bottom: -95px;
	width: 100%;
}

#news .paginator a {
	font-family: Graphik, Helvetica, Arial, sans-serif;
	font-weight: 400;
	color:  #000;
	/*margin: 7px;*/
	font-size: 14px;
}

#news .paginator a:not(:last-child)::after {
    content: "/";
    margin: 7px;
}

#news .paginator a:hover {
	text-decoration: none;
}

#news .new .banner {
	height: 343px;
}

@media (max-width: 991px) {
	#news .new .banner {
		height: 343px!important;
	}

    #banner5 {
        font-size: 26px;
        line-height: 41px;
    }

    #news .paginator {
    	margin-bottom: 80px;
    }   
}

@media (max-width: 767px) {
	#news .new .banner {
		height: 270px!important;
	}

	.banner .column {
    	display: table-cell;
	}

	#banner5 {
        font-size: 25px;
        line-height: 30px;
    }

    #news .new .new-text {
    	font-size: 13px;
		line-height: 20px;
		margin-bottom: 20px;
		margin-bottom: 0;
    }

    #news .new .read-more a {
    	font-size: 12px;
    }

    #news .new .img-wrapper {
    	margin-bottom: 25px;
    } 

    #news .new .social {
    	text-align: center;
    }

    #news .new .new-text p {
    	margin-bottom: 5px;
    }

    #news .paginator {
    	margin-bottom: 50px;
    }  
}

