
#breadcrumb.static_breadcrumb{margin:0 0 0 10px; border-bottom: none;}
#breadcrumb{border:none; margin:0; padding-left:5px;}
img{max-width:100%;}
.topBorder{border-top:10px solid #990000; position:relative; margin-bottom:24px;}
	.topBorder:after{content:''; border:14px solid transparent; border-top:12px solid #990000; position:absolute; top:0px; left:50%; margin-left:-14px;}
/* ======= STATIC PAGES ========*/
#page {}
/*#page h2{font-size:24px; margin-bottom:15px}
#page h3{font-size:20px; margin:30px 0 10px}
#page p{margin:0 0 10px}
#page ul{margin:15px 0; padding:0 0 0 40px; list-style:disc}
#page li{margin-bottom:3px}

#page img.left{margin:0 20px 0 0}
	.left{float: left;}
#page img.right{margin:0 0 0 20px}
	.right{float: right;}
#page .faq{display:inline-block; font-size:13px; margin-bottom:5px; margin-top:20px}
#page #tf_team{text-align:center; margin:0px auto 40px; width:160px}
#page .back_top{color:#900; margin-top:5px; display:block; text-decoration:underline}

#page .static_intro {padding:0 15px}
	#page .static_intro h3{font-size:32px; margin:30px 0}
	#page .static_intro p{font-size:14px; line-height:20px}
	#page .static_intro img.left{margin-right:30px}
	#page .static_intro img.right{margin-left:30px}

#page .link_cols{
	padding:10px 15px; border:1px solid #eee; background:#fafafa;
	-moz-column-count:2;
	-moz-column-gap:15px;
	-webkit-column-count:2;
	-webkit-column-gap:15px;
	column-count:2;
	column-gap:15px;
}

#page .link_cols p{margin:0 0 5px}
#page .link_cols ul{margin:5px 0 15px 0; padding:0 0 0 30px}

#ws_apply_lnk{padding:15px;background:#f1f1f1;border-radius:10px;margin:50px 0 30px;}
#ws_apply_lnk a{font-size:24px;width:320px; margin:0 auto; height:34px;line-height:34px;}
#ws_apply_lnk a:hover{color:#666; text-decoration:none}

.schedule_wrap{max-width:680px; margin:0 auto 40px}
	.schedule_wrap h2{padding-top:25px}*/

/* --- Contact Us + Login + Forgot Password --- */
/*#contact_form, #login_form, #form_forgot {width:580px; margin:50px auto}
#contact_form fieldset, #login_form fieldset, #form_forgot fieldset{padding:15px 60px; background:#f5f5f5; width:460px; margin:0}
#contact_form fieldset.btn_holder, #login_form fieldset.btn_holder, #form_forgot fieldset.btn_holder {background:#fff; text-align:center}

#contact_form label, #login_form label, #form_forgot label{display:inline-block; vertical-align:top; text-align:right; width:120px; margin:4px 7px 0 0; line-height:20px}

#contact_form .inp_text, #contact_form .inp_area, 
#login_form .inp_text, #login_form .inp_area,
#form_forgot .inp_text, #form_forgot .inp_area{width:300px}

#contact_form .inp_text#order_id{width:100px}
#contact_form .inp_select{width:306px}
#contact_form .inp_btn, #login_form .inp_btn, #form_forgot .inp_btn{display:inline-block; margin-top:20px; border: none; margin-right: 20px;}

#contact_errors{padding-left:127px; padding-bottom:10px}
#contact_form label.error, #login_form label.error, #form_forgot label.error{width:auto; text-align:left; display:block; margin:0}
#contact_form label.error:before, #login_form label.error:before, #form_forgot label.error:before{content:'*'; color:red; margin-right:3px}

#login_form p{padding-left:160px; margin-top:10px}
#form_forgot p{font-size:14px; line-height:20px; margin-bottom:30px}
#form_forgot p a, #login_form p a, #checkout_login_form p a{text-decoration:underline; color:#972d2d}
#form_forgot p a:hover, #login_form p a:hover, #checkout_login_form p a:hover{text-decoration:none}
#login_form label{width:150px}
#login_form fieldset{width:500px}
#form_forgot fieldset{width:450px; padding-bottom:25px}
#login_form #username{width:280px; padding-left:20px; background:#fff url(../images/user-icon.gif) 5px 50% no-repeat}
#login_form #password{width:280px; padding-left:20px; background:#fff url(../images/pass-icon.gif) 5px 50% no-repeat}
#login_form input:-webkit-autofill{background-color:#fff}*/

/* --- TF Blocks ---*/
.h1--heading{
	font-family: "Oswald", Arial, Helvetica, sans-serif !important;
    text-transform: uppercase;
    font-size: 28px;
    margin: 0 0 20px 28px;
}

.tfBlockGray, .tfBlockBlack, .tfBlockWhite, .tfBlockWhiteGray{display:inline-block; position:relative; font-family:'Oswald', Arial, Helvetica, sans-serif; font-size:29px; font-weight:bold; line-height:55px; text-transform:uppercase; text-align:center; margin:0 20px; padding: 0;}
.tfBlockGray{background-color:#666; color:#fff; padding: 0 15px;}
.tfBlockBlack{background-color:#000; color:#fff; padding: 0 15px;}
.tfBlockWhite{background-color:#FFF; color:#000; border-top:1px solid #bababa; border-bottom:1px solid #bababa;}
.tfBlockWhiteGray{background-color:#f6f6f6; color:#000; border-top:1px solid #bababa; border-bottom:1px solid #bababa;}


	.tfBlockGray:before, .tfBlockGray:after, .tfBlockBlack:before, .tfBlockBlack:after, .tfBlockWhite:before, .tfBlockWhite:after, .tfBlockWhiteGray:before, .tfBlockWhiteGray:after{content:''; display:block; width:20px; height:100%; position:absolute; bottom:0px; background: url(../static/side_block_sprite.png); background-repeat:no-repeat;}
	.tfBlockGray:before{background-position: 0 100%; left:-20px;}
	.tfBlockGray:after{background-position: -20px 100%; right:-20px;}
	.tfBlockBlack:before{background-position: -40px 100%; left:-20px;}
	.tfBlockBlack:after{background-position: -60px 100%; right:-20px;}
	.tfBlockWhite:before{background-position: -80px 100%; left:-20px; border-top:1px solid #bababa;}
	.tfBlockWhite:after{background-position: -100px 100%; right:-20px; border-top:1px solid #bababa;}
	.tfBlockWhiteGray:before{background-position: -120px 100%; left:-20px; border-top:1px solid #bababa;}
	.tfBlockWhiteGray:after{background-position: -140px 100%; right:-20px; border-top:1px solid #bababa;}
	
	.w190{width:190px;}
	.w210{width:210px;}
	.w260{width:260px;}
	.w370{width:370px;}
	.w400{width:400px;}
	.w420{width:420px;}
	.w440{width:440px;}
	.w490{width:490px;}


/* ======== ABOUT US ======== */
p.static_text_big{font-size:30px; margin-bottom:0px;}
p.static_text_medium{font-size:28px; margin-bottom:35px;}
p.static_text_standard{font-size:24px; margin-bottom: 0px;}

.about_top{text-align:center;}
	.about_top_img{display:inline-block; max-width: 1500px; width: 100%;}
		.about_top_img img{max-width:100%; max-height:100%; }
	.about_top_text{}
		.about_top_text img{position: relative; top:-13px;}
		.about_top_text h2,.about_top_text h1{font-size:40px; font-weight:bold; margin-top:20px;}
		.about_top_text p.static_text_big{font-size:30px; margin-bottom:0px;}
		.about_top_text p.static_text_medium{font-size:28px; margin-bottom:35px;}
		.about_top_text p.static_text_standard{font-size:24px; margin-bottom: 0px;}
		.about_text_w1{display:inline-block; max-width:1500px; width:100%; padding: 0 82px; 
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;}
		.ab_top{margin-bottom:55px;}

.about_middle{position:relative; background-color: #f8f8f8; text-align:center;}
	.about_middle_img{display:inline-block; width:100%; height:50px; position:relative;}
		.about_middle_img img{position:absolute; top:-27px; left:50%; margin-left:-162px; z-index:10;}
		.color_white{display:block; position:absolute; width:100%; height:10px; top: 40px;background-color:#fff;}
	.color_white2{display:block; position:absolute; width:100%; height:45px; top:60px; background-color:#fff;}
	.about_middle_col{width:100%; position: relative; padding: 60px 0 0 0; border-top:10px solid #900;}
		.about_middle_col:after, .about_middle_col:before{content:''; display: block; position: absolute; width: 0px; border: 14px solid transparent; border-top: 14px solid #900;}
		.about_middle_col:after{top: 0px; left: 75%; margin-left: -14px;}
		.about_middle_col:before{top: 0px; left:25%; margin-left: -14px;}
		.about_middle_col > div.clearfix:nth-child(1) .about_text_w2{margin-bottom:0;}
		.about_text_w2{display: block; width:50%;  text-align:center; float:left; padding: 0 11.5%; margin-bottom:50px;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;}
		.space_about{ display:block; width: 100%; float:left;}
		.about_middle h3{font-size:29px; margin:25px 0;}
	.about_midd_text{max-width:1500px; width:100%; display:inline-block; padding: 0px 40px; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;}
		.about_midd_text p.static_text_big{margin: 40px 0;}
		.ab_midd_pics{padding-bottom: 355px;}
			.ab_midd_pics img{margin: 0 40px;}
		.about_midd_text .about_jerry{position: absolute; bottom: -80px;left: 50%;margin-left: -165px;}


.about_bottom{width: 100%; height: 165px; text-align:center;}
	.bottom_line{display: block; width: 100%; height: 10px; margin-top: 12px;background-color: #ccc;}
	.about_bottom p{font-size:18px; margin-top:80px; padding: 0 40px;}

/* ====== SHIPPING OPTIONS ======== */
.staticBanner{text-align:center;}
	.staticBanner img{max-width:100%; display:block; margin:0 auto;}
	.topCaption{height:40px; background:#f5f5f5; position:relative; margin-bottom:20px;}
	.topCaption.white{background-color: #fff;}
	.topCaption img{margin-top:-16px;}
	
.shipOptTables{}
	.shipOptTables h3{margin-bottom:30px;}
	.shipOptTables .col{padding:90px 5% 50px;}
	.shipTableWrap{max-width:660px; text-align:center}
	.shipOptTables table{border-collapse:collapse; border:1px solid #c8c8c8; max-width:660px;}
		.shipOptTables table thead th{padding:10px; font-size:20px; color:#fff; background:#666; border-bottom:1px solid #c8c8c8; font-weight:normal;}
		.shipOptTables table tbody td{padding:5px; border:1px solid #c8c8c8; font-size:16px; background:#f7f7f7; line-height:1.5;}
		.shipOptTables table tbody td:nth-child(2n){background:#fff;}
	.shippingSmallprint{font-size:18px; text-align:center; max-width:1340px; margin:0 auto 90px;}
	
.shipOptMain{text-align:center; max-width:1280px; margin:0 auto;}
	.shipOptMain h2,.shipOptMain h1{margin-bottom:40px;}
	.shipOptMain p{margin-bottom:50px;}
	
#shipOptHead{text-align:center; position:relative; padding:120px 0 0}
	#shipOptHead .col{}
	#shipOptHead .jerry_recommends{position:absolute; top:0px; left:6.4%}
	#shipOptHead .topCaption{}
	#shipOptHead .topCaption .tfBlockGray{top:-18px;}
	#shipOptHead .topCaption img{}
	
#shipOptBody{text-align:center; background:#f8f8f8;  border-bottom:10px solid #ccc; margin-bottom:30px;}
	#shipOptBody .col{padding:90px 20px 0; position:relative;}
	#shipOptBody .col:before{content:''; display:block; height:14px; width:100%; background:#fff; position:absolute; top:0; left:0}
	#shipOptBody .shipOptBlock{font-size:24px; max-width:490px; margin:0 auto 90px; line-height:1.4;}
	#shipOptBody .shipOptBlock h3{font-size:29px; margin-bottom:30px;}
	#shipOptBody .shipOptBlock ul{text-align:left; padding:15px 0 0px 30px; list-style:disc; display:inline-block;}
	#shipOptBody .shipOptBlock ul li{}

/* ====== SOURCE POINTS ======== */
.source_middle{}
	.source_gray{background-color:#f6f6f6;}
		.source_wrap{max-width:1500px; width:100%; margin:0 auto; position:relative;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
			        box-sizing: border-box;}
			.source_wrap.top .tfBlockWhite{top:-35px;}
			.source_wrap.top .static_text_big{ margin: 15px 0 45px;font-family: Arial, Helvetica, sans-serif;text-transform: none !important;}/*padding-left: 65px;*/
			.source_wrap.top .static_text_standard{padding: 0 265px 75px 65px;}
			.earn_redeem{display: block; position:absolute; top: 130px; right:0px;}
				.earn, .redeem{display:inline-block; width:130px; text-align: center;}
				.text_er{font-family:'Oswald', Arial, Helvetica, sans-serif; font-size:40px; font-weight:bold; text-transform:uppercase; color:#666;}
	.source_transparent{padding-bottom: 80px;}
		.source_wrap.middle .tfBlockWhiteGray{margin-top:20px;}		
		.source_wrap.middle .static_text_standard{padding:26px 100px 20px 25px;}
		/*.source_wrap.middle .redBtn{width: 250px; position:absolute; top:50px; right:0; padding-left:5px;}*/
		.source_wrap.middle .redBtn{width: 220px;top: 24px;margin-left: 350px}

		.source_wrap.middle .redBtn:after{margin-right:16px;}
		
		.source_wrap.bott .tfBlockWhite{top:-35px;}
		.source_wrap.bott .static_text_big{padding-left:65px; margin: 40px 0 25px;}
		.source_wrap.bott .static_text_standard{padding: 0 60px 60px 120px;line-height: 55px;}
		.point_arr{display:inline-block; width:29px; height:20px; background: url(../images/tf-sprite.png) -192px -26px; background-repeat: no-repeat;}
		
		.source_transparent.s_bott{padding-bottom:70px; border-bottom:15px solid #a32638; margin-bottom:60px;}
		.source_wrap.bott1 .static_text_big{margin:60px 0 0 65px;}
		.source_wrap.bott1 .static_text_standard{padding:0 0 0 65px; line-height:36px;}

		#enroll{}
			#enroll_form label{font-size:24px; margin-bottom: 0px;}
			#enroll .enr_message.static_text_standard{padding: 20px 0px 20px 65px;}
			#terms{margin-right: 10px;}

/* ===== GLOBAL SHIPPING ======*/
	.staticBanner .tfBlockBlack{ margin-top:-12px;}
	
.static_bar{padding:65px 0 40px; margin:0 0 75px;}
.static_bar.gray_bar{background:#f6f6f6;}
.static_bar.dark_gray_bar{background:#666; color:#fff;}
	.static_bar h3{margin:-100px 0 20px;}
	.static_bar p{padding:0px 10px 40px 70px;}

#gs_intro{margin-top:-20px;}	
#gs_intro p{padding:0; max-width:1180px; margin:0 auto;}
#shipping_map_hold{text-align:center; margin-bottom:85px;}
	.shipping_map_intro{margin-bottom:45px;}
	.shipping_map_intro p{max-width:1060px; margin:0 auto 45px;}
	#shipping_map_hold img{max-width:100%;}
	#shipping_map_hold h3{font-family:Arial, Helvetica, sans-serif; font-size:30px; text-transform:none; width:180px; text-align:left; margin:0 auto 35px;}
	#shipping_map_hold ul{
		display:inline-block;
		-webkit-column-count:2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
	}
	#shipping_map_hold ul li{font-size:24px; margin-bottom:2px; min-width:220px; text-align:left; padding-left:20px;}

/* ====== STACK FAQ'S ======== */

.static_bar h3.tip1{font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; text-transform:inherit; margin:30px 0 0;}
.static_bar h4.tip1{font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; text-transform:inherit; margin:30px 0 0;}
.static_bar h4.tip2{font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:bold; text-transform:inherit; position:relative; padding-left:95px; margin:0 0 30px;}
	.static_bar h4.tip2:before{content:''; display:block; width:29px; height:20px; position:absolute; top:6px; left:45px;background:url(../images/tf-sprite.png) -192px -26px;}
.static_bar p.tip1_big{font-family:Arial, Helvetica, sans-serif; font-size:30px; text-transform:inherit; margin:0; padding:0;}
.static_bar p.tip1{font-family:Arial, Helvetica, sans-serif; font-size:24px; text-transform:inherit; position:relative; padding:0; margin:0;}
.static_bar p.tip2{font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; text-transform:inherit; position:relative; padding:0 0 0 95px; margin: 0;}
	.static_bar p.tip2:before{content:''; display:block; width:29px; height:20px; position:absolute; top:6px; left:45px;background:url(../images/tf-sprite.png) -192px -26px;}

#stack_faq h3.tfBlockWhite{margin:-34px 0 0; padding:0 50px;}
#stack_faq h3.tfBlockWhiteGray{margin:20px 0 0; padding:0 50px;}

.staticBanner{position: relative;}
.staticBanner .tfBlockBlackSF{margin-top:-72px;}

#sf_intro.static_bar{padding:35px 0; margin:-35px 0 0;}
	.pagewidth2{max-width:1500px; margin:0 auto; padding:0 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;}
	#sf_intro p.static_text_standard{padding:0;}

#stack_faq{}
	#stack_faq .static_bar{padding: 0 0 60px; margin:0;}
	#stack_faq p.static_text_big{padding:0; margin:0;}
	#stack_faq p.static_text_standard{padding:0; margin:0 0 30px;}
.sf_box{width:100%; padding-left:60px; float:left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;}
.sf_box1{width:50%; height:950px; float:left; margin:20px 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;}
.sf_box2{width:100%; padding-left:60px; float:left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;}
.sf_space_bottom{margin-top:30px;}

/* ====== PRIVACY POLICY ======== */
.empty_gray{width:100%; height:50px; background-color:#f6f6f6;}
.empty_white{width:100%; height:50px; background-color:#fff;}

#privacy_policy .static_bar{margin:0; padding:50px 0;}
#privacy_policy .gray_bar{margin:0; padding:50px 0 15px;}
	#privacy_policy h3.tfBlockWhiteGray{margin:0 0 30px 20px; padding:0 10px;}
	#privacy_policy h3.tfBlockWhite{margin:-85px 0 30px 20px; padding:0 10px}
	#privacy_policy p.static_text_standard{padding:0; margin:0 0 30px;}
	.italic{font-style: italic;}
	#privacy_policy ul{margin-bottom: 30px;}
	#privacy_policy ul li{font-size:24px; list-style: disc; padding-left:30px; margin-left:60px;}

/* ====== WHOLESALE and WHOLESALE APPLY ======== */
#wholesale{}
#wholesale .static_bar.gray_bar{margin:15px 0;}
#wholesale .static_bar{margin:0;}
	#wholesale .sf_box{padding:0 60px;}
	#wholesale h2.tfBlockBlack,#wholesale h1.tfBlockBlack{padding:0; margin:-100px 0 0 0;}
	#wholesale .static_text_standard{padding:0; margin:0 0 30px;}
	#wholesale .static_bar h3.tip1{margin:0;}
	.stat_border_top{border-top:10px solid #900;}
	.stat_border_bottom{border-bottom:10px solid #900;}
	.wholesale_bottom{background:#f6f6f6; padding:50px 0; margin-bottom:15px;}
	
#wholesale_apply .static_bar.gray_bar{margin:15px 0;}
#wholesale_apply .static_bar{margin:10px 0; padding:15px 0 40px;}
	#wholesale_apply .sf_box{padding:0 60px;}
	#wholesale_apply h2.tfBlockBlack,#wholesale_apply h1.tfBlockBlack{padding:0; margin:-100px 0 0 0;}
	#wholesale_apply .static_text_standard{padding:0; margin:0 0 30px;}
	#wholesale_apply .static_bar h3.tip1{margin: 30px 0 20px;}
	#wholesale_apply .static_bar h3.tip1 > span{font-family:Arial, Helvetica, sans-serif; font-weight:lighter; font-size: 18px; color:#666;}
	#wholesale_apply .static_bar h4.tip1{margin:40px 0 20px;}

	#wholesale_apply .big_form {margin:0;}
	#wholesale_apply .big_form fieldset{padding:0; background:#fff;}
	#wholesale_apply .big_form fieldset.form_col{float:left; width:47%; margin:0 1%}
	#wholesale_apply .error_holder{color:#900; line-height:16px;}
	#wholesale_apply .inp_label {display: block; min-width:0; margin:0; line-height: 35px;}
	#wholesale_apply label{color:#666; font-size:18px;}
	#wholesale_apply .lab_radio{padding-left:30px; line-height:16px;}
	#wholesale_apply .lab_check{padding-left:40px;height: 40px;line-height: 40px;margin-bottom: 15px;vertical-align: top;}
	.check_group{margin:20px 0; padding-left:20px;}
	#wholesale_apply .whole_textA{border-radius:4px; vertical-align:top;}
	#wholesale_apply .inp_text, #wholesale_apply .inp_select, #wholesale_apply .inp_area{padding:2px 20px; margin:10px 0; font-size:18px; color:#333;}
	#wholesale_apply .inp_text, #wholesale_apply .inp_select{height:40px;}
	#wholesale_apply fieldset.form_col{min-height: 700px;}

/* ====== CONTACT US ======== */
.contact_us{}
	.contact_us .static_bar{padding:0;}
	.contact_us .static_bar.gray_bar{margin:-30px 0 0; padding:50px 0 0;}
	.contact_us	.static_bar h3.tfBlockWhiteGray{margin:40px 0 35px 20px;}
	.contact_us	.static_bar p{padding:0;}
	.stext_small{font-size:20px; font-family:Arial, Helvetica, sans-serif;}
	.contact_us .label_req{display:block; width:100%; text-align:left; padding:0 0 10px 20px; font-size:18px; font-weight:bold;}
	.contact_us .inp_text{font-size:18px; font-family:Arial, Helvetica, sans-serif; color: #333; height:40px;}
	.contact_us .static_text_standard{margin-bottom:30px;}
	.contact_us .static_text_big{margin-bottom:30px;}
	.faqHolder .static_text_standard{margin-bottom:30px;}
	.btn_holder{margin-top:40px;}
	#comment{width:100%;}
	
	#contact_us_response{}
		#contact_us_response >em{display:block; text-align:center; font-size:18px; padding:40px 0 80px;}
		.cResponseImg{margin-bottom:-130px;}
		#contact_us_response .static_bar.gray_bar{margin:0 0 70px; position:relative;}
		#contact_us_response .static_bar.gray_bar:before{content:''; width:100%; height:10px; background:#ccc; display:block; position:absolute; left:0; bottom:-25px; z-index:-1}

/* ====== POST AND QUERY ======== */
.contact_us_post{text-align:center;}

/* ====== SALE US YOUR COLLECTION ======== */
#sell_us .static_bar.gray_bar{margin: -22px 0 15px; border:none;}
	#sell_us .sf_box{padding: 0;}
	#sell_us .static_bar.gray_bar h3.tip1{display:inline-block; margin:0 0 30px; max-width:1190px; width:100%;}
	#sell_us .static_bar p{padding: 0 0 40px;}
#sell_us .static_bar{border-top:10px solid #900;}
	#sell_us .static_bar h2.tfBlockBlack,#sell_us .static_bar h1.tfBlockBlack{display:block; margin:-99px auto 100px;}
	#sell_us .static_bar h3.tip1{display:block; position:relative; margin:0; padding-left: 40px;line-height: 40px;}
	#sell_us .static_bar h3.tip1 > span{display:block; width:27px; height:26px; position:absolute; top: 7px; left:0; background: url(../images/tf-sprite.png) -258px -23px; background-repeat:no-repeat;}
	#sell_us table{max-width: 1290px; width:100%; border-collapse:collapse; border:1px solid #ccc; font-size:20px; margin-bottom:50px;}
		#sell_us thead{}
			#sell_us thead tr th{height:35px; padding-left:30px; color:#fff; background-color:#a32638;}
		#sell_us tbody{}
			#sell_us tbody tr td{height: 35px; padding-left:30px; border:1px solid #ccc;}
			#sell_us tbody tr td:nth-child(odd){background: #f7f7f7;}
	#sell_us p.static_text_big{padding:0;}
	/*#sell_us p.static_text_big.margB{margin-bottom:30px;}*/
	.margB{margin-bottom:30px !important;}
	.padd0{padding:0 !important;}

/* =============== RESPONSIVE =============== */

@media only screen and (max-width:1620px) {
	.shipOptTables table thead th{font-size:16px;}
	.shipOptTables table tbody td{font-size:14px;}
	.shipOptTables .col{padding:40px 3%;}
}

@media only screen and (max-width:1600px) {
	.source_wrap{padding:0 40px;}
	.source_wrap.top .static_text_standard, .source_wrap.middle .static_text_standard, .source_wrap.bott .static_text_standard, .source_wrap.bott1 .static_text_standard{font-size:22px;}
	.source_wrap.top .static_text_standard{padding: 0 265px 75px 23px;}
	.earn_redeem, .source_wrap.middle .redBtn{right:20px;}
	#sell_us .sf_box{padding:0 60px;}
}
@media only screen and (max-width:1560px){
	.sf_box, .sf_box1{padding-right:60px;}
	#privacy_policy h3.tfBlockWhiteGray{margin-left:40px;}
	#privacy_policy h3.tfBlockWhite{margin-left:40px;}
}
@media only screen and (max-width:1500px){
	.source_wrap.top .static_text_big, .source_wrap.bott .static_text_big, .source_wrap.bott1 .static_text_big{font-size:28px;}
	/*.source_wrap.top .static_text_standard{font-size: 22px; padding:0 240px 100px 65px;}*/
	.source_wrap.top .static_text_standard{ padding: 0 225px 100px 15px; width: 400px;}
	.source_wrap.middle .static_text_standard{padding-right:60px;}
	.source_wrap.bott1 .static_text_big{margin:60px 0 0 65px;}
}
@media only screen and (max-width:1450px){
	.source_wrap.top .static_text_big{font-size:26px;}
	.source_wrap.top .static_text_standard{font-size: 20px;}
}
@media only screen and (max-width:1450px){
	.source_wrap.top .static_text_standard{font-size: 18px;}
}