
/**
 * Breadcrumb Sytle
 */
.page-title{
	background: #ccc;
	width: 100%;
	margin: 0;
	padding: 30px 0;
}
.page-title h1{
	margin: 0;
	line-height: 1;
}
.banner-container{
	height: 100%;
	position: relative;
}
.banner-container .content-page-title{
	width: 100%;
	top: 50%;
	/* -webkit-transform: translate(-50%, -50%); */
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;


}
.h-breadcrumb{margin-bottom: 0; padding: 0 ; background-color: transparent;}
.h-breadcrumb a:last-child{
	pointer-events: none;
}
.h-fll{float: left;}
.h-flr{float: right;}

@media screen and (max-width: 1024px) {
	.banner-container .content-page-title{
		margin: 0;
	    padding: 0 2rem;
	    left: 0;
	}
}