/*	Box	*/
.box{
	margin:0 0 20px 0;
	border:1px solid #838383;
}
.box-heading{
	background:#f5f5f5;
	border-left:1px solid #c7c7c7;
	border-right:1px solid #c7c7c7;
	border-top:5px solid #f95c39;
	padding:10px;
	position:relative;
}
.box-heading h4{
	color:#f95c39;
	text-transform:uppercase;
	font-weight:550;
	font-size:16px;
	margin:0 15px;
	height:20px;

	text-align:center;
}
.box-heading h4:before{
	content:'';
	width:15px;
	height:15px;
	background:#f95c39;
	position:absolute;
	left:0px;
	top:12px;
}
.box-content{
	background:#fff;
	padding:10px;
}
.box-content > img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #838383;
}
.box-content h5{
	font-size:16px;
	font-weight:normal;
	color:#060d1f;
	line-height:1.4em;
}
.box-content h5 span{
	color:#2447a3;
    font-size: 14px;
    font-weight: 600;
}
.box-content h5 b{
	color:#000;
	font-weight:bold;
}
.box-content p{
	font-size:14px;
	color:#000;
	margin:0 0 10px 0;
}