
.row { width: 100%; }
.row > * {
	-webkit-transition	: all 400ms ease-out;
	-moz-transition		: all 400ms ease-out;
	-o-transition		: all 400ms ease-out;
	-ms-transition		: all 400ms ease-out;
	transition			: all 400ms ease-out;	
}
.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.row { *zoom: 1; }
.col_0 {width: 100%;margin-bottom: 5px;display: block;}
.col_1,
.col_2,
.col_3, .col_3c,
.col_4, .col_4c,
.col_5, .col_5c {
	margin-left		: 0.50%;
	margin-right	: 0.50%;
	margin-bottom	: 5px;
	float		: left;
	display		: block;}
.col_1 { width: 99%; }
.col_2 { width: 49%; }
.col_3 { width: 32.3333333333%; }
.col_4 { width: 24%; }
.col_5 { width: 19%; }
.col_3c { width: 65.6666666667%; }
.col_4c { width: 74%; }
.col_5c { width: 79%; }
figure img { max-width: 100%; }
.skip-float { clear: left; }
.video-holder {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	display: block;}
.video-holder iframe, .video-holder object, .video-holder embed {position: absolute;	top: 0;	left: 0; width: 100%; height: 100%;}