h1.bottom-line
{
	padding-bottom: 100px;
	margin-bottom: 10px;
	border-bottom: 3px #96d7eb solid;
}

.news-list
{
	overflow-x: hidden;
}

.news-list .news-item
{
	border-bottom: 1px #96d7eb solid;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-list .news-item:last-child
{
	border: 0;
}

.news-list .news-item .thumb
{
	padding-top: 10px;
}



.news-list .news-item .date
{
/* 	display: inline; */
	float: right;
}

.news-list .news-item h2
{
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-list .news-item h3
{
	font-size: 14px;
	color: #fa3723;
	margin-bottom: 15px;
	margin-top: -10px;
	line-height: 20px;
}

.news-content h1
{
	line-height: 26px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}

.news-content h2
{
	font-size: 14px;
	color: #fa3723;
	margin-bottom: 15px;
	margin-top: -10px;
	line-height: 20px;
}

.news-content .subtitle p
{
	margin-right: 30px;
	float: left;
}
.news-content .subtitle p.date
{
	margin-right: 0px;
	float: right;
}

.news-content .subtitle
{
/* 	display: inline-block; */
}

.news-content .content p img
{
/* 	width: 100%; */
/* 	margin-left: 1%; */
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.news-content .content p img.img-responsive
{
	width: auto !important;
	height: auto !important; 
}



@media (min-width: 1401px)
{

}

@media (min-width: 1171px)
{
	
}

@media (max-width: 1170px)
{

}

@media (max-width: 999px)
{	

}

@media (min-width: 768px)
{

}

@media (max-width: 767px)
{
	h1.bottom-line
	{
		padding-bottom: 25px;
		margin-bottom: 10px;
	}

	.news-list .news-item h2
	{
		font-size: 14px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.news-list .news-item h3
	{
		font-size: 12px;
		color: #fa3723;
		line-height: 16px;
	}

}




@media (max-width: 640px)
{	
}

@media (max-width: 500px)
{	
}

@media (max-width: 400px)
{	
}
