/* EG Tiling inner page bundle */
.page-title{
	position:relative;
	padding:90px 0px 50px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	margin-top:-50px;
	color:#ffffff;
	text-align:center;
}

.page-title:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(32,46,49,0.85);
}

.page-title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:100%;
	height:13px;
	background:url(../images/background/slider-border.png) center center repeat-x;	
}

.page-title .auto-container{
	position:relative;
	z-index:1;	
}

.page-title h1{
	font-size:30px;
	text-transform:uppercase;
	margin-bottom:15px;
	font-weight:700;
	color:#ffffff;	
}

.page-title .text{
	color:#ffffff !important;
	line-height:2em;
}

.theme-breadcrumb{
	position:relative;
	padding:60px 0px 20px;	
}

.theme-breadcrumb .breadcrumb{
	background:none;
	padding-left:0px;	
}

.theme-breadcrumb .breadcrumb li,
.theme-breadcrumb .breadcrumb li a{

	.page-title{
		padding:50px 0px;	
	}
	
	.page-title h1{
		font-size:32px;	
	}
	
	.sec-title h2,

