/* =General CSS
-------------------------------------------------------------- */
.clear_column {
	clear:both;
	display:block;
	font-size:0; height:0;
	line-height:0; width:100%;
	overflow: hidden;
}

.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth
 {
	float: left;
	margin-right: 4%;
	position: relative;
  padding:0px;
}

.one_half {
	width: 48%;
}

.three_fourth {
	width: 74%;
}
.one_third {
	width: 30.666%;
}
.two_third {
	width: 65.334%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.two_fifth{
	width: 37.6%;
}
.three_fifth {
	width: 58.4%;
}
.four_fifth {
	width: 79.2%;
}

.last_column {
  margin-right:0px;
}


@media only screen and (max-width: 959px){
		.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth {
		width:100%;
		margin-bottom:30px;
	}
