/* End Header */

.fpj_eodStyle {
	display: block;
	background: #fff;
	padding: 20px 0px;
}

.fpj_eodStyle h2 {
	display: flex;
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	align-items: center;
	padding: 10px 0px;
}

.fpj_eodStyle h2 span {
	flex: 2;
}

.fpj_eodStyle h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	font-weight: 700;
}

.fpj_eodStyle h2 a {
	color: #ba0406;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.fpj_eodInner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fpj_bignews {
	flex: 3;
	width: 41.45%;
}
.fpj_bignews .thumbImg {
	display: block;
	max-height: 275px;
	overflow: hidden;
	min-height: 275px;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
	0% {
		background-position: -468px 0;
	}

	100% {
		background-position: 468px 0;
	}
}

.fpj_bignews img {
	width: 100%;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	outline: none;
	border: none;
}

.fpj_bignews h3 {
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	color: #333;
	padding: 10px 0px;
	overflow: hidden;
	max-height: 88px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fpj_bignews p {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
	margin-top: 10px;
	max-height: 43px;
	overflow: hidden;
}

.fpj_newList {
	margin: 0px 20px;
	flex: 2;
	width: 27.35%;
}

.fpj_eodStyle ul {
	list-style: none;
}

.fpj_eodStyle ul li {
	display: block;
	margin-bottom: 10px;
}

.fpj_eodStyle ul li a {
	display: flex;
	align-items: top;
}

.fpj_eodStyle ul li a .fpj_thumbImg {
	max-width: 130px;
	min-width: 130px;
	height: 80px;
	overflow: hidden;
	width: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_eodStyle ul li a .fpj_thumbImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_eodStyle ul li a .fpj_title {
	font-size: 14px;
	line-height: 22px;
	color: #000;
	max-height: 70px;
	overflow: hidden;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.fpj_newAdBox {
	flex: 2;
	min-width: 300px;
}

#fpj_cityNews {
	display: block;
	margin: 0px 0px 20px;
}

#fpj_cityNews h2 {
	display: flex;
	padding: 0px 0px 10px;
	align-items: center;
}

#fpj_cityNews h2 span {
	flex: 2;
}

#fpj_cityNews h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	font-weight: 700;
}

#fpj_cityNews h2 a {
	color: #ba0406;
	font-weight: 300;
	font-size: 14px;
}

.fpj_cityNewsInner {
	display: flex;
}

.fpj_slider {
	margin-right: 20px;
	min-width: 20%;
}

.fpj_slider ul.cityList {
	list-style: none;
	display: block;
}

.fpj_slider ul.cityList li {
	display: block;
	padding: 10px 5px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #ddd;
	border-radius: 4px;
	background: #f4f4f4;
	position: relative;
}

.tabBox {
	display: none;
	max-width: 80%;
}

.fpj_slider ul.cityList li.active {
	background: #ba0406;
	color: #fff;
	border: solid 1px #ba0406;
}
.fpj_slider ul.cityList li.active:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(186, 4, 6, 0);
	border-left-color: #ba0406;
	border-width: 10px;
	margin-top: -10px;
}

.fpj_slider ul.cityList li.active a {
	color: #fff;
}

.fpj_slider ul.cityList li a {
	padding: 0;
	font-size: 16px;
	line-height: 22px;
	color: #333;
	text-transform: uppercase;
	display: block;
}

.fpj_slider ul.cityNewsList {
	display: block;
	margin: 10px 0;
	list-style: none;
}

.fpj_slider ul.cityNewsList li {
	border-bottom: solid 1px #ddd;
}

.fpj_slider ul.cityNewsList li a {
	display: block;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
	color: #333;
	padding: 10px 0px;
}

.fpj_cityBigNews {
	flex: 4;
	width: 64.95%;
}

.fpj_cityBigNews ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fpj_cityBigNews ul li {
	flex-basis: 48%;
	margin-bottom: 15px;
	max-width: 48%;
}

