.ex-sales h4.sub-title {
	display: block;
	text-align: center;
}
.ex-sales h4.sub-title span {
	display: inline-block;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
	padding: 13px 30px;
	color:#FFF;
	background:#D30000;
	position: relative;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	margin: 0 auto 50px;
	line-height: 1.3;
}
.ex-sales h4.sub-title span:after {
	position: absolute;
	display: block;
	border-color: transparent;
	border-style: solid;
	bottom: -15px;
	left: 49.5%;
	margin-left: -5px;
	border-top-color: #D30000;
	content: " ";
	border-width: 8px;
	box-sizing: border-box;
	z-index: 2;
}
.ex-sales .sales-item {
	text-align: center;
	margin: 30px 0px;
	padding: 20px 0px 10px
}
.ex-sales .sales-item:hover .img-rounded-50 {
	border-color:#D30000;
}
.ex-sales .img-rounded-50 {
	width: 200px;
	padding: 5px;
	border-radius: 50%;
	border: 3px solid #C2C2C2;
	transition: all 300ms ease 0s;
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	margin-bottom: 25px;
}
.ex-sales .sales-name {
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #000;
	margin-bottom: 13px;
}
.ex-sales a.btn-sales-call {
	display: block;
	font-weight: 700;
	font-size: 17px;
	background:#007ccd;
	display: inline-block;
	width: 210px;
	color:#FFF;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.ex-sales a.btn-sales-call:hover {
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-khtml-border-radius: 90px;
	-moz-border-radius: 90px;
	background:#D30000;
}