body {
	background: url(../images/bg.jpg) no-repeat center top #f1c16c;
	font-size: 24px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 24px;
	color: #000;
}
a, a:hover {
	text-decoration: none;
}
.container {
	max-width: 600px;
	text-align: center;
	margin-top: 20px;
}
.logo {
	margin: auto 0;
	display: inline-block;
}
h1 {
	font-size: 30px;
	color: #fff;
	margin: 20px 0 0;
	padding: 0;
}
.submit {
	background: #ed504b;
	color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 50px;
	padding: 3% 5%;
	margin: 10px 0;
	width: 350px;
}
.submit:hover {
	background: #d86763;
}
.refresh {
	color: #ed504b;
	font-size: 24px;
	text-align: center;
	border-radius: 50px;
	padding: 2% 30px;
	background: #fff;
	margin: 10px 0;
}
.animation {
	display: inline-block;
	text-align: center;
}
@media(max-width:400px) {
h1 {
	font-size: 24px;
}
.submit {
	background: #ed504b;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 50px;
	margin: 10px 0;
	width: 300px;
}
.refresh {
	color: #ed504b;
	font-size: 13px;
	text-align: center;
	border-radius: 50px;
	background: #fff;
	margin: 0;
}
.logo {
	margin: auto 0;
	display: inline-block;
	width: 40%;
}
}
.animation img {
	display: inline-block;
	text-align: center;
	width: 90%;
}
.box {
	background: #efe7df;
	overflow: hidden;
	padding: 15px 0;
	border-top: solid 2px #c4bdb8;
	margin: 15px 0 10px;
	float: left;
	width: 100%;
}
.use {
	color: #7b7670;
	font-size: 13px;
	text-align: center;
	margin: 15px 0 5px;
	text-decoration: underline;
}
.use:hover {
	color: #7b7670;
	font-size: 13px;
	text-align: center;
	margin: 15px 0 5px;
	text-decoration: none;
}
.phone {
	border-radius: 30px;
	font-size: 13px;
	color: #999;
	background: #d7cfc9;
	border: none;
	padding: 8px 10px;
	width: 40%;
	text-align: center;
	outline: none;
	margin: 4px 0;
}
.red a {
	font-size: 12px;
	text-decoration: underline;
	border: solid 1px #ed504b;
	border-radius: 30px;
	color: #ed504b;
	padding: 8px;
	text-decoration: none;
}
.red a.small {
	font-size: 8px;
	text-decoration: underline;
}
.red a:hover {
	color: #333;
	text-decoration: none;
}
.white {
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 50px;
	border: solid 2px #fff;
	padding: 10px;
	margin: 10px 0;
}
.carousel {
	margin-top: 40px;
}
.carousel-inner>.item>img, .`-inner>.item>a>img {
 display: inline-block;
}
.carousel-control.right, .carousel-control.left {
	background: none;
}
.carousel-control.right {
	right: -15px;
}
.carousel-control.left {
	left: -15px;
}
.carousel-indicators {
	top: -30px;
}
.carousel-indicators li {
	display: inline-block;
	width: 7px;
	height: 7px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 2px solid #c4beb6;
	border-radius: 7px;
}
.carousel-indicators .active {
	width: 7px;
	height: 7px;
	margin: 1px;
	background: none;
	border: solid 1px #4aaa50;
}
.carousel-control {
	top: 35%;
}
.carousel-inner .item .content {
	border-radius: 20px;
	width: 85%;
	margin: 0 auto;
	padding: 10px;
}
.carousel-inner .item .content .left {
	background: #fff;
	border-radius: 10px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	width: 35%;
	margin: 0 auto;
	float: left;
	padding: 15px;
	height: 100px;
	font-size: 12px;
}
.carousel-inner .item .content .right {
	background: #f08200;
	border-radius: 10px;
	width: 65%;
	margin: 0 auto;
	padding: 15px;
	float: right;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: 100px;
	font-size: 12px;
	color: #fff;
	text-align: left;
}
.cost_cc {
	font-size: 28px;
	line-height: 25px;
	text-align: center;
}
.cost {
	font-size: 28px;
	text-align: center;
}
.date {
	font-size: 16px;
	padding: 10px 0 0;
}
.whiteblock {
	background: #fff;
	padding: 10px 0;
	margin-top: -20px;
	border-bottom: solid 1px #ba9a62;
}
.table100 {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}
.table100_cc {
	width: 100%;
	padding: 0;
	margin: 0;
}
.table35 {
	width: 35%;
	padding: 0;
	margin: 0;
	text-align: center;
	white-space:nowrap;
}
.table65 {
	width: 65%;
	padding: 0;
	margin: 0;
	text-align: center;
}
#howtouse {
	background: #f9f7f4;
	padding: 10px;
	margin: 20px 10px 15px;
	font-size: 11px;
	text-align: left;
	clear: both;
	color: #7b7670;
	border-bottom: dotted 1px #999999;
	display: none;
}
.calltoaction {
	border-radius: 30px;
	padding: 10px 30px;
	background: #ed504b;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	margin: 25px 0 20px;
}
a.disable, a.disable:hover {
	font-size: 12px;
	text-decoration: underline;
	border: solid 1px #999999;
	border-radius: 30px;
	color: #999999;
	padding: 8px;
	text-decoration: none;
}
.modal-dialog {
	margin-top: 100px;
}
.modal-content {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-align: center;
}
.modal-content p {
	margin: 35px 0;
	font-size: 18px;
	color: #303030;
}
.table_code{font-size: 16px;}
.table_code_cc{font-size: 16px;}
@media only screen and (max-width: 850px) {
	.table_code_cc{font-size: 16px;letter-spacing: -1.5px}
	.table_code{font-size: 16px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 750px) {
	.table_code_cc{font-size: 16px;letter-spacing: -1.5px}
	.table_code{font-size: 16px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 650px) {
	.table_code_cc{font-size: 16px;letter-spacing: -1.5px}
	.table_code{font-size: 16px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 550px) {
	.table_code_cc{font-size: 16px;letter-spacing: -1.5px}
	.table_code{font-size: 16px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 500px) {
	.table_code_cc{font-size: 14px;letter-spacing: -1.5px}
	.table_code{font-size: 14px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 450px) {
	.table_code_cc{font-size: 14px;letter-spacing: -1.5px}
	.table_code{font-size: 14px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 420px) {
	.table_code_cc{font-size: 12px;letter-spacing: -1.5px}
	.table_code_cc{font-size: 12px;letter-spacing: -1.5px}
}
@media only screen and (max-width: 400px) {
	.table_code_cc{font-size: 12px;letter-spacing: -1.5px}
	.table_code{font-size: 12px;letter-spacing: -1.5px}
}
table tr td{
	line-height:20px;
}
.table_td_label{
	font-weight: lighter;
}
.table_td_code_only{
	text-align: center;
	line-height: 30px;
	padding-top: 5px;
}