#box_layout{
	display:table;
	box-shadow:0 0 6px rgba(0, 0, 0, 0.3);
	max-width:1060px;
	width:95%;
	margin:0px auto!important;
	position:relative;
	background-color:#fff;
}

.container{
	margin:0px  auto;
	display:block;
	padding:50px 30px 0;
	width:1200px;
	position:relative;
	display: table;
	display:block;
}
.container:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
}
#fluid_layout{
    margin: 0 auto;
    width:100%!important;
	display:block;
	overflow:hidden;
	position:relative;
	float:left;
	clear:both;
}
#mid_container_wrapper{
	width:100%;
	float:left;
	clear:both;
	padding-bottom: 0px;
	min-height:650px;
}
#mid_container {
	opacity:0;
}
/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth{
	width:100%;
	float:left;
}
.home .fullwidth{
	margin-bottom:0px!important;
}
.one_half{
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.one_half_last{
	width:48.10%;
	float:right;
	margin-bottom: 30px;
}
.one_third{
	width:30.70%;
	float:left;
	margin-right:3.80%;

}
.one_third_last{
	width:30.70%;
	float:right;
	margin-bottom: 30px;
}
.one_third_last:after{
clear:both;
}
.two_third{
	width:65.40%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.two_third_last{
	width:65.20%;
	float:right;
	display: table-cell;
	margin-bottom: 30px;
}
.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%;
	margin-bottom: 30px;
}
.three_fourth{
	width:74.05%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.three_fourth_last{
	width:74.05%;
	float:right;
	margin-bottom: 30px;
}
.one_fifth{
	width:16.96%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.one_fifth_last{
	width:16.96%;
	float:right;
	margin-bottom: 30px;
}
.two_fifth{
	width:33.92%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.three_fifth{
	width:58.48%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.four_fifth{
	width:79.240%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 30px;
}
.four_fifth_last{
	width:79.240%;
	float:right;
	margin-bottom: 30px;
}
* html .clearfix {

} /* IE6 */


*: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;
}
.last{
	margin-right:0px !important;
	float:right !important;
}