@media (min-width:1024px) {

body{
height:1024px
}
.parts:hover{
	filter:hue-rotate(60deg);
	-webkit-filter:hue-rotate(60deg);
	transition-duration:0.5s;
}
#part1{
	top:-150px;
	left:-150px;
}
#part2{
	top:-150px;
	right:-150px;
	background-position:right top;
}
#part3{
	bottom:-150px;
	left:-150px;
	background-position:left bottom;
}
#part4{
	bottom:-150px;
	right:-150px;
	background-position:right bottom;
}
#canvas{
	
}
#canvas .stats{
	/*width: 140px;
	height: 200px;
	float: left;
	margin: 35px;*/
}
.stats .circle{
	display: inline-block;
	/*float:left;*/
	margin-bottom:20px;
	z-index:2000;
}
.stats .what{
	text-align:center;
	/*width:160px;
	margin-left:-10px;*/
}
.circles-number{
	font-size: 26px;
}
.circles-number span{
	font-size: 26px !important;
}
#links{
	width:100%;
	height:auto;
	overflow:auto;
	margin-top:50px;
	clear:both;
	//background-color:#999;
}

#cover{ display:none; }
}

#canvas .span3-4{
	border: none !important;
}

#canvas .span3-4:hover{
	background: transparent !important;
}