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

html, body {
	height: 100%;
}
html, body, div, p {
	margin: 0;
	border: 0;
}
@font-face {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 300;
	src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/HqHm7BVC_nzzTui2lzQTDbO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}
body {
	
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.statsWrap {
	width: 130px;
	margin: 10px;
	float: left;
}
#numberRow {
	width:900px;
	
}
.stats {
	display: inline-block;
	position: relative;
	font: 15px 'Oswald', sans-serif;
	font-weight: 300;
	color: #fff;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-user-select: none;
}
.statDummy {
	margin-top: 100%;
}
.statInfo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2b94c8;
	border-radius: 50%;
	text-align: center;
}
.statNumber {
	font-size: 60px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	padding-top: 17px;
	margin-bottom: 0;
}
.statNumberMedium {
	font-size: 50px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	padding-top: 25px;
	margin-bottom: 0;
}
.statNumberSmall {
	font-size: 36px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	padding-top: 38px;
	margin-bottom: 0;
}
.statText {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	padding: 0;
	margin-top: -25px;
}
.stats:hover {
	transform: scale(2);
	-webkit-transform: scale(2);
	-ms-transform: scale(2);
	z-index: 10;
	rule:properties;
}
.stats:hover .statNumber {
	transform: scale(.6);
	-webkit-transform: scale(.6);
	-ms-transform: scale(0.6);
}
.stats:hover .statText {
	transform: scale(.6);
	-webkit-transform: scale(.6);
	-ms-transform: scale(0.6);
	opacity: 1;
}






