.bill_back{
/* 	background: url(/images/index/bill_back_airplane.jpg) 30% / cover no-repeat; */
	background-position-x: : 30%;
	background-repeat: no-repeat;
	background-size: cover;
	margin:  0 auto;
	padding: 0;
	color: #fff;
	font-weight: 100;
}
@media (min-width: 1200px) {
  .bill_back{
/* 	background: url(/images/index/bill_back_airplane.jpg) 30% -80px repeat-x fixed; */
	background-position: 30% -80px;
	background-repeat: repeat-x;
	background-attachment: fixed;
  }
}


.bill_msg{
	background-color: rgba(0, 0, 0, 0.35);
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}
.bill_msg:before{
	filter: blur(10px);
	-webkit-filter: blur(10px);
}

.bill_exp{
	background-color: rgba(0, 0, 0, 0.7);
	display: block;
}

.bill_merit{
	display:table;
	height: 100px;
}
.bill_merit p{
	font-size: 120%;
	font-weight: 800;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.border_right{
	border-right: #666 dashed 1px;
}

.border_left{
	border-left: #666 dashed 1px;
}

.see_below{
	background: url(/images/index/see_below.png) 50% repeat-x;
	display: block;
	height: 120px;
	margin-bottom:40px;
}

.see_below_msg{
	display:table;
	height: 100px;
}
.see_below_msg p{
	display:table-cell;
	vertical-align:middle;
	text-align: center;
}

.hover_maroon:hover{
	background-color: rgba(128, 0, 0, 0.6);
	cursor: pointer;
}

.hover_maroon_line{
	border-top: 4px solid transparent;
}
.hover_maroon_line:hover{
	border-top: 4px solid maroon;
	-moz-box-shadow: 0 0 2px #727272;
	box-shadow: 0 0 2px #727272;
}



.back_exp_import{
	background: url(/images/index/back_exp_export.jpg) 100% repeat-x;
	margin-bottom: 40px;
}

.back_exp_storage{
	background: url(/images/index/back_exp_storage.jpg) 100% repeat-x;
	margin-bottom: 40px;
}

.smokegrass{
	background-color: rgba(255,255,255,0.85)
}

.well{
	background-color: white;
}