/************************************/
/*[ CSS Columns ]********************/
/************************************/

.columns {
	margin-bottom: 10px;
	position: relative;
}
.columns:last-child {
	margin-bottom: 0;
}
/** IE class **/
.columns.last-child {
	margin-bottom: 0;
}

/* 2 columns */
.colx2-left {
	width: 48%;
	float: left;
	margin-bottom: 0;
}
.colx2-right {
	width: 48%;
	float: right;
	margin-bottom: 0;
}

/* 3 columns */
.colx3-left {
	width: 31%;
	float: left;
	margin-bottom: 0;
}
.colx3-left-double {
	width: 65.5%;
	float: left;
	margin-bottom: 0;
}
.colx3-center {
	width: 31%;
	float: left;
	margin-left: 3.5%;
	margin-bottom: 0;
}
.colx3-right {
	width: 31%;
	float: right;
	margin-bottom: 0;
}
.colx3-right-double {
	width: 65.5%;
	float: right;
	margin-bottom: 0;
}


/* 4 columns */
.colx4-left {
	width: 23%;
	float: left;
	margin-bottom: 0;
}
.colx4-center-left {
	width: 23%;
	float: left;
	margin-left: 2.7%;
	margin-bottom: 0;
}
.colx4-center-right {
	width: 23%;
	float: left;
	margin-left: 2.7%;
	margin-bottom: 0;
}
.colx4-right {
	width: 23%;
	float: right;
	margin-bottom: 0;
}


/* 5 columns */
.colx5-left {
	width: 18.5%;
	float: left;
	margin-bottom: 0;
}
.colx5-center-left {
	width: 18.5%;
	float: left;
	margin-left: 1.9%;
	margin-bottom: 0;
}
.colx5-center {
	
	width: 18.5%;
	float: left;
	margin-left: 1.9%;
	margin-bottom: 0;
	
}
.colx5-center-right {
	width: 18.5%;
	float: left;
	margin-left: 1.9%;
	margin-bottom: 0;
}

.colx5-right {
	width: 18.5%;
	float: right;
	margin-bottom: 0;
}