.treadmill {
	overflow: hidden;
	border: 0px solid #f2f2f2;
	background-color: #ffffff;
	padding: 0px 0 20px;
}
.treadmill-unit {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.treadmill-unit h3 {
	margin-bottom: 15px;
}
.pt_dateOuter {
	height: 70px;
	width: 20%;
	float: left;
	margin-right: 4%;
	background: url(../images/date_bg.jpg) center center repeat-x;
	position: relative;
}
.pt_dateOuter h3 {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: -10px;
	font-family: "open_sanssemibold", Verdana, Geneva, sans-serif;
	font-size: 22px;
	color: #fff;
}
.pt_dateOuter h4 {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 10px;
	font-family: "open_sanssemibold", Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
}
.pt_desciptionOuter {
	width: 76%;
	float: left;
}
.pt_desciptionOuter p {
	height: 62px;
	overflow: hidden;
	font-family: "open_sansitalic", Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #797979;
}
.pt_desciptionOuter h3 {
	font-size: 15px;
	color: #000;
	opacity: 0.8;
	line-height: 65px;
	font-family: "open_sanssemibold", Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.pt_desciptionOuter a {
	color: #09b7c6;
	float: right;
	font-size: 13px;
}
.pt_desciptionOuter a:hover {
	text-decoration: underline;
}
.pt_viewAllBtn {
	border: 3px solid #000;
	color: #000!important;
	font-size: 19px;
	text-align: center;
	padding: 0 40px;
	height: 40px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	line-height: 35px;
	margin: 20px auto;
}

.pt_viewAllBtn:hover { background: #760b0b; border-color: #760b0b; color: #fff!important;}