.fpj_cityBigNews ul li a h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #333;
	padding: 10px 0px;
	height: 78px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.fpj_cityBigNews ul li a .thumbImg {
	width: 287px;
	height: 150px;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}
.fpj_cityBigNews ul li a .thumbImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.fpj_cityNewsList {
	flex: 2;
	margin-left: 20px;
	width: 32.75%;
}

.fpj_cityNewsList ul {
	list-style: none;
}

.fpj_cityNewsList ul li {
	display: block;
	margin-bottom: 10px;
}

.fpj_cityNewsList ul li a {
	display: flex;
	align-items: top;
}

.fpj_cityNewsList ul li a .fpj_thumbImg {
	max-width: 130px;
	min-width: 130px;
	height: 80px;
	overflow: hidden;
	width: 100%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_cityNewsList ul li a .fpj_thumbImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_cityNewsList ul li a .fpj_title {
	font-size: 14px;
	line-height: 22px;
	color: #333;
	height: 70px;
	overflow: hidden;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Entertainment */

.fpj_entertainment {
	background: #ba0406;
	padding: 20px;
	margin: 20px 0px;
}

.fpj_entertainment h2 {
	display: flex;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	padding: 10px 0px;
	text-transform: uppercase;
}

.fpj_entertainment h2 span {
	flex: 2;
}

.fpj_entertainment h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
}

.fpj_entertainment h2 a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.gridStyle {
	display: grid;
	grid-template-columns: 3fr 9fr;
	grid-gap: 10px;
}

.firstImg a {
	position: relative;
	height: 310px;
	overflow: hidden;
}

.firstImg img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fpj_entertainment ul {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0px;
	position: relative;
	grid-gap: 10px;
}

.fpj_entertainment .owl-carousel .owl-nav .owl-next,
.fpj_entertainment .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	height: 90px;
	width: 90px;
	margin-top: -45px;
	color: #fff;
	background: url(https://fea.assettype.com/freepressjournal/assets/left-arrow.svg)
		0px 0px no-repeat;
	background-size: 100%;
	text-align: center;
}

.fpj_entertainment .owl-carousel .owl-nav .owl-next span,
.fpj_entertainment .owl-carousel .owl-nav .owl-prev span {
	display: none;
}
.fpj_entertainment .owl-carousel .owl-nav .owl-next {
	right: 10px;
	transform: rotate(180deg);
}
.fpj_entertainment .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}

.fpj_entertainment ul li {
	flex-basis: 22%;
}

.fpj_entertainment ul li a,
.fpj_entertainment .firstImg a {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: block;
}

.fpj_entertainment ul li a:hover h3,
.fpj_entertainment .firstImg a:hover h3 {
	bottom: 0;
}
.fpj_entertainment ul li a h3,
.fpj_entertainment .firstImg a h3 {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.05) 34.9%,
		rgba(0, 0, 0, 0.6) 70.83%,
		rgba(0, 0, 0, 0.5)
	);
}

.fpj_entertainment ul li a h3 span,
.fpj_entertainment .firstImg a h3 span {
	height: 50px;
	overflow: hidden;
	bottom: 10px;
	left: 0;
	width: 100%;
	padding: 10px;
	position: absolute;
}

.fpj_entertainment .gridStyle ul li a {
	height: 150px;
	background: #bfbdbd;
}
.fpj_entertainment .gridStyle ul li a .thumbImg {
	background: #bfbdbd;
}

.fpj_entertainment .gridStyle ul li a img {
	width: 100%;
}

.fpj_sectionNews {
	display: block;
	margin: 20px 0px;
}

.fpj_sectionNews h2 {
	display: flex;
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	padding: 10px 0px;
	text-transform: uppercase;
	align-items: center;
}

.fpj_sectionNews h2 span {
	flex: 2;
}

.fpj_sectionNews h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	font-weight: 700;
}
.fpj_sectionNews h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #ba0406;
	font-weight: 700;
}

