/* =General CSS

-------------------------------------------------------------- */

.full_width,

.one_half,

.one_third,

.two_third,

.one_fourth,

.three_fourth,

.one_fifth,

.two_fifth,

.three_fifth,

.four_fifth,

.one_sixth {

	float: left;

}

.clear_column {

	clear:both;

	display:block;

	font-size:0; height:0;

	line-height:0; width:100%;

	overflow: hidden;

}



/* Content Columns */

.one_half {
	width: 46% !important;
	margin-right: 8% !important;
}
.one_half.last_column {
	width: 46% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 30% !important;
	margin-right: 5% !important;
}
.one_third.last_column {
	width: 30% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 64% !important;
	margin-right: 5% !important;
}
.two_third.last_column {
	width: 64% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 22.5% !important;
	margin-right: 3% !important;
}
.one_fourth.last_column {
	width: 22.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 72.5% !important;
	margin-right: 3% !important;
}
.three_fourth.last_column {
	width: 72.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 16.4% !important;
	margin-right: 4% !important;
}
.one_fifth.last_column {
	width: 16.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 36% !important;
	margin-right: 3% !important;
}
.two_fifth.last_column {
	width: 36% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 56% !important;
	margin-right: 3% !important;
}
.three_fifth.last_column {
	width: 56% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 76.6% !important;
	margin-right: 3% !important;
}
.four_fifth.last_column {
	width: 76.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 13% !important;
	margin-right: 3% !important;
}
.one_sixth.last_column {
	width: 13% !important;
	margin-right: 0px !important;
}

@media screen and (max-width:768px) {
	.two_third {
		margin-right: 0 !important;
		width: 100% !important;
	}
	.one_third.last_column {
		margin-right: 0 !important;
		width: 100% !important;
	}
}