.news{
	background-color: #FBFBFB;
	padding-bottom: 20px;
}
.news h1{
	padding: 25px 0;
	color: #787878;
	position: relative;
	font-size: 2.4em;
	font-weight: 800;
	text-align: center;
	text-transform: uppercase;
}
.news h1::before{
	content: '';
	top: 37px;
	position: absolute;
	display: block;
	width: 100%;
	vertical-align: middle;
	height: 1px;
	background-color: #b1b1b1;
}
.news h1 span{
	background-color: #FBFBFB;
	position: relative;
	display: inline-block;
	padding: 0 15px;
}
.news .item{
	color: #504f4f;
	width: 50%;
	text-decoration: none;
	padding-right: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news .item .text{
	display: block;
	width: 190px;
}
.news .item .text .link{
	font-size: 1.4em;
	color: #0aa9ee;
	text-decoration: underline;
}
.news .item .text p{
	font-size: 1.2em;
	padding: 6px 0;
}
.news h6{
	padding: 5px 0;
	font-weight: 400;
}
.news h2{
	font-size: 1.4em;
	font-weight: 700;
	text-transform: uppercase;
}
.news .item .img{
	position: relative;
	width: 230px;
  border-style: solid;
  border-width: 2px;
  border-color: rgb( 255, 255, 255 );
  background-color: rgb( 232, 232, 232 );
  box-shadow: 0px 0px 10px 0px rgba( 0, 0, 2,0.3 );
}
.news .item .img img{
	max-width: 100%;
}
.news .item .img::after{
	content: '';
	background-color: #fff;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news .item:hover{
	color: #0aa9ee;
}
.news .item:hover .img::after{
	opacity: 0;
}
.press h3{
	font-size: 1.8em;
	color: #68acee;
	margin-bottom: 10px;
	line-height: 1.5;
}
.press img{
	float: left;
	margin-right: 10px;
}
.press{
	border-bottom: 1px solid #e8e8e8;
	padding: 10px 15px 10px 0;
}
.press p{
	font-size: 1.2em;
}
.pagination{
	padding: 15px 30px;
}
.pagination a{
	font-size: 1.2em;
	color: #a2a2a2;
}
.pagination a.active{
	color: #000;
}
.filter input[type="text"]{
	width: 60px;
	padding-left: 5px;
	height: 30px;
}
.filter input[type="submit"]{
	border: 0;
	outline: 0;
	cursor: pointer;
	display: inline-block;
	background-position: -257px -43px;
	background-color: none;
	border: 0px;
	cursor: pointer;
	text-indent: 50px;
}