
/* ---------------------------------------------------- */
/* Column Layout										*/
/* ---------------------------------------------------- */

.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:37.6%; }
.four_fifth{ width:37.6%; }

/*#content-part .one_half{ width:325px; }
#content-part .one_third{ width:210px; }
#content-part .two_third{ width:440px; }
#content-part .one_fourth{ width:152px; }
#content-part .three_fourth{ width:498px; }
#content-part .one_fifth{ width:118px; }
#content-part .two_fifth{ width:172px; }
#content-part .three_fifth{ width:172px; }
#content-part .four_fifth{ width:172px; }
*/
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ 
	position:relative; 
	margin-right:4%; 
	float:left;
}
.last{ 
	margin-right:0 !important; 
	clear:right;
}

/* ---------------------------------------------------- */
/* End of Shortcodes									*/
/* ---------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.one_half { width: 100%; margin: 0 0 15px; }
	.one_third { width: 100%; margin: 0 0 -15px; }
	.two_third { width: 100%; margin: 0 0 15px; }
	.one_fourth { width: 100%; margin: 0 0 15px; }
	.three_fourth { width: 100%; margin: 0 0 15px; }
	.one_fifth { width: 100%; margin: 0 0 15px; }
	.two_fifth { width: 100%; margin: 0 0 15px; }



}
@media (min-width: 768px) and (max-width: 991px) {
	.one_fourth {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-top: 0;
	margin-right: 1%;
	margin-left: 0;
	margin-bottom: 15px;
}
}

	/* Columns */
/*	.one_half, #content-part .one_half { width: 48%; }
	.one_third, #content-part .one_third { width: 30.66%; }
	.two_third, #content-part .two_third { width: 65.33%; }
	.one_fourth, #content-part .one_fourth { width: 22%; }
	.three_fourth, #content-part .three_fourth { width: 74%; }
	.one_fifth, #content-part .one_fifth { width: 16.8%; }
	.two_fifth, #content-part .two_fifth { width: 37.6%; }
	
	.one_half,
	.one_third,
	.two_third,
	.three_fourth,
	.one_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		position: relative;
		margin-right: 4%;
		margin-bottom: 20px;
		float: left;
	}
	#footer #searchform input{
		width:130px;
	}
*/



/* ---------------------------------------------------- */
/* Column Layout	ORIGINAL									*/
/* ---------------------------------------------------- */

/*.one_half{ width:440px; }
.one_third{ width:293px; }
.two_third{ width:607px; }
.one_fourth{ width:215px; }
.three_fourth{ width:685px; }
.one_fifth{ width:168px; }
.two_fifth{ width:172px; }
.three_fifth{ width:172px; }
.four_fifth{ width:172px; }

#content-part .one_half{ width:325px; }
#content-part .one_third{ width:210px; }
#content-part .two_third{ width:440px; }
#content-part .one_fourth{ width:152px; }
#content-part .three_fourth{ width:498px; }
#content-part .one_fifth{ width:118px; }
#content-part .two_fifth{ width:172px; }
#content-part .three_fifth{ width:172px; }
#content-part .four_fifth{ width:172px; }

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ 
	position:relative; 
	margin-right:20px; 
	float:left;
}
.last{ 
	margin-right:0 !important; 
	clear:right;
}
*/