	/* TITLE IMAGE */
		.blockTitleImage {
			max-height:500px;
			position:relative;
			z-index:1;
			overflow:hidden;
		}
		.blockTitleImage img.bg {
			width: 100%;
		}
		.blockTitleImage .title img.icon {
			vertical-align: middle;
			padding-right: 15px;
		}
		.blockTitleImage .content {
			position:absolute;
			top:30%;
			left:15%;
			z-index:2;
			opacity:1;
			color:#fff;
			padding:40px 10px;
			font-size:25px;
			line-height: 32px;
			font-weight: normal;
			width:70%;
			text-align: center;
		}
		.blockTitleImage .title {
			position:absolute;
			bottom:0;
			left:0;
			z-index:2;
			opacity:1;
			color:#fff;
			padding:20px 10px;
			font-size:25px;
			line-height: 32px;
			font-weight: normal;
			width:45%;
			text-align: center;
			background: #1247b7;
		}
		.blockTitleImage .title h1 {
			color:#fff;
			line-height: 30px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			font-size: 40px;
			font-weight: normal;
		}
		.blockTitleImage .title.small h1 {
			font-size: 30px;
		}
	/* ^ TITLE IMAGE */
