/*why we exists styles*/


.latest_news_container {
	width: calc(100% + 50px);
	margin: 0 0 0 -25px;
	float: left;
	clear: both;
}

.news_box {
	width: calc(50% - 50px);
	margin: 0 25px 61px;
	float: left;
	position: relative;
	z-index: 0;
}

.news_box:before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 1px;
	background: #dde4e8;
	bottom: -19px;
	left: 0;
}

.news_box.small:before {
	width: 200%;
}

.news_box:last-child:before {
	display: none
}

.news_box.wide {
	width: calc(100% - 50px)
}

a.newstitle {
	width: 100%;
	float: left;
	font-size: 22px;
	color: #404041;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 30px;
	text-decoration: none;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news_box.small a.newstitle {
	height: 58px;
}

a.newstitle:hover {
	text-decoration: underline;
	color: #f36f40
}

.img_datebox {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 0;
	margin: 0 0 20px 0
}

.img_datebox img {
	width: 100%;
	position: relative;
	z-index: 0
}

.img_datebox span {
	position: absolute;
	z-index: 0;
	background: #404041;
	top: 55px;
	left: -54px;
	width: 164px;
	height: 55px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 20px 0;
	text-align: center;
	transform: rotate(-90deg);
	font-size: 21px;
}

.news_box p {
	width: 100%;
	float: left;
	clear: both;
}

a.readmore_btn {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 30px 0
}

a.readmore_btn:hover {
	text-decoration: underline;
	color: #f36f40
}

.sitecontent_right .right_col_cta p {
	font-family: 'Montserrat';
	font-weight: bold;
	color: #fff;
	font-size: 30px;
	line-height: 42px;
	padding: 0 31px;
	margin: 8px 0 30px 0;
}


.sitecontent_right .right_col_cta img {
	margin: 47px 0 0;
}

.sitecontent_right .right_col_cta .cta_logobox img {
	margin: 0;
}

.sitecontent_right .right_col_cta a.enquire_btn {
	background: #fff;
	margin: 0 auto;
	border-radius: 20px;
	color: #f26532;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 40px;
	margin: 0;
	clear: both;
	display: inline-block;
	letter-spacing: 1px;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

.sitecontent_right .right_col_cta a.enquire_btn:hover {
	background: #f26532;
	color: #fff;
	transition: all ease-out 0.3s !important;
	-webkit-transition: all ease-out 0.3s !important;
	-moz-transition: all ease-out 0.3s !important;
	-ms-transition: all ease-out 0.3s !important;
}

section.inr_container .latest_news_container p {
	margin-bottom: 41px;
}

.news_box.wide:last-child {
	margin-bottom: 0;
}

.navigation-wrapper {
	clear: both;
	width: auto;
	border: 1px solid #adacac;
	display: inline-block;
	height: auto;
	float: left;
	border-radius: 4px;
	margin-bottom: 30px;
	margin-left: 25px;
}

.nav-links .page-numbers {
	display: inline-block;
	float: left;
	width: auto;
	text-align: center;
	line-height: 24px;
	height: 34px;
	border-right: 1px solid #adacac;
	padding: 5px 15px;
}

.nav-links .page-numbers:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.nav-links .page-numbers:last-child {
	border-right: 0;
}

.page-numbers.current,
.page-numbers:hover {
	background-color: #f26532;
	color: #fff;
}

.news_box p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 76px;
	text-overflow: ellipsis;
}