.fpj_sectionNews h2 a {
	color: #ba0406;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.fpj_sectionNews ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fpj_sectionNews ul li {
	flex-basis: 24%;
	margin-bottom: 15px;
}

.fpj_sectionNews.girid ul li {
	flex-basis: 31.33%;
}

.fpj_sectionNews ul li a h3 {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #333;
	padding: 10px 0px;
	max-height: 55px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.fpj_sectionNews ul li a .thumbImg {
	display: flex;
	height: 150px;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}
.fpj_sectionNews ul li a .thumbImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.fpj_sectionNews.girid ul li a .thumbImg {
	display: flex;
	height: 200px;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_sectionNews ul li a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.fpj_sectionNews.featured ul li a .imageBox {
	position: relative;
	height: 150px;
	overflow: hidden;
	display: flex;
	align-items: center;
	background: #f6f7f8;
	background-image: linear-gradient(
		to right,
		#f6f7f8 0%,
		#edeef1 20%,
		#f6f7f8 40%,
		#f6f7f8 100%
	);
	background-repeat: no-repeat;
	background-size: 800px 275px;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeholderShimmer;
	animation-timing-function: linear;
}

.fpj_sectionNews.featured ul li h2 {
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #ba0406;
	align-items: center;
	padding: 10px 0px;
}

.fpj_sectionNews.featured ul li {
	flex-basis: 23%;
}

.fpj_sectionNews.featured ul li a .imageBox span {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 18px;
	color: #000;
}

.fpj_sectionNews.featured ul li a h3 span {
	display: none;
}

.fpj_sectionNews.featured ul li a.readMore {
	display: block;
	background: #f4f4f4;
	text-align: center;
	border-radius: 2px;
	color: #ba0406;
	padding: 10px;
	margin-top: 10px;
}

/* Footer */

.fpj_footer {
	display: block;
	padding: 20px;
	background: #414141;
}

ul.fpj_staticLink {
	list-style: none;
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	flex-wrap: wrap;
}

ul.fpj_staticLink li {
	display: block;
	padding: 0px 10px;
}

ul.fpj_staticLink li a {
	font-size: 14px;
	color: #fff;
	padding: 5px 0px;
}

.fpj_socialShare {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0px;
}

.fpj_socialShare p {
	flex: 2;
}

.fpj_socialShare ul {
	display: flex;
	align-items: center;
	list-style: none;
}

.fpj_socialShare p {
	font-size: 14px;
	color: #fff;
}

.fpj_socialShare ul li {
	font-size: 12px;
	color: #fff;
}

.fpj_socialShare ul li a {
	margin-left: 10px;
}
.hide_desk {
	display: none !important;
}

.hide_mob {
	display: block !important;
}

.fpj_photos {
	display: block;
	background: #414141;
	padding: 10px;
	max-height: 390px;
	overflow: hidden;
}

.fpj_photos h2,.fjp-video-wrap h2 {
	display: flex;
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	align-items: center;
	padding: 10px 0px;
	text-transform: uppercase;
}

.fpj_photos h2 span, .fjp-video-wrap h2 span {
	flex: 2;
}

.fpj_photos h2 span a, .fjp-video-wrap h2 span a {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.fpj_photos h2 a, .fjp-video-wrap h2 a {
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.fpj_photos ul {
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.fpj_photos ul li {
	display: block;
	flex-basis: 24%;
}

.fpj_photos ul li a {
	position: relative;
	height: 300px;
	overflow: hidden;
	display: block;
}

.fpj_photos ul li a .thumbImg {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.fpj_photos ul li a .thumbImg img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.fpj_photos ul li a h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 0px;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.05) 34.9%,
		rgba(0, 0, 0, 0.6) 70.83%,
		rgba(0, 0, 0, 0.5)
	);
}

.fpj_photos ul li a h3 span {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 10px;
}

.fpj_photos .owl-carousel .owl-nav .owl-next,
.fpj_photos .owl-carousel .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	color: #fff;
	background: url(https://fea.assettype.com/freepressjournal/assets/arrow_right.svg)
		0px 0px no-repeat;
	background-size: 100%;
	text-align: center;
}

.fpj_photos .owl-carousel .owl-nav .owl-next {
	right: -22px;
}
.fpj_photos .owl-carousel .owl-nav .owl-next span,
.fpj_photos .owl-carousel .owl-nav .owl-prev span {
	display: none;
}
.fpj_photos .owl-carousel .owl-nav .owl-prev {
	left: -22px;
	transform: rotate(180deg);
}

#fpj_cityNews h2 span a,
.fpj_entertainment h2 span a,
.fpj_sectionNews h2 span a,
.fpj_eodStyle h2 span a,
.fpj_photos h2 span a {
	text-transform: uppercase;
}

.fpj_sectionNews.featured h2 span a {
	font-size: 18px;
}

@media only screen and (max-width: 768px) {
	.advt_text {
		text-align: center;
		font-size: 9px;
		text-transform: uppercase;
		margin: 5px 0 10px 0;
		opacity: 0.7;
		font-weight: 300;
	}

	.topAd.mobleTop {
		min-height: 50px;
		background: #f4f4f4;
		padding-bottom: 5px;
	}

	.topAd.mobile {
		display: block;
		text-align: center;
		min-height: 250px;
		background: #f4f4f4;
		padding-bottom: 5px;
	}

	.fpj_entertainment .gridStyle ul li a {
		background: #ba0406;
	}

	.fpj_photos {
		max-height: inherit;
	}
	.seeMoreNews {
		background: #f4f4f4;
		text-align: center;
		border-radius: 2px;
		color: #ba0406;
		padding: 10px;
	}
	.fpj_cityNewsList ul li a .fpj_title {
		font-weight: 500;
	}
	.fpj_photos .owl-carousel .owl-nav .owl-next {
		right: -5px;
	}
	.fpj_photos .owl-carousel .owl-nav .owl-prev {
		left: -5px;
	}
	/* Eod */
	.fpj_eodStyle {
		display: block;
		padding: 10px;
	}
	.fpj_eodInner {
		display: block;
	}
	.fpj_eodStyle h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.fpj_bignews h3 {
		font-size: 16px;
		line-height: 22px;
		max-height: 76px;
	}
	.fpj_bignews p {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0;
	}
	.fpj_newList {
		margin: 20px 0;
	}
	/* city News */
	#fpj_cityNews {
		margin: 0px;
		padding: 10px;
	}
	#fpj_cityNews h2 {
		font-size: 18px;
		line-height: 24px;
		padding: 0;
	}
	.fpj_cityNewsInner {
		display: block;
	}

	.fpj_cityBigNews ul {
		display: block;
		margin: 10px 0;
	}

	.fpj_cityBigNews ul li a {
		display: flex;
	}

	.fpj_cityBigNews ul li:first-child a {
		display: block;
	}

	.fpj_cityBigNews ul li:first-child a img {
		max-width: 100%;
		min-width: 140px;
		overflow: hidden;
		width: 100%;
		margin-right: 0px;
		font-weight: 500;
	}

	.fpj_cityBigNews ul li:first-child a h3 {
		font-size: 16px;
		line-height: 24px;
		color: #333;
		font-weight: 500;
		padding: 10px 0;
		max-height: 78px;
		height: auto;
	}

	.fpj_cityBigNews ul li a h3 {
		font-size: 14px;
		line-height: 22px;
		color: #333;
		font-weight: 500;
		padding: 0;
	}
	.fpj_slider {
		margin-right: 0;
	}

	.fpj_cityNewsList {
		margin-left: 0;
	}
	/* Entertainment */
	.fpj_entertainment h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.fpj_entertainment ul {
		margin: 10px 0px;
	}
	.fpj_entertainment .owl-carousel .owl-nav .owl-next,
	.fpj_entertainment .owl-carousel .owl-nav .owl-prev {
		height: 30px;
		width: 30px;
		margin-top: -15px;
	}
	/* News Section */
	.fpj_sectionNews {
		margin: 10px;
	}
	.fpj_sectionNews h2 {
		font-size: 18px;
		line-height: 24px;
	}
	.fpj_sectionNews ul {
		display: block;
	}

	.fpj_sectionNews ul li a {
		display: flex;
	}

	.fpj_sectionNews.featured ul a {
		display: block;
		height: auto;
	}
	.fpj_sectionNews.featured ul li a .thumbImg {
		height: auto;
	}

	.fpj_sectionNews ul li:first-child a {
		display: block;
	}

	.fpj_sectionNews ul li:first-child a {
		max-width: 100%;
		min-width: 140px;
		overflow: hidden;
		width: 100%;
		margin-right: 0px;
		font-weight: 500;
	}

	.fpj_sectionNews ul li:first-child a .thumbImg {
		max-width: 100%;
		width: 100%;
		height: 250px;
	}

	.fpj_sectionNews ul li:first-child a h3 {
		font-size: 16px;
		line-height: 24px;
		color: #333;
		font-weight: 500;
		padding: 10px 0;
		max-height: 78px;
		height: auto;
	}

	.fpj_sectionNews ul li a h3 {
		font-size: 14px;
		line-height: 22px;
		color: #333;
		font-weight: 400;
		max-height: 70px;
		padding: 0;
		-webkit-line-clamp: 3;
	}

	.fpj_sectionNews.featured ul li a h3 {
		padding: 10px 0px;
	}

	.fpj_sectionNews.featured ul li a h3 {
		font-size: 16px;
		line-height: 22px;
		color: #333;
		font-weight: 400;
	}

	.fpj_sectionNews.featured ul li a .imageBox {
		height: 250px;
	}

	ul.fpj_staticLink li {
		padding: 5px 10px;
	}
	.fpj_socialShare {
		display: block;
		text-align: center;
	}
	.fpj_socialShare ul {
		justify-content: center;
		margin-top: 20px;
	}
	.fpj_sectionNews.featured ul li a.readMore {
		margin-top: 10px;
		display: block;
	}
	.fpj_sectionNews.featured ul li a .imageBox span {
		font-size: 12px;
		display: none;
	}

	.fpj_sectionNews.featured ul li a h3 span {
		display: block;
		font-weight: 700;
		padding: 10px 0px;
	}

	.fpj_slider ul.cityList {
		list-style: none;
		display: flex;
		max-width: 100%;
		overflow: scroll;
		padding: 0px;
		margin-top: 10px;
	}
	.fpj_slider ul.cityList li {
		margin: 0px 5px 0px 0px;
		background: none;
		padding: 5px;
		border: none;
	}

	.fpj_slider ul.cityList li a {
		font-size: 14px;
		line-height: 18px;
		display: block;
	}

	.fpj_slider ul.cityList li.active:after {
		display: none;
	}

	.fpj_cityBigNews ul li:first-child a .thumbImg,
	.fpj_sectionNews.girid ul li:first-child a .thumbImg {
		width: 100%;
		height: 250px;
		max-width: 100%;
	}

	.fpj_cityBigNews ul li a .thumbImg,
	.fpj_sectionNews ul li a .thumbImg,
	.fpj_sectionNews.girid ul li a .thumbImg {
		width: 130px;
		min-width: 130px;
		max-width: 130px;
		height: 80px;
		overflow: hidden;
		width: 100%;
		margin-right: 10px;
		background: #bfbdbd;
		display: flex;
		align-items: center;
	}

	.fpj_cityBigNews ul li a h3 {
		max-height: 65px;
		height: auto;
	}

	.fpj_cityBigNews ul li a img {
		margin-right: 10px;
	}

	.fpj_entertainment .gridStyle ul li a img .fpj_cityBigNews ul li:first-child {
		margin-bottom: 0;
	}
	.fpj_cityBigNews ul li a img {
		height: auto;
	}
	.gridStyle {
		display: block;
	}

	.firstImg img {
		height: auto;
	}

	.fpj_entertainment ul li a h3,
	.fpj_entertainment .firstImg a h3 {
		position: inherit;
		bottom: 0;
		left: 0;
		width: 100%;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 10px 0;
		
		background: none;
		
	}

	.fpj_entertainment ul li a h3 span,
	.fpj_entertainment .firstImg a h3 span {
		height: auto !important;	
		width: 100%;
		bottom: inherit;
		padding: 0;
		position: inherit;
		-webkit-line-clamp: unset !important;
	}
	.fpj_entertainment ul {
		display: block;
	}
	.fpj_entertainment ul li a {
		display: flex;
	}
	.fpj_entertainment ul li {
		margin-bottom: 10px;
	}

	.fpj_entertainment .gridStyle ul li a {
		height: auto;
	}

	.fpj_entertainment ul li a h3 {
		font-size: 14px;
		line-height: 22px;
		color: #fff;
		height: 70px;
		overflow: hidden;
		font-weight: 500;
		padding: 0;
	}

	.fpj_entertainment .gridStyle ul li a .thumbImg {
		max-width: 130px;
		min-width: 130px;
		height: 80px;
		overflow: hidden;
		width: 100%;
		margin-right: 10px;
		background: #bfbdbd;
		display: flex;
		align-items: center;
		position: relative;
	}

	.fpj_entertainment .gridStyle ul li a .thumbImg img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
	}

	.firstImg a {
		position: relative;
		height: auto;
		overflow: hidden;
	}

	.firstImg img {
		position: relative;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	#fpj_cityNews h2 span a,
	.fpj_entertainment h2 span a,
	.fpj_sectionNews h2 span a,
	.fpj_eodStyle h2 span a,
	.fpj_photos h2 span a {
		font-size: 18px;
		line-height: 24px;
	}

	.fpj_cityBigNews ul li {
		max-width: 100%;
	}
}

.fjp-video-wrap{display: block;background: #414141;	padding: 10px;	/* max-height: 390px; */	overflow: hidden;
  }

.fjp-vid-section { width: 100%; display: flex;}
.video-hero-title{font-size: 18px;line-height: 24px;font-weight: 600;color: #fff; margin-top: 10px; overflow: hidden;max-height: 88px;display: -webkit-box;	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical; width: 100%; margin-bottom: 15px;}
.hero-video { width: 60%; margin-right: 15px;}
.video-rhs {width: 40%; display: flex; flex-wrap: wrap; align-content:flex-start;}
.video-hero-pod { width: 100%; padding-top: 56.25%; position: relative; overflow: hidden;}
.video-hero-pod img {position: absolute;top: 0;	left: 0;bottom: 0;right: 0; width: 100%;}
.sub-video {width:calc((100% - 10px)/2); margin-bottom: 20px;}
.sub-video:not(:nth-child(2n+2)) { margin-right: 10px;}
.video-sub-title{font-size: 14px;line-height: 20px;	color: #fff;max-height: 70px;overflow: hidden;	font-weight: 500;display: -webkit-box;	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  width: 100%; margin-top:10px ;}


.video-icon{ position: absolute; top: 50%; left: 50%; z-index: 1; width: 40px; height: 40px; margin: -20px 0 0 -20px;}
@media only screen and (max-width: 768px) {
	.fjp-vid-section { flex-wrap: wrap;}
	.hero-video { width: 100%; margin-right: 0;}
	.video-rhs { width: 100%;}
	.video-hero-title{ font-size: 16px;line-height: 22px;max-height: 76px;}
	.fpj_bignews,.fpj_newList,.fpj_newAdBox,.fpj_cityBigNews,.fpj_cityNewsList,.tabBox { width: 100%;max-width: 100%;}



}



