.count h1 {
	font-family: "vinyl",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	color: #000;
	line-height: 43px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.count h2 {
	font-family: "vinyl",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #68BCA5;
	line-height: 36px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.count h3 {
	font-family: "vinyl",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	color: #000;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: -.03em;
}

.count {
	background:#68BCA5;
	padding:12px 0 0 0;
	width:100%;
	height:151px;
	-webkit-transition: background-color .25s ease-in; /*safari and chrome */
 	-o-transition: background-color .25s ease-in; /* opera */
 	border-right:5px solid #68BCA3
}

.count:hover {
	background: #cbd500;
	cursor:pointer;
}

.count h1, .count h3, .count p, .fourcol-prop h1, .fourcol-prop h3, .fourcol-prop p {
	text-align: center;
	color: #fff;
}

.count h1, fourcol-prop h1 {
	font-size: 46px;
	padding-top: 5px;
}

.count h1 {
	margin-top: 0;
}

.count h3 {
	font-size: 20px;
	margin-top: -30px;
}

.count p {
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
}

.count p {
	font:18px 'LinuxLibertineORegular', Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 15px 0;
}