.item_custom_header_title
{
	font-family: 'Gochi Hand', cursive;
	color:rgba(0, 216, 255, 1);
	font-size:34px;
	padding-top:50px;
}
.item_custom_header_desc
{
	max-width:900px;
	display:block;
	margin:auto;
	padding-bottom:25px;
}
.bar
{
	position:relative;
	width:150px;
	height:5px;
	background:rgba(0, 216, 255, 1);
	margin:auto;
	margin-bottom:25px;
	border-radius:3px;
}

.item_custom_header p
{
	margin:0px;
	padding:0px;
}