.counters {
	line-height:1.2em;
	padding: 20px 0 20px 0;
}

div.green-counter {
	height:180px;
	width:180px;
	font-size:10px;
	background: url('/images/site/2014-highlights/circle_green.png') transparent no-repeat;
	background-size: contain;
}

.green-counter .counters span.counter-icon i {
	background:#72c02c;
	font-size: 50px;
	line-height: 30px;
}

div.white-counter {
	height:180px;
	width:180px;
	font-size:10px;	
	background: url('/images/site/2014-highlights/circle_white.png') transparent no-repeat;
	background-size: contain;
}

.white-counter .counters span.counter-icon i {
	background:#ffffff;
	color:#72c02c;
	font-size: 50px;
	line-height: 30px;
}


div.blue-counter {
	height:200px;
	width:200px;
	font-size:35px;
	background: url('/images/site/2014-highlights/circle_blue.png') transparent no-repeat;
	background-size: contain;
	margin-left:20px;
}

.blue-counter .counters span.counter-icon i {
	background:#00aeef;
	font-size: 50px;
	line-height: 30px;
}


div.panel-counters {
	/*height:400px;*/
	width:380px;
	padding: 10px;
	border-radius: 10px !important;
}

div.panel-counters .pie-progress-charts .circle-title {
	font-size: 14px;
	line-height: 1.2em;
}

div.pie-chart {
	border:solid 1px #333;
}

#masonry-layout-container .item {
	margin-top:20px;
	margin-bottom:20px;
	margin-left:20px;
}

.logo {height:90px;}

.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

img.twist {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

img.twist:hover {
	opacity: 0.8;
   -webkit-transform: scale(1.1) rotate(10deg);
   -moz-transform: scale(1.1) rotate(10deg);
   -o-transform: scale(1.0) rotate(10deg);
   -ms-transform: scale(1.1) rotate(10deg);
   
	transform: scale(1.1) rotate(10deg);
}