#content_wrapper{
	display: table-cell;
	box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.3);
	
}
#page_wrapper {	
	padding-top:1.25%;
	margin-left:25px;
	margin-bottom:30px;
	display:block;
	position:relative;
	z-index:2;
	max-width:1170px;
	width:95%;
}
#content-extra-width{
	margin:0 auto;
	overflow:hidden;

}
/* Columns shortcode
----------------------------------------------------------------------------------------------------*/

.fullwidth{
	width:100%;
	float:left;
	}
	


.one_half{
	width:48.10%;
	float:left;
	margin-right:3.80%;
	
	
	}

.one_half_last{
	width:48.10%;
	float:right;
	
	}

.one_third{
	width:30.80%;
	float:left;
	margin-right:3.80%;
	}

.one_third_last{
	width:30.70%;
	float:right;

	}


.two_third{
	width:65.40%;
	float:left;
	margin-right:3.80%;
	}

.two_third_last{
	width:65.40%;
	float:right;
	}

.one_fourth{
	width:22.15%;
	float:left;
	margin-right:3.80%;

	}

.one_fourth_last{
	width:22.15%;
	float:right;
	}
	
.two_fourth{
	width:48.10%;
	float:left;
	margin-right:3.80%;
	}
	
.three_fourth{
	width:74.05%;
	float:left;
	margin-right:3.80%;
	}

.three_fourth_last{
	width:74.05%;
	float:right;
	}


.one_fifth{
	width:16.96%;
	float:left;
	margin-right:3.80%;
	}
	
.one_fifth_last{
	width:16.96%;
	float:right;
		
}

.two_fifth{
	width:33.92%;
	float:left;
	margin-right:3.80%;
	}

.three_fifth{
	width:58.48%;
	float:left;
	margin-right:3.80%;
	}

	
.four_fifth{
	width:79.240%;
	float:left;
	margin-right:3.80%;
}

.four_fifth_last{
	width:79.240%;
	float:right;

}


* html .clearfix {

} /* IE6 */

.last{
margin-right:0px;
float:right;
}

*:first-child+html .clearfix {

} /* IE7 */


/* clearfix */

.clear{
	clear:both;
	display:block;
	height:0px;
	width:100%;
	visibility:hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

