
/* Panels - Banners */
.panel-banner { 
	height: 340px;
	max-height: 340px; 
	background-color: rgb(237 237 237); 
	position: relative; 

}
.panel-banner.panel-class-homepage{height: 328px;}
.panel-banner h1 { 
	color: rgb(255, 255, 255);
	font-size: 40px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.03px;
	line-height: 1.0;
	text-align: center;	
}
.panel-banner.panel-class-homepage h1{ font-size: 38px; font-weight: 400; font-style: normal; letter-spacing: 2.38px; line-height: normal; text-align: left; text-transform: uppercase; }
.panel-banner h2 { text-align: center; color: #ffffff; font-size: 42px; font-weight: 200; }
.panel-banner .title-wrapper { position: absolute; width: 100%; top: 65%; -webkit-transform: translateY(-50%); transform: translateY(-50%); padding-left: 20px; padding-right: 20px; }
.panel-banner .bg { background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; width: 100%; height: 100%; background-position: center center; }
.panel-banner.breadcrumb-only { height: auto; background: transparent; padding-top: 20px; }
.panel-banner .panel-breadcrumb { position: absolute; bottom: 4px; width: 100%; margin: 0 auto; text-align: center;}
.panel-banner .panel-breadcrumb a,
.panel-banner .panel-breadcrumb span{
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.31px;
	line-height: 3.4;
	text-align: center;
	text-decoration: none;
}

.panel-banner .panel-breadcrumb .current{
	color: rgb(235, 204, 64);
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.31px;
	line-height: 3.4;
	text-align: center;
}
.panel-banner .panel-breadcrumb .delimiter{
	font-size: 12px;
	color: #ffffff;

}

.panel-banner.panel-class-project-details { height: 706px; }
.panel-banner.panel-class-project-details.add-dark-background-overlay {  }

.panel-banner.panel-class-food-and-beverage h1 { font-size: 66px; }
.panel-banner.panel-class-build-lifestyle { height: 600px; }

@media (max-width: 1300px) {
	.panel-banner h2 { font-size: 38px; }
}
@media (max-width: 1199px) {
	.panel-banner.panel-class-project-details,
	.panel-banner.panel-class-build-lifestyle { height: 310px; }
}
@media (max-width: 991px) {
	.panel-banner h2 { font-size: 30px; }
	.panel-banner.panel-class-homepage h1{
		font-size: 28px;
	}
}
@media (max-width: 767px) {
	.panel-banner,
	.panel-banner.panel-class-project-details { height: 310px; }
	.panel-banner .title-wrapper { padding-bottom: 20px; }

	.panel-banner h1 { font-size: 26px; }
}
