/**
 * Column CSS
 */

.col-wrap, .col-wrap.fullwidth {
	width: 103%;
	margin-left: -3%;
	float: left;
}

.col {
	float: left;
	padding-left: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col.centered {
	text-align: center;
}

.full-width {
	width: 100%;
	padding: 0;
}

.one-half {
	width: 50%;
}

.one-third {
	width: 33.33%;
}

.two-thirds {
	width: 66.66%;
}

.one-fourth {
	width: 25%;
}

.three-fourths {
	width: 75%;
}