/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.col-pic1 {
	width:33.333333333333333%;
}
.col-pic2 {
	width:33.333333333333333%;
}
.col-pic3 {
	width:33.333333333333333%;
}


.col-pic1, .col-pic2, .col-pic3{
	position:relative;
	float:left;
	z-index:0;
}






.one-half {
	width:48%;
}


.one-third {
	width:30.66%;
}
.two-third {
	width:65.33%;
}

.one-third-a {
	width:30.66%;
}
.two-third-a {
	width:56.33%;
}
.one-fourth {
	width:22%;
	
}

.three-fourth {
	width:74%;
}
.one-fifth {
	width:16.8%;
}
.two-fifth {
	width:37.6%;
}
.three-fifth {
	width:58.4%;
}
.four-fifth {
	width:67.2%;
}
.one-sixth {
	width:13.33%;
}
.five-sixth {
	width:82.67%;
}
.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;
	z-index:0;
}

.one-third-a, .two-third-a {
	position:relative;
	margin-right:9%;
	float:left;
	z-index:0;
}


.last {
	margin-right:0 !important;
	clear:right;
}


/*----------------------------------------------------
Columns
----------------------------------------------------*/
.column_one_half, 
.column_one_third, 
.column_one_fourth, 
.column_two_thirds, 
.column_three_fourths{
	float:left;
	margin-right:4%;
	overflow:hidden; 
	position:relative;
	margin-bottom:50px;
}
.column_one_half p:last-child, 
.column_one_third p:last-child, 
.column_one_fourth p:last-child, 
.column_two_thirds p:last-child, 
.column_three_fourths p:last-child{
	margin-bottom:0;
}
/*sizes*/	
.column_one_half{
	width:48%;
}
.column_one_third{
	width:30.6666%;
}
.column_one_fourth{
	width:22%;
}
.column_two_thirds{
	width:65.3334%;
}
.column_three_fourths{
	width:74%;
}
.last{
	margin-right:0; clear:right;
}

/*demo*/
.list-demo{
	margin-bottom: 0;
}

