/* CSS Document */

/**/
/* page title */
/**/
.page-title {
	text-align: center;
}
.page-title h1{
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 30px;
	font-weight: 400;
	color: #f27c66;
	background-color: #f0f0f0;
	padding: 0 50px;
	display: inline-block;
	line-height: 55px;
	text-transform: none;
	border-top-left-radius: 10px;
	-ms-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}


.page-title nav {
	text-transform: uppercase;
	color: #f0f0f0;
	padding: 14px 0;
}
.page-title .bread-crumb i{
	padding: 0 10px;
}
.page-title .bread-crumb a {
	text-transform: capitalize;
}

/**/
/* page subtitle */
/**/

.page-subtitle {
	background:#81b541;
	text-align: center;
}
.page-subtitle h1{
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 40px;
	font-weight: 400;
	color: #f27c66;
	padding: 0 40px;
	display: block;
	line-height: 55px;
	text-transform: none;
	border-top-left-radius: 10px;

}