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

/* Responsive Grid */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	left: 20%;
	width: 60%;
	height: 100%;
	position: relative;
	-webkit-transition: all .7s;
	text-align: center;
}
.col {
	display: block;
	float: left;
	margin: 1% .5% 1% 0%;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

.span_4_of_4 {
	width: 90%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.5%;
}
.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
	-webkit-transition: all .4s;
}
.span_1_of_4:hover, .span_3_of_4:hover {
	opacity: .4;
}

/* Responsive Grid */
