#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:0px 0px 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:400px;*/
}
#mid_container {
	opacity:0;
}
/* Columns shortcode
----------------------------------------------------------------------------------------------------*/
.fullwidth{
	width:100%;
	float:left;margin-bottom:0px;
	
}

.fullwidth2{
	width:100%;
	float:left;margin-bottom:90px;
	
}
.home .fullwidth{
	margin-bottom:0px!important;
}
.one_half{
	width:48.10%;
	float:left;
	margin-right:3.80%;
	margin-bottom: 0px;
	
}
.one_half_last{
	width:48.10%;
	float:right;
	margin-bottom: 0px;
}
.one_third{
	width:30.70%;
	float:left;
	margin-right:3.80%;

}

.one_third img{
	
	vertical-align:middle;
	padding-left:22px;

}

.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;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
	margin-top:10px;
}
@media screen and (max-width: 767px) {
.table-responsive {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
}
.table-responsive > .table {
    margin-bottom: 0;
}
.table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
}
.table-responsive > .table-bordered {
    border: 0 none;
}
.table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0 none;
}
.table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0 none;
}
.table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0 none;
}
}