/* Content */
.content{

	/* border-color: #009AE2;   */               /*Main Color*/              
}
/* .content p{                       
	border-color: #FF1493;                 
	color:#333333;	
} */
.content h4{
	color:#FF1493;                         /*Main Color*/                   
}
.content h6{
	color:#333333;
}
.content h6 i{
	color: #FF1493;                        /*Main Color*/     
}

/* Label */
.label i{
	color:#333333;
}
/* Label default background */
.default{
	background: #fff;                         
	color:#333333;
}
/* Label Clicked background */
.clicked{
	background: #009AE2;                    /*Main Color*/                  
	color:#FFFFFF;
}
.label h5 a:hover{
	color:#fff;
}
.label h5 a{
	font-size:14px;
}
/* Label hover background */
.hover{
	background: #009AE2;                    /*Main Color*/                   
	color:#FFFFFF;
}

