body {
	font-family: "Montserrat", sans-serif !important;
}
a {
	color: #cc1800;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 0;
}
.container-fluid {
	max-width: 1200px;
	margin: 0px auto;
	padding: 50px 10px;
}
.row {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.col-lg-3 {
	max-width: 100%;
	padding: 10px;
}
.card {
	border:none;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-title a {
	color: #cc1800;
	font-weight: 700;
}
.card-text {
	font: 400 16px/26px "Montserrat", sans-serif;
}
.pagination .page-link {
	color: #000 !important;
}
.pagination .page-item.active .page-link {
	background-color: #cc1a00 !important;
	border-color: #cc1a00 !important;
}
.text-right.tilesList {
	position: relative;
	top: -20px;
	right:5px;
}
.text-right.tilesList a {
	padding: 0px 6px;
}
#pageNavList {
	text-align: center;
	margin: 0px auto !important;
	display: inherit;
}
.pagination {
	display: inline-flex;
	margin: 10px auto 40px auto;
	max-width: 1200px;
}
.newsMore {
	color: #fff;
	background: #cc1800;
	display: block;
	padding: 8px 15px;
	text-align: center;
	width: 135px;
	border-radius: 6px;
	text-transform: capitalize;
	margin: 20px 0px 10px 0px;
}
.newsMore:hover {
	color: #fff;
	background:#000;
	text-decoration:none;
}
.newsContent {
	min-height: 212px;
}
.newsSource, .newsTime {
	font-weight: 600;
}
.newsSource span, .newsTime span {
	font-weight: 400;
}
.newsTime {
	padding: 5px 0px 0px 0px;
}
@media screen and (max-width: 640px) {
	.newsContent {
	min-height: auto;
}
}