@media screen and (max-width: 667px) {
#breadcrumb li a { padding:0 18px 0 23px; }
#breadcrumb li:first-child a { padding-left:13px; }
}
@media screen and (max-width: 640px) {
#guarantee {
	float:none;
	max-width:100%;
}
#recent_customer {
	float:none;
	margin:0 auto;
	margin-bottom:20px;
}
#main_content h2 {
	text-align:center;
	color:#da0303;
	text-shadow:1px 1px 0 #000;
	padding-bottom:22px;
	font-size:28px;
}
#main_content h2 br{
	display: none;
}
#main_content h1 {
	font-size:40px;
	line-height:48px;
}
#main_content .inner-content {
  margin: 0;
}
#get_content h2 {
    color: #000;
	text-shadow:none;
    font-size: 28px;
    line-height: 43px;
    padding-bottom: 32px;
    text-shadow: none;
}
img {
  max-width: 100%;
  height: auto;
}
}
@media screen and (max-width: 600px) {
#breadcrumb li a { padding:0 0 0 20px; font-size:13px; }
#breadcrumb li:first-child a { padding-left:10px; }
}
@media screen and (max-width: 520px) {
#breadcrumb { height:auto; }
#breadcrumb li { float:none; }
#breadcrumb li a,
#breadcrumb li:first-child a { padding:0 0 0 20px; }
}
@media screen and (max-width: 479px) {
#chance_form .form_row input[type="submit"],
.form_row input[type="submit"] {
	background-size: 100% 200%;
	/*width:100%;
	max-width:395px;
	height:95px;*/
  width: 350px;
  height: 75px;
}
#download_form .privacy-policy {
	width: 350px !important;
}
#chance_form .form_row input[type="submit"]:hover,
.form_row input[type="submit"]:hover {
  background-position: 0 -67px;
}
.box_content {
	padding:16px 10px 2px 10px;
	overflow:hidden;
}
.box_info,
.box_pic {
	float:none;
	width:100%;
}
.box_pic { padding-bottom:20px; }
.box_pic img { margin:0 auto; }
.btn_upgrade {
  background-size: 100% 200%;
  height: 57px;
  width: 258px;
}
.btn_upgrade:hover {
  background-position: 0 -57px;
}
}
@media screen and (max-width:400px) {
/*
#chance_form .form_row input[type="submit"],
.form_row input[type="submit"] { height:90px;width:101.5%; }
*/
.form_row input[type="text"] {
	width:100%;
	max-width:306px;
}
#chance_form .form_row input[type="submit"], .form_row input[type="submit"] {
	width: 274px;
	height: 70px;
}
#download_form .privacy-policy {
	width: 274px !important;
}
}
@media screen and (max-width:360px) {
/*
#chance_form .form_row input[type="submit"],
.form_row input[type="submit"] { height:80px; }
*/
.form-subscribe .btn-form-submit {
    background-size:100% 114px;
    width:100%;
}
}