
/*** 

====================================================================
	Page Title
====================================================================

 ***/

.page-title{
	position:relative;
	background-size:cover;
	padding:240px 0px 180px;
	background-repeat:no-repeat;
	background-position:center top;
	border-bottom:1px solid #e0e0e0;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.40);
}

.page-title h2{
	position:relative;
	color:#ffffff;
	font-size:50px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:14px;
	display:inline-block;
	margin-bottom:20px;
}

.page-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:2px;
	background-color:#ff4c72;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
}

.page-title .text a{
	font-weight:600;
	color:#05e249;
}

.page-title:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 40%;
    border-bottom: 50px solid #ffffff;
    border-right: 750px solid transparent;
}

.page-title .big-letter{
    position: absolute;
    right: -15px;
    bottom: 0px;
    z-index: 1;
    line-height: 250px;
    font-size: 250px;
    font-weight: 700;
    text-transform: uppercase;
	color: rgba(255,255,255,0.05);
}

.page-title .big-letter span{
	line-height: 250px;
    color: rgba(0,0,0,0);
    text-shadow: 0px 8px rgba(255,255,255,0.05);
}