body.linear #banner.main-banner {
	max-width: 1400px;
}

.news-image {
	margin-bottom: 10px;
	width: 100%;
}



.home-wideload {
	background-color: #eee;
	background-size: cover;
	min-height: 350px;
	position: relative;
	width: 100%;
}

.home-overlay {
	background: rgba(50, 50, 50, 0.5) none repeat scroll 0 0;
	min-height: 580px;
	overflow: hidden;
	z-index: 2;
}

.home-content {
	left: 50%;
	margin-right: -50%;
	position: absolute;
	top: 50%;
	width: 70%;
	transform: translate(-50%, -50%);
}

.home-wideload h1 {
	font-size: 60px;
	margin: 0;
	text-align: center;
	text-shadow: 0 0 0 #000;
}

.home-wideload h1,
.home-wideload h2 {
	color: #fff;
}

.frontbutton {
	padding-bottom: 20px;
}

.trending_news {
	border-bottom: 2px solid #1e6b52;
	color: #1e6b52;
	font-size: 25px;
}





body.hd .third {
	padding: 0 10px !important;
}

.greenGhostButton {
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px !important;
	text-align: center !important;
}

.greenGhostButton a {
	border: 2px solid #666;
	border-radius: 0;
	color: #666 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: normal !important;
	line-height: normal !important;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none !important;
	transition: color 0.4s linear 0s;
}

.greenGhostButton a:hover {
	background: #9c3 none repeat scroll 0 0;
	border: 2px solid #9c3;
	color: #fff !important;
	text-decoration: none;
}

/************************ Button Hover styling**************************/

.hvr-float-shadow::before {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition-duration: 0.3s;
	transition-property: transform, opacity;
	width: 90%;
	z-index: -1;
}

.hvr-float-shadow {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
	vertical-align: middle;
	transform: translateZ(0);

	backface-visibility: hidden;
}

.hvr-float-shadow:hover::before,
.hvr-float-shadow:focus::before,
.hvr-float-shadow:active::before {
	opacity: 1;
	transform: translateY(5px);
}

.hvr-float-shadow::before {
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
	content: "";
	height: 10px;
	left: 5%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transition-duration: 0.3s;
	transition-property: transform, opacity;
	width: 90%;
	z-index: -1;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
	transform: translateY(-5px);
}

body.hd .third {
	width: 25%;
}

.bannertitle {
	border-bottom: 3px solid #eee;
}

/***********************Breadcrumbs Menu Styling**********************/


