@charset "utf-8";
/* CSS Document */


.dividerHeading,
.widget_title
{
    text-align: center;
    position: relative;
    margin-bottom:25px;
}
.dividerHeading h4,
.widget_title h4
{
    font-size:22px;
    position:relative;
    line-height:0;
    border-bottom: 2px solid #fee9a8;
}
.dividerHeading h4 span{
    background:#0487e2;
	color:#fff;
    position:relative;
    line-height: 15px;
    top: 8px;
    display: inline-block;
	font-size:22px;

}
.dividerHeading h4 span:before,
.dividerHeading h4 span:after,
.widget_title h4 span:after,
.widget_title h4 span:before
{
    color:#ed1e7f;
    font-size:10px;
    content: "\f10c";
    font-family:fontawesome;
    display: inline-block;

}
.dividerHeading h4 span:before,
.widget_title h4 span:before
{
    margin-right:10px ;
}
.dividerHeading h4 span:after,
.widget_title h4 span:after
{
    margin-left:10px ;
}
.widget_title {
    position: relative;
}
.widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
}

