@media screen and (max-width: 890px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 1112px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 834px) 
  and (max-device-width: 834px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1112px) 
  and (max-device-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  #any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll!important; -webkit-background-size: auto; }

}











/* DISABLE BACKGROUND-ATTACHMENT: FIXED FOR iOS */

@supports (-webkit-overflow-scrolling: touch) {
  /* CSS specific to iOS devices */ 
#test_row { display: none; }
#any_sd_wan, #sd_mode_go_more_row, #sd_all_in_row_1 { background-image: url('images/new_photo_bkg3b_vert.png'); background-attachment: scroll; background-size: auto; }

	
}

/* END FIXED BACKGROUND FIXED for iOS */

/* FIXED BACKGROUNDS FOR NON-iOS */
@supports not (-webkit-overflow-scrolling: touch) {

  /* CSS for other than iOS devices */ 

	#any_sd_wan, #sd_all_in_row_1, #sd_mode_go_more_row { background-attachment: fixed; background-size: cover; background-image: url('images/new_photo_bkg3b_vert.png'); }
}

/* END FIXED BACKGROUND FOR NON-iOS */

/* Non-iOS OLD or Very Small Phone */
@media only screen and (max-width: 320px) and (orientation: portrait) {
	
	.on_screen_left { text-align: right; width: 87%; background-color:#000000; position: relative; top: 0; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 20px; font-weight: 600; z-index: 10; padding: 20px 20px 25px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 70%; background-color:#616161; position: relative; top: -30; left: calc(30% - 50px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 18px; font-weight: 600; z-index: 12; padding: 15px 25px; transition: 1s; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 450px; background-color:#393939; margin: 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -30px; }

	.top_third_start { width: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 300px; position: fixed; top: 222px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% - 7px))!important; transition: .5s; } 
	.left_third_min {  width: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% + 7px))!important; transition: .5s; } 
	
	#thirds_core { width: 300px; }
	.thirds_core_start { width: 300px; height: 0px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 300px; height: 300px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 300px; position: absolute; top: 0px; left: 50%; transform: translateX(-50%); }

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 90px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 90px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { position: relative; width: 100%; max-width: 1200px; margin: 0px; padding-top: 30px; }
	.china_blurb_fifth { position: relative; width: 90%; margin: 0px; float: none; clear: both; padding: 0px; }
	.china_blurb_fifth img { width: 40%!important; float: left; }
	.china_blurb_fifth p { text-align: left; color:#FFFFFF; font-size: 15px; line-height: 18px; padding-top: 30px; }
	#china_award_seal { width: 90%; max-width: 300px; min-width: 200px; margin-bottom: -30px; }
	#china_sign_header { display: none; }
	#china_sign_header_mobile { display: block; width: 90%; max-width: 240px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 30px; margin-bottom: -90px; z-index: 17; padding-top: 0px; }
	#china_animation { display: none; }
	#china_animation_mobile { display: block; width: 100%; max-width: 320px; position: relative; margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -50px; width: 120px; z-index: 21; margin-left: calc(50% - 120px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 150px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -150px; left: calc(50% - 150px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 12px; margin-bottom: -30px; }	

}

/* Non-iOS Small Phone */
@media only screen and (min-width: 321px) and (max-width: 360px) and (orientation: portrait) {

	.on_screen_left { text-align: right; width: 85%; background-color:#000000; position: relative; top: 0; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 21px; font-weight: 600; z-index: 10; padding: 20px 20px 25px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 60%; background-color:#616161; position: relative; top: -30; left: calc(40% - 50px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 18px; font-weight: 600; z-index: 12; padding: 15px 25px; transition: 1s; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 450px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -30px; }

	
	.top_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 320px; position: fixed; top: 222px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% - 7px))!important; transition: .5s; } 
	.left_third_min {  width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% + 7px))!important; transition: .5s; } 
	
	#thirds_core { width: 320px; }
	.thirds_core_start { width: 320px; height: 0px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 320px; height: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }


	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 300px; position: relative; top: 0px; left: 50%; transform: translateX(-50%); }


	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 90px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 100%; margin-left: auto; margin-right: auto; padding-top: 30px; }
	.china_blurb_fifth { position: relative; width: 90%; float: none; clear: both; margin: 0px; padding: 0px; }
	.china_blurb_fifth img { width: 40%!important; float: left; }
	.china_blurb_fifth p { text-align: left; color:#FFFFFF; font-size: 16px; line-height: 19px; padding-top: 30px; }
	#china_award_seal { width: 90%; max-width: 300px; min-width: 240px; margin-bottom: -30px; }
	#china_sign_header { display: none; }
	#china_sign_header_mobile { display: block; width: 90%; max-width: 270px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 30px; margin-bottom: -90px; z-index: 17; padding-top: 0px; }
	#china_animation { display: none; }
	#china_animation_mobile { display: block; width: 100%; position: relative; margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -50px; width: 150px; z-index: 21; margin-left: calc(50% - 150px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 150px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -150px; left: calc(50% - 150px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 20px; margin-bottom: -18px; }	

}

@media only screen and (max-width: 360px) and (max-height: 520px) and (orientation: portrait) {
.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -35%); padding: 15px; z-index:999999!important; transition: 0.5s; }

}

/* Non-iOS Small Phone */
@media only screen and (max-width: 360px) and (orientation: portrait) {
	
	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 60px; }
	#product_features_content { margin-top: 30px; }

	#header_img { margin-top: -10px!important; padding-top: -10px!important; padding-bottom: 20px!important; }

	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index:999999!important; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }


	#sd_all_in_row_1 { background-color:#FFFFFF; height: 500px; position: relative; z-index: 1; margin-top: -15px; padding: 0px; }
	
	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; padding-top: 20px; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -30px; }

	#end_to_end_anim { display: none; }
	#end_to_end_anim_mobile { display: block; }
	
	
	#performance_anim_desktop { display: none; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: block; max-width: 480px; margin-left: 50%; transform: translateX(-50%); }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 250px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 10px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 250px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 10px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 10px; }
	#security_label_box { width: 250px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 10px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 250px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 10px; background-color:#121212; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 18px; color:#FFFFFF; margin-top: 6px; }

	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: 0px 0px 30px 0px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#performance_blurb_div img { width: 90px; float: right; margin-left: 0px; margin-top: 10px; }
	#terabit_v { display: block; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin-top: 0px; padding-bottom: 30px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 100%; float: none; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: block; max-width: 500px; margin-left: 50%; transform: translateX(-50%); }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 540px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px!important; }

	
	#savings_blurb { width: 100%; }
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, 	#savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb { margin: 30px 0px 0px 0px; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 10px!important; padding-left: 10px; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	
	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#f2f2f2; line-height: 42px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px;margin-bottom: 10px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: none; }
	#any_app_mobile_portrait { display: block; }

	#globe_anim { width: 70%; max-width: 240px; float: none; margin-left: 15%; margin-top: 20px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: relative; width: 100%; z-index: 16; padding-bottom: 30px; }
	#globe_content_div #sd_any_place_arrow_button { text-align: center; margin-top: 30px; margin-bottom: 10px; }

	#globe_content_number { font-size: 60px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 18px!important; line-height: 24px; font-weight: 400; width: 100%; margin-left: 0px; margin-top: 10%; text-align: center; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15;  text-align: center!important; }
	#sd-core_globe_div .section_title { font-size: 32px; line-height: 42px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_any_cloud .section_title { font-size: 32px; color:#393939; line-height: 42px; text-align: center; font-weight: 600; margin-top: 60px; margin-bottom: 20px; }
	#any_cloud_content_mobile { text-align: center; font-size: 24px; line-height: 27px; padding-top: 0px; margin: 20px 0px 30px 0px; }
	#any_cloud_content { display: none; }
	#any_cloud_desktop { display: none; }
	#any_cloud_mobile_portrait { display: block; }
	
	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 510px; margin: 0px; padding: 0px 0px 90px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -90px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -90px; }
	
	#sd_row_partnership { position: relative; z-index: 30; min-height: 700px; background-color:#121212; margin: 0px; padding: 0px 0px 60px 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#f2f2f2; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third, .any_way_third_middle { margin: 30px 0px 60px 0px; width: 100%; min-width: 240px; float: none; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; margin-bottom: -10px; width: 210px!important; }
	.any_way_header { text-align: center; font-size: 24px!important; color:#FFFFFF; font-weight: 600!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { text-align: center; width: 80%; margin-left: auto; margin-right: auto; font-size: 27px!important; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; margin-top: -20px!important; }
	#OEM_arrow_button, #SP_arrow_button { text-align: center!important; }
	#MSP_arrow_button { text-align: center!important; margin-left: 0px; }

	#read_more_top_angle { margin-bottom: 0px; }
	#read_more { font-size: 32px; color:#f2f2f2; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2_arrow_button { clear: both; }

}

/* Non-iOS Small to Medium Phone */
@media only screen and (min-width: 361px) and (max-width: 468px) and (orientation: portrait) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 90px; }
	#product_features_content { margin-top: 30px; }

	#header_img { margin-top: -15px!important; }

	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index:999999!important; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }

	.on_screen_left { text-align: right; width: 80%; background-color:#000000; position: relative; top: 0; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 21px; font-weight: 600; z-index: 10; padding: 20px 20px 25px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 60%; background-color:#616161; position: relative; top: -30; left: calc(40% - 50px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 18px; font-weight: 600; z-index: 12; padding: 15px 25px; transition: 1s; }

	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 360px; margin-left: auto; margin-right: auto; padding-top: 10px; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#all_s, #in_s { display: none; }
	#all_in_mobile_portrait_s { display: block; width: 100%; max-width: 200px; margin-left: auto; margin-right: auto; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 540px; position: relative; z-index: 1; margin-top: -15px; padding: 0px; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 500px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -36px; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -30px; }

	#end_to_end_anim { display: none; }
	#end_to_end_anim_mobile { display: block; }
	

	.top_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 320px; position: fixed; top: 222px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% - 7px))!important; transition: .5s; } 
	.left_third_min {  width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% + 7px))!important; transition: .5s; } 
	
	#thirds_core { width: 320px; }
	.thirds_core_start { width: 320px; height: 0px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 320px; height: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }


	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 400px; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); }
	
	
	#performance_anim_desktop { display: none; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: block; max-width: 480px; margin-left: 50%; transform: translateX(-50%); }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 10px; }
	#security_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 21px; color:#FFFFFF; margin-top: 6px; }

	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: 0px 0px 30px 0px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#performance_blurb_div img { width: 120px; float: right; margin-left: 0px; margin-top: 10px; }
	#terabit_v { display: block; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin-top: 0px; padding-bottom: 30px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 100%; float: none; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: block; max-width: 500px; margin-left: 50%; transform: translateX(-50%); }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 540px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 10px!important; }

	
	#savings_blurb { width: 100%; }
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, 	#savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb { margin: 30px 0px 0px 0px; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 10px!important; padding-left: 10px; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: none; }
	#any_app_mobile_portrait { display: block; }

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 90px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 24px; color:#FFFFFF; line-height: 27px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 24px; color:#FFFFFF; line-height: 27px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 60px; }
	.china_blurb_fifth { position: relative; width: 100%; min-width: 200px; float: none; clear: both; margin: 0px; padding: 0px; }
	.china_blurb_fifth img { width: 40%!important; float: left; }
	.china_blurb_fifth p { text-align: left; color:#FFFFFF; font-size: 18px; line-height: 24px; padding-top: 30px; }
	#china_award_seal { width: 90%; max-width: 400px; min-width: 300px; margin-bottom: -30px; }
	#china_sign_header { display: none; }
	#china_sign_header_mobile { display: block; width: 90%; max-width: 240px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: -90px; z-index: 17; padding-top: 0px; }
	#china_animation { display: none; }
	#china_animation_mobile { display: block; width: 90%; max-width: 400px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -60px; width: 150px; z-index: 21; margin-left: calc(50% - 150px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 150px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -150px; left: calc(50% - 150px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 30px; }	

	#globe_anim { width: 70%; margin-left: 15%; max-width: 320px; margin-top: 20px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: relative; width: 100%; left: 50%; transform: translateX(-50%); z-index: 16; padding-bottom: 30px; }
	#globe_content_div #sd_any_place_arrow_button { text-align: center; margin-top: 30px; margin-bottom: 10px; }
	#globe_content_number { font-size: 72px; color:#00b4dc; font-weight: 800; }
	#globe_content_mobile_portrait { color:#FFFFFF; font-size: 21px!important; line-height: 27px; font-weight: 400; width: 90%; margin-left: auto; margin-right: auto; margin-top: 5%; text-align: center; }
	#globe_content { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 36px; line-height: 48px; color:#FFFFFF; font-weight: 600; text-align: center!important; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_any_cloud .section_title { font-size: 36px; color:#393939; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px;  margin-bottom: 30px; }
	#any_cloud_content_mobile { text-align: center; font-size: 24px; line-height: 27px; padding-top: 0px; margin: 20px 0px 30px 0px; }
	#any_cloud_content { display: none; }
	#any_cloud_desktop { display: none; }
	#any_cloud_mobile_portrait { display: block; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 510px; margin: 0px; padding: 0px 0px 60px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 90px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -120px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -120px; }
	
	#sd_row_partnership { overflow: visible; position: relative; z-index: 30; min-height: 750px; background-color:#121212; margin: 0px; padding: 0px 0px 90px 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third { margin: 10px 0px 0px -10px; width: 100%; min-width: 300px; float: none; clear: both; text-align: center; }
	.any_way_third_middle { margin: 10px 0px -10px -10px!important; width: 100%; min-width: 300px; clear: both; float: none; text-align: center; }
	.any_way_third img { float: left; width: 180px!important; margin-top: 20px; margin-bottom: 30px; }
	.any_way_third_middle img { float: left; width: 180px!important; margin-top: 20px; margin-right: 0px; }
	.any_way_third_middle p { margin-left: 60px; }
	.any_way_header { text-align: left; font-size: 24px!important; color:#FFFFFF; font-weight: 600!important; margin-bottom: -10px!important; padding-top: 20px!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { display: block; text-align: left; font-size: 21px; line-height: 27px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; max-width: 810px; }
	#OEM_arrow_button, #SP_arrow_button { text-align: left!important; margin-left: 180px; }
	#MSP_arrow_button { text-align: left!important; margin-left: 180px; }

	#read_more_top_angle { margin-bottom: 0px; }
	#read_more { font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-right: 0px; margin-bottom: 0px; }

}

/* Non-iOS Medium Phone */
@media only screen and (min-width: 469px) and (max-width: 767px) and (orientation: portrait) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 90px; }

	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }

	#sd-core_header_img { padding: 0px; height: 90px!important; }

	.green_check { width: 24px; margin-bottom: -5px; }


	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#sd_any_app_row .section_title { width: 100%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
	#sd_any_app_row .one_line { display: block!important; }
	#sd_any_app_row .two_line { display: none!important; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	
	#read_more { font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-right: 0px; margin-bottom: 0px; }

}

/* FOR GLOBE ANIMATION + ANY WAY YOU WANT IT ONLY */
@media only screen and (min-width: 469px) and (max-width: 619px) and (orientation: portrait) {
	
	#product_features_content { margin-top: 48px; }

	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 420px; margin-left: auto; margin-right: auto; padding-top: 10px; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 630px; position: relative; z-index: 1; margin-top: -15px; padding: 0px; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 620px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -58px; }
	

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -36px; }

	.top_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 320px; position: fixed; top: 222px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% - 7px))!important; transition: .5s; } 
	.left_third_min {  width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% + 7px))!important; transition: .5s; } 
	
	#thirds_core { width: 320px; }
	.thirds_core_start { width: 320px; height: 0px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 320px; height: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }


	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 500px; position: relative; top: 0px; left: 50%; transform: translateX(-50%); }

	#end_to_end_anim { display: none; }
	#end_to_end_anim_mobile { display: block; }


	.on_screen_left { text-align: right; width: 80%; background-color:#000000; position: relative; top: 0; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 24px; font-weight: 600; z-index: 10; padding: 20px 20px 25px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 60%; background-color:#616161; position: relative; top: -24; left: calc(40% - 50px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 21px; font-weight: 600; z-index: 12; padding: 15px 25px; transition: 1s; }

	
	#performance_anim_desktop { display: none; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: block; max-width: 480px; margin-left: 50%; transform: translateX(-50%); }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 10px; }
	#security_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 300px; height: 40px; margin-top: -24px; margin-bottom: -24px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 21px; color:#FFFFFF; margin-top: 6px; }

	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 0px; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: 0px 0px 30px 0px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#performance_blurb_div img { width: 150px; float: right; margin-left: 0px; margin-top: 20px; }
	#terabit_v { display: block; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin-top: 0px; padding-bottom: 30px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 100%; float: none; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: block; max-width: 500px; margin-left: 50%; transform: translateX(-50%); }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 540px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { width: 100%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px; }

	
	#savings_blurb { width: 100%; margin-left: auto; margin-right: auto; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, 	#savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb { margin: 30px 0px 0px 0px; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px; }

	
	#globe_anim { margin-left: 50%; transform: translateX(-50%); max-width: 320px; margin-top: 40px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: relative; width: 100%; left: 50%; transform: translateX(-50%); z-index: 16; padding-bottom: 30px; }
	#globe_content_div p { width: 90%; margin-left: auto; margin-right:auto; }
	#globe_content_div #sd_any_place_arrow_button { text-align: center; margin-top: 30px; margin-bottom: 30px; }
	#globe_content_number { font-size: 90px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 24px!important; line-height: 32px; font-weight: 400; width: 100%; margin-left: 0px; margin-top: 5%; text-align: center; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 36px; line-height: 48px; color:#FFFFFF; font-weight: 600; text-align: center!important; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 21px; color:#FFFFFF; line-height: 24px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 60px; }
	.china_blurb_fifth { position: relative; width: 90%; min-width: 200px; float: none; clear: both; margin: 0px; padding: 0px; }
	.china_blurb_fifth img { width: 40%!important; float: left; }
	.china_blurb_fifth p { text-align: left; color:#FFFFFF; font-size: 18px; line-height: 24px; padding-top: 36px; }
	#china_award_seal { width: 90%; max-width: 400px; min-width: 300px; margin-bottom: -50px; }
	#china_sign_header { display: none; }
	#china_sign_header_mobile { display: block; width: 90%; max-width: 300px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: -120px; z-index: 17; padding-top: 0px; }
	#china_animation { display: none; }
	#china_animation_mobile { display: block; width: 90%; max-width: 600px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 180px; z-index: 21; margin-left: calc(50% - 200px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 280px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% - 20px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 30px; }	

	#sd_row_any_cloud .section_title { font-size: 36px; color:#393939; line-height: 48px; text-align: center; font-weight: 600; margin-top: 60px; padding-top: 30px; margin-bottom: 30px; }
	#any_cloud_content { display: none; }
	#any_cloud_content_mobile { text-align: center; font-size: 18px!important; line-height: 27px; padding-top: 0px; margin: 20px 0px 30px 0px; }
	#any_cloud_desktop { display: none; }
	#any_cloud_mobile_portrait { display: block; max-width: 400px!important; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 510px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 90px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -90px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -120px; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 750px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third { margin: 10px 0px 0px 0px; width: 100%; min-width: 300px; float: none; clear: both; text-align: center; }
	.any_way_third_middle { margin: 10px 0px -10px 0px!important; width: 100%; min-width: 300px; clear: both; float: none; text-align: center; }
	.any_way_third img { float: left; width: 210px!important; margin-top: 20px; margin-bottom: 30px; }
	.any_way_third_middle img { float: left; width: 210px!important; margin-top: 20px; margin-right: 0px; }
	.any_way_third_middle p { margin-left: 60px; }
	.any_way_header { text-align: left; font-size: 24px!important; color:#FFFFFF; font-weight: 600!important; margin-bottom: -10px!important; padding-top: 20px!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { display: block; text-align: left; font-size: 21px; line-height: 27px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; max-width: 810px; }
	#OEM_arrow_button, #SP_arrow_button { text-align: left!important; }
	#MSP_arrow_button { text-align: left!important; margin-left: 60px; }
	
}

/* FOR GLOBE ANIMATION + ANY WAY YOU WANT IT ONLY */
@media only screen and (min-width: 620px) and (max-width: 767px) and (orientation: portrait) {
	
	#product_features_content { margin-top: 60px; }

	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 750px; position: relative; z-index: 1; margin-top: -15px; padding: 0px; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 700px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -70px; }
	

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -48px; }

	.top_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 320px; position: fixed; top: 222px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% - 7px))!important; transition: .5s; } 
	.left_third_min {  width: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(calc(-50% + 7px))!important; transition: .5s; } 
	
	#thirds_core { width: 320px; }
	.thirds_core_start { width: 320px; height: 0px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 320px; height: 320px; position: fixed; top: 210px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }


	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 600px; position: relative; top: 0px; left: 50%; transform: translateX(-50%); }
	

	.on_screen_left { text-align: right; width: 70%; background-color:#000000; position: relative; top: 0; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 29px; font-weight: 600; z-index: 10; padding: 20px 30px 30px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 60%; background-color:#616161; position: relative; top: -40; left: calc(40% - 50px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 24px; font-weight: 600; z-index: 12; padding: 15px 25px; transition: 1s; }

	
	#end_to_end_anim { display: block; width: 100%!important; }
	#end_to_end_anim_mobile { display: none; }
	.green_check { width: 24px; margin-bottom: -5px; }

	
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }


	#performance_label_box { width: 320px; height: 50px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 50px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 50px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 50px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; margin-top: 12px; }

	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 20px 0px -10px 0px; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: -30px 0px 30px 15px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#performance_blurb_div img { width: 150px; float: right; margin-left: 0px; margin-top: 20px; }
	#terabit_v { display: block; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin-top: -20px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 60%; float: right; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: none; }
	#optimization_anim_h { display: block; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 540px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { width: 100%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px; }

	
	#savings_blurb { width: 100%; margin-left: auto; margin-right: auto; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, 	#savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb { margin: 30px 0px 0px 0px; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -10px 0px; }

	
	#globe_anim { width: 50%; max-width: 240px; float: right; margin-right: 3%; margin-top: 40px; margin-bottom: 20px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; padding-bottom: 30px; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 60px; margin-top: 20px; }
	#globe_content_number { font-size: 54px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 18px!important; line-height: 24px; font-weight: 400; width: 50%; margin-left: 60px; margin-top: 2%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 36px; line-height: 48px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 27px; color:#FFFFFF; line-height: 32px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 27px; color:#FFFFFF; line-height: 32px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 60px; }
	.china_blurb_fifth { position: relative; width: 40%; min-width: 200px; float: left; margin: 0px 5%; padding: 0px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 18px; line-height: 24px; margin-top: 0px; }
	.china_blurb_fifth img { max-width: 200px; margin-left: 50%; transform: translateX(-50%); }
	#third_fifth { clear: both; }
	#fifth_fifth { clear: both; margin-left: 30%!important; }
	#china_award_seal { width: 90%; max-width: 400px; min-width: 300px; margin-bottom: -30px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 700px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -20px; margin-bottom: -180px; z-index: 17; padding-top: 0px; }
	#china_animation { display: none; }
	#china_animation_mobile { display: block; width: 90%; max-width: 700px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 210px; z-index: 21; margin-left: calc(50% - 200px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 290px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% - 10px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 15px; }	

	#sd_row_any_cloud .section_title { font-size: 36px; color:#393939; line-height: 48px; text-align: center; font-weight: 600; margin-top: 45px; padding-top: 30px; margin-bottom: 30px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_content { text-align: center; font-size: 18px!important; line-height: 27px; padding-top: 0px; margin: 20px -20px 30px -20px; }
	#any_cloud_desktop { display: none; }
	#any_cloud_mobile_portrait { display: block; max-width: 400px!important; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 510px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 90px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -120px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -120px; }

	
	#sd_row_partnership { position: relative; z-index: 30; min-height: 800px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third { margin: 10px 0px 0px 0px; width: 100%; min-width: 300px; float: none; clear: both; text-align: center; }
	.any_way_third_middle { margin: 10px 0px -10px 0px!important; width: 100%; min-width: 300px; clear: both; float: none; text-align: center; }
	.any_way_third img { float: left; width: 300px!important; margin-top: 20px; }
	.any_way_third_middle img { float: left; width: 300px!important; margin-top: 20px; margin-right: 0px; }
	.any_way_third_middle p { margin-left: 60px; }
	.any_way_header { text-align: left; font-size: 32px!important; color:#FFFFFF; font-weight: 600!important; margin-bottom: -10px!important; padding-top: 20px!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { display: block; text-align: left; font-size: 21px; line-height: 27px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; max-width: 810px; }
	#OEM_arrow_button, #SP_arrow_button { text-align: left!important; }
	#MSP_arrow_button { text-align: left!important; margin-left: 60px; }

}

/* Non-iOS Small Phone Landscape */
@media only screen and (max-width: 568px) and (orientation: landscape) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 60px; }
	#product_features_content { margin-top: 48px; }

	#header_img { margin-top: -15px; }
	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 70%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 5px 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: left; padding-left: 10px; }
	.sd_modal_content h3 { line-height: 24px!important; font-size: 21px!important; }
	.sd_modal_content img { width: 150px; float: right; margin-top: -10px; }

	.on_screen_left { text-align: right; width: 70%; background-color:#000000; position: relative; top: -30; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 21px; font-weight: 600; z-index: 10; padding: 5px 10px 10px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -50; left: calc(50% - 20px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 18px; font-weight: 600; z-index: 12; padding: 5px 10px; transition: 1s; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 330px; position: relative; z-index: 1; margin-top: -25px; }
	
	#sd_all_in_row_2 { position: relative; z-index:10; min-height: 130vh; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -50px; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -50px; }

	#end_to_end_anim { display: block; width: 100%; }
	#end_to_end_anim_mobile { display: none; }

	#all_in { display: block; width: 100%; max-width: 450px; position:relative; left: 50%; top: -20px; transform: translateX(-50%); z-index: 8; }
	#all_in_mobile_portrait { display: none; }

	.top_third_start { width: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 200px; position: fixed; top: 108px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(calc(-50% - 5px))!important; transition: .5s; } 
	.left_third_min {  width: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(calc(-50% + 5px))!important; transition: .5s; } 

	#thirds_core { width: 200px; }
	.thirds_core_start { width: 200px; height: 0px; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 200px; height: 200px; position: fixed; top: 100px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { width: 90%; max-width: 500px; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; width: 100%; max-width: 600px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); }
	
	#ent_users_desktop { display: block; width: 400px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); }
	#ent_users_mobile_portrait { display: none; }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 10px; }
	#security_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 20px; font-size: 21px; color:#FFFFFF; margin-top: 7px; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }


	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -20px 0px!important; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: -30px 0px 30px 0px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#terabit_v { max-width: 150px; margin-left: 0px; margin-top: 20px; float: right; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin: 0px 0px 45px 0px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px 0px -10px 0px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 100%; float: none; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: none; }
	#optimization_anim_h { display: block; padding-bottom: 0px; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 500px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { width: 100%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; }

	
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, #savings_anim_div_mobile img { margin-top: 0px; margin-left: 50%; transform: translateX(-50%); max-width: 500px; }
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; margin-left: 20px; }
	
	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	
	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 24px; color:#FFFFFF; line-height: 27px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 24px; color:#FFFFFF; line-height: 27px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 60px; }
	.china_blurb_fifth { position: relative; width: 20%; min-width: 150px; float: left; margin: 0px 3%; padding: 0px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 16px; line-height: 21px; margin-top: 0px;  }
	.china_blurb_fifth img { max-width: 150px; margin-left: 50%; transform: translateX(-50%); }
	#fourth_fifth { margin-left: 20%!important; }
	#china_award_seal { width: 90%; max-width: 300px; min-width: 200px; margin-bottom: -90px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 500px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -10px; margin-bottom: -100px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 150px; z-index: 21; margin-left: calc(50% - 240px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 290px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% - 10px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 18px; }	

	#sd_row_any_cloud .section_title { font-size: 36px; color:#393939; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 30px; }
	#any_cloud_content { display: none; }
	#any_cloud_content_mobile { text-align: center; font-size: 16px!important; line-height: 24px; padding-top: 0px; margin: 30px 20px 30px 20px; }
	#any_cloud_desktop { display: block; margin: -50px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 390px; margin: 0px; padding: 0px 0px 90px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -60px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -120px; }

	#globe_anim { width: 50%; max-width: 190px; float: right; margin-right: 5%; margin-top: 30px; margin-bottom: 30px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; padding-bottom: 60px; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 40px; margin-top: 10px; }
	#globe_content_number { font-size: 54px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 16px!important; line-height: 24px; font-weight: 400; width: 50%; margin-left: 40px; margin-top: 0%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 36px; line-height: 48px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 660px; background-color:#121212; margin: 0px; padding: 0px 0px 90px 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third { padding: 0px 0px 0px 0px; width: 100%; min-width: 300px; float: none; text-align: center; }
	.any_way_third_middle { margin: 0px 0px 0px 0px; width: 100%; min-width: 300px; float: none; text-align: center; }
	.any_way_third img { float: right; width: 300px!important; margin-right: -30px; margin-top: 20px; }
	.any_way_third_middle img { float: right; width: 300px!important; margin-right: -30px; }
	.any_way_third_middle p { margin-left: 0px; }
	.any_way_header { text-align: left; font-size: 32px!important; color:#FFFFFF; font-weight: 600!important; margin-bottom:-10px!important; padding-top: 30px; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { display: block; text-align: left; font-size: 21px; line-height: 27px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; max-width: 810px; }
	#OEM_arrow_button, #SP_arrow_button, #MSP_arrow_button { text-align: left!important; }

	
	#read_more_top_angle { margin-top: 100px!important; }
	#read_more { font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 0px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-right: 0px; margin-bottom: 0px; }

	
}

/* FOR PARTNER BUTTON ALIGNMENTS ONLY */

	@media only screen and (min-width: 569px) and (max-width: 704px) and (orientation: landscape) {
		#OEM_arrow_button { text-align: center!important; margin-top: -26px; }
		#SP_arrow_button { text-align: center!important; }
		#MSP_arrow_button { text-align: center!important; margin-left: 0px; margin-top: -26px; }
	}

	@media only screen and (min-width: 705px) and (max-width: 708px) and (orientation: landscape) {
		#OEM_arrow_button { text-align: center!important; }
		#SP_arrow_button { text-align: center!important; }
		#MSP_arrow_button { text-align: center!important; margin-left: 0px; margin-top: -26px; }
	}

	@media only screen and (min-width: 709px) and (max-width: 767px) and (orientation: landscape) {
		#OEM_arrow_button { text-align: center!important; }
		#SP_arrow_button { text-align: center!important; }
		#MSP_arrow_button { text-align: center!important; margin-left: 0px; }
	}

/* END PARTNER BUTTON ALIGNMENTS ONLY */


/* Non-iOS Small to Medium Phone Landscape */
@media only screen and (min-width: 569px) and (max-width: 767px) and (orientation: landscape) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 72px; }
	#product_features_content { margin-top: 60px; }

	#header_img { margin-top: -15px; }
	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999!important; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: left; padding-left: 10px; }
	.sd_modal_content h3 { line-height: 24px!important; font-size: 21px!important; }
	.sd_modal_content img { width: 150px; float: right; margin-top: -20px; }
	
	.on_screen_left { text-align: right; width: 70%; background-color:#000000; position: relative; top: -40; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 30px; font-weight: 600; z-index: 10; padding: 10px 15px 15px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -60; left: calc(50% - 20px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 24px; font-weight: 600; z-index: 12; padding: 5px 10px; transition: 1s; }
	
	#sd_all_in_row_1 { background-color:#FFFFFF; height: 330px; position: relative; z-index: 1; margin-top: -25px; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 130vh; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -60px; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -50px; }

	#end_to_end_anim { display: block; width: 100%; margin-top: -20px; }
	#end_to_end_anim_mobile { display: none; }

	#all_in { display: block; width: 100%; max-width: 500px; position:relative; left: 50%; top: -10px; transform: translateX(-50%); z-index: 8; }
	#all_in_mobile_portrait { display: none; }


	.top_third_start { width: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 250px; position: fixed; top: 129px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(calc(-50% - 5px))!important; transition: .5s; } 
	.left_third_min {  width: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(calc(-50% + 5px))!important; transition: .5s; } 

	#thirds_core { width: 250px; }
	.thirds_core_start { width: 250px; height: 0px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 250px; height: 250px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { width: 90%; max-width: 700px; position: absolute; top: -85px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; width: 100%; max-width: 600px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); }
	
	#ent_users_desktop { display: block; width: 500px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); }
	#ent_users_mobile_portrait { display: none; }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 10px; }
	#security_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 280px; height: 40px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 10px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 20px; font-size: 21px; color:#FFFFFF; margin-top: 7px; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }


	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 20px 0px -20px 0px!important; }
	#performance_anim_div { width: 100%; min-width: 240px; margin: -30px 0px 30px 0px!important; padding: 0px; float: none; }
	#performance_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#terabit_v { max-width: 150px; margin-left: 0px; margin-top: 20px; float: right; }
	#terabit_h { display: none; }
	#performance_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	
	#optimization_blurb { width: 100%; margin: 0px 0px 45px 0px; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px 0px -10px 0px!important; }
	#optimization_blurb li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 100%; float: none; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_v { display: none; }
	#optimization_anim_h { display: block; padding-bottom: 0px; }
	
	#security_anim_div { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#security_anim_div img { max-width: 500px; margin-left: 50%; transform: translateX(-50%); }
	#security_blurb_div { width: 100%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: none; }
	#security_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; }

	
	#savings_anim_div_desktop { display: none; }
	#savings_anim_div_mobile { width: 100%; min-width: 240px; margin: 0px; padding: 0px; float: none; }
	#savings_anim_div_desktop img, #savings_anim_div_mobile img { margin-top: 0px; margin-left: 50%; transform: translateX(-50%); max-width: 500px; }
	#savings_blurb_div { width: 100%; min-width: 240px; margin: 0px; float: none; }
	#savings_blurb_div li { font-size: 15px!important; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 5px 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; margin-left: 20px; }
	
	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 27px; color:#FFFFFF; line-height: 32px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 27px; color:#FFFFFF; line-height: 32px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }
	.china_blurb_fifth { position: relative; width: 31%; min-width: 150px; float: left; margin: 20px 1% 0px 1%; padding: 0px; }
	#fourth_fifth { margin-left: 18%!important; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 16px; line-height: 21px; padding: 0px 20px; }
	.china_blurb_fifth img { width: 75%!important; margin-left: 50%; transform: translateX(-50%); margin-bottom: -18px;}
	#china_award_seal { width: 90%; max-width: 400px; min-width: 300px; margin-bottom: -60px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 600px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -20px; margin-bottom: -100px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -50px; width: 150px; z-index: 21; margin-left: calc(50% - 300px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 300px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50%) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 20px; }	

	#sd_row_any_cloud .section_title { font-size: 36px; color:#393939; line-height: 48px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 10px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 27px; padding-top: 0px; margin: 20px 0px 30px 0px; }
	#any_cloud_desktop { display: block; margin: -50px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 510px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; padding-top: 90px; margin-bottom: -15px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -60px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -20px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -150px; }


	#globe_anim { width: 50%; max-width: 240px; float: right; margin-right: 3%; margin-top: 10px; margin-bottom: 20px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 60px; margin-top: 10px; }
	#globe_content_number { font-size: 72px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 17px!important; line-height: 24px; font-weight: 400; width: 45%; margin-left: 60px; margin-top: 0%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 36px; line-height: 48px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 540px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#f2f2f2; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third_middle { margin: 30px 0px 60px 0px; width: 33%; min-width: 150px; float: left; text-align: center; }
	.any_way_third { margin: 30px 0px 60px 0px; width: 33%; min-width: 150px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; margin-bottom: -30px; }
	.any_way_header { text-align: center; font-size: 32px!important; color:#FFFFFF; font-weight: 600!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { text-align: center; width: 90%; margin-left: auto; margin-right: auto; font-size: 16px!important; line-height: 21px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; margin-top: -20px!important; }

	
	#read_more_top_angle { margin-top: 100px!important; }
	#read_more { font-size: 36px; color:#f2f2f2; line-height: 48px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 0px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-right: 0px; margin-bottom: 0px; }

	
}

/* Non-iOS Medium Phone Landscape */
@media only screen and (min-width: 768px) and (max-width: 890px) and (orientation: landscape) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 90px; }
	#product_features_content { margin-top: 72px; }


	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 210px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -40%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: left; padding-left: 10px; }
	.sd_modal_content h3 { line-height: 24px!important; font-size: 21px!important; }
	.sd_modal_content img { width: 150px; float: right; margin-top: -20px; }

	.on_screen_left { text-align: right; width: 65%; background-color:#000000; position: relative; top: -40; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 27px; font-weight: 600; z-index: 10; padding: 10px 10px 15px 0px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -65; left: calc(50% - 20px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 21px; font-weight: 600; z-index: 12; padding: 5px 10px; transition: 1s; }

	#header_img { margin-top: -20px!important; }
	#sd_all_in_row_1 { background-color:#FFFFFF; height: 400px; position: relative; z-index: 1; margin-top: -40px; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 600px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -80px; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -70px; }

	#end_to_end_anim { display: block; width: 100%; }
	#end_to_end_anim_mobile { display: none; }

	#all_in { display: block; width: 100%; max-width: 600px; position:relative; top: -30; left: 50%; transform: translateX(-50%); z-index: 8; }
	#all_in_mobile_portrait { display: none; }

	#all_s, #in_s { display: block; margin-top: -40px; position: relative; top: -60px!important; }
	#all_in_mobile_portrait_s { display: none; }

	.top_third_start { width: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 250px; position: fixed; top: 119px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(calc(-50% - 5px))!important; transition: .5s; } 
	.left_third_min {  width: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(calc(-50% + 5px))!important; transition: .5s; } 

	#thirds_core { width: 250px; }
	.thirds_core_start { width: 250px; height: 0px; position: fixed; top: 110px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 250px; height: 250px; position: fixed; top: 110px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { width: 90%; max-width: 800px; position: absolute; top: -110px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; width: 100%; max-width: 600px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); }
	
	#ent_users_desktop { display: block; width: 500px; position: fixed; top: 120px; left: 50%; transform: translateX(-50%); }
	#ent_users_mobile_portrait { display: none; }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 320px; height: 50px; margin-top: -30px; margin-bottom: -30px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 50px; margin-top: -30px; margin-bottom: -30px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 50px; margin-top: -30px; margin-bottom: -30px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 50px; margin-top: -30px; margin-bottom: -30px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; margin-top: 10px; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }


	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 15px 0px -10px 0px; }
	#performance_anim_div { width: 60%; min-width: 240px; margin: 30px -30px 0px -30px!important; padding: 0px; float: right; }
	#performance_blurb_div { width: 40%; margin: 0px -30px 30px 0px; float: left; }
	#performance_blurb_div img { width: 100%; max-width: 270px; margin-left: -20px; margin-top: 20px; }
	#performance_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px -20px 0px 0px; text-align: left; }
	#terabit_h { display: block; }
	#terabit_v { display: none; }
	
	#optimization_blurb { width: 55%; float: right; font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; text-align: left; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px 0px -15px 0px; }
	#optimization_blurb li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 45%; float: left; min-width: 300px; margin: 0px 0px 0px -20px; padding: 0px; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }
	#optimization_anim_h { display: none; }
	#optimization_anim_v { display: block; }
	
	#security_anim_div { width: 55%; min-width: 240px; margin: 0px -10px 0px 0px; padding: 0px; float: right; }
	#security_blurb_div { width: 45%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: left; }
	#security_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; }

	
	#savings_anim_div_mobile { display: none; }
	#savings_anim_div_desktop { width: 60%; min-width: 240px; margin: 0px; padding: 0px; float: left; }
	#savings_anim_div_desktop img, #savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 40%; min-width: 240px; margin: 30px 0px 0px 0px; float: right; }
	#savings_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 10px; }
	
	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 30px; margin-bottom: 30px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	
	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#FFFFFF; line-height: 36px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#FFFFFF; line-height: 36px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 30px; }
	.china_blurb_fifth { position: relative; width: 31%; min-width: 150px; float: left; margin: 10px 1% 10px 1%; padding: 0px; }
	#fourth_fifth { margin-left: 18%!important; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 18px; line-height: 24px; padding: 0px 20px; }
	.china_blurb_fifth img { width: 75%!important; margin-left: 50%; transform: translateX(-50%); margin-bottom: -21px;}
	#china_award_seal { width: 90%; max-width: 400px; min-width: 300px; margin-bottom: -90px; }
	#china_sign_header { display: block; width: 90%; max-width: 700px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -20px; margin-bottom: -150px; z-index: 17; padding-top: 0px; }
	#china_sign_header_mobile { display: none; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -60px; width: 150px; z-index: 21; margin-left: calc(50% - 360px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 310px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 15px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 20px; }	

	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 60px; padding-top: 60px; margin-bottom: 10px; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 27px; padding-top: 0px; margin: 20px 0px 45px 0px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_desktop { display: block; margin: -45px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 600px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 120px; margin-bottom: 0px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -60px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -10px; }


	#globe_anim { width: 50%; max-width: 300px; float: right; margin-right: 5%; margin-top: 10px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 90px; margin-top: 20px; }
	#globe_content_number { font-size: 72px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 18px!important; line-height: 24px; font-weight: 400; width: 45%; margin-left: 90px; margin-top: 2%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 48px; line-height: 54px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -150px; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 540px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third_middle { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; margin-bottom: -30px; }
	.any_way_header { text-align: center; font-size: 32px!important; color:#FFFFFF; font-weight: 600!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { text-align: center; width: 90%; margin-left: auto; margin-right: auto; font-size: 16px!important; line-height: 21px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; margin-top: -20px!important; }
	#OEM_arrow_button { text-align: center!important; }
	#SP_arrow_button { text-align: center!important; }
	#MSP_arrow_button { text-align: center!important; margin-left: 0px; }

	
	#read_more_top_angle { margin-top: 100px!important; }
	#read_more { font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 0px; margin-bottom: -30px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_2 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-right: 0px; margin-bottom: 0px; }


}

/* Non-iOS Medium Phone */
@media only screen and (min-width: 768px) and (max-width: 890px) and (orientation: portrait) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 120px; }
	#product_features_content { margin-top: 72px; }


	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }

	.on_screen_left { text-align: right; width: 70%; background-color:#000000; position: relative; top: -10; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 36px; font-weight: 600; z-index: 10; padding: 30px 40px 40px 40px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -45; left: calc(50% - 60px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 27px; font-weight: 600; z-index: 12; padding: 20px 30px; transition: 1s; }
	
	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 500px; margin-left: auto; margin-right: auto; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 750px; position: relative; z-index: 1; margin-top: -15px; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 840px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -90px; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -90px; }

	
	#end_to_end_anim { display: block; width: 100%; margin-top: -20px; }
	#end_to_end_anim_mobile { display: none; }


	.top_third_start { width: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 500px; position: fixed; top: 338px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(calc(-50% - 11px))!important; transition: .5s; } 
	.left_third_min {  width: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(calc(-50% + 11px))!important; transition: .5s; } 

	#thirds_core { width: 500px; }
	.thirds_core_start { width: 500px; height: 0px; position: fixed; top: 320px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 500px; height: 500px; position: fixed; top: 320px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; width: 100%; max-width: 1200px; position: absolute; top: -155px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { width: 90%; max-width: 800px; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); }

	#ent_users_desktop { display: none; }
	#ent_users_mobile_portrait { display: block; width: 600px; position: relative; top: -90px; left: 50%; transform: translateX(-50%); z-index: 7; }
	
	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; }
	
	#performance_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 15px 0px -10px 0px; }
	#performance_anim_div { width: 70%; min-width: 240px; margin: 30px -30px 0px 0px!important; padding: 0px; float: right; }
	#performance_blurb_div { width: 30%; margin: 0px; float: left; }
	#performance_blurb_div img { width: 100%; max-width: 270px; margin-left: -20px; margin-top: 20px; }
	#performance_blurb { margin: 30px 0px 10px 0px; }
	#performance_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	#terabit_h { display: block; }
	#terabit_v { display: none; }
	
	#optimization_blurb { width: 55%; float: right; font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; text-align: left; }
	#optimization_blurb p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px 0px -15px 0px; }
	#optimization_blurb li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 45%; float: left; min-width: 300px; margin: 0px 0px 0px -20px; padding: 0px; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }
	#optimization_anim_v { display: block; }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 55%; min-width: 240px; margin: 0px -10px 0px 0px; padding: 0px; float: right; }
	#security_blurb_div { width: 45%!important; margin-left: auto; margin-right: auto; min-width: 240px; margin: 0px auto; padding: 0px; float: left; }
	#security_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	#security_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; }

	#savings_anim_div_mobile { display: none; }
	#savings_anim_div_desktop { width: 60%; min-width: 240px; margin: 0px; padding: 0px; float: left; }
	#savings_anim_div_desktop img, #savings_anim_div_mobile img { margin-top: 20px; margin-left: 10px;}
	#savings_blurb_div { width: 40%; min-width: 240px; margin: 30px 0px 0px 0px; float: right; }
	#savings_blurb_div li { font-size: 15px; line-height: 20px; font-weight: 300; color:#FFFFFF; margin: 0px; text-align: left; }
	#savings_blurb_div p { font-size: 18px!important; line-height: 24px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 10px; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }

	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 60px; margin-bottom: 30px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#FFFFFF; line-height: 36px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 120px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#FFFFFF; line-height: 36px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	.china_blurb_fifth { position: relative; width: 31%; min-width: 150px; float: left; margin: 10px 1% 10px 1%; padding: 0px; }
	#fourth_fifth { margin-left: 18%!important; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; margin-top: 30px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 18px; line-height: 24px; padding: 0px 20px; }
	.china_blurb_fifth img { width: 75%!important; margin-left: 50%; transform: translateX(-50%); margin-bottom: -21px;}
	#china_award_seal { width: 90%; max-width: 480px; min-width: 300px; margin-bottom: -90px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 700px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -20px; margin-bottom: -150px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 150px; z-index: 21; margin-left: calc(50% - 360px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 310px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 15px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 20px; }	

	#globe_anim { width: 50%; max-width: 300px; float: right; margin-right: 2%; margin-top: 40px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 50px; margin-top: 20px; }
	#globe_content_number { font-size: 90px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 21px!important; line-height: 27px; font-weight: 400; width: 50%; margin-left: 50px; margin-top: 5%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 48px; line-height: 54px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 60px; padding-top: 60px; margin-bottom: 30px; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 27px; padding-top: 0px; margin: 20px 0px 60px 0px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_desktop { display: none; }
	#any_cloud_mobile_portrait { display: block; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 630px; margin: 0px; padding: 0px 0px 60px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 120px; margin-bottom: -30px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -60px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -50px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -150px; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 540px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third_middle { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; margin-bottom: -30px; }
	.any_way_header { text-align: center; font-size: 32px!important; color:#FFFFFF; font-weight: 600!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { text-align: center; width: 90%; margin-left: auto; margin-right: auto; font-size: 16px!important; line-height: 21px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; margin-top: -20px!important; }
	#OEM_arrow_button { text-align: center!important; }
	#SP_arrow_button { text-align: center!important; }
	#MSP_arrow_button { text-align: center!important; margin-left: 0px; }

	#read_more { font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; }
	#collateral_1, #collateral_2, #collateral_3 { width: 90%; float: none; clear: both; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 0px; float: left; margin-right: 20px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: -20px; float: left; margin-right: 20px; margin-bottom: 0px; }

}

/* Non-iOS Large Phone or Small Tablet */
@media only screen and (min-width: 891px) and (max-width: 1024px) and (orientation: portrait) {
	

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 900px; position: relative; z-index: 1; margin-top: -15px; }

	#all_in { display: none; }
	#all_in_mobile_portrait { display: block; width: 100%; max-width: 600px; margin-left: auto; margin-right: auto; position: relative; transition: .5s; opacity: 1; z-index: 8; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 900px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -90px; }

	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.ent_user_anim_desktop { display: none; }
	.ent_user_anim_mobile { width: 90%; max-width: 800px; position: absolute; top: -60px; left: 50%; transform: translateX(-50%); }

	#ent_users_desktop { display: none; }
	#ent_users_mobile_portrait { display: block; width: 600px; position: fixed; top: 360px; left: 50%; transform: translateX(-50%); z-index: 7; }
	
	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -112px; }
	
	.top_third_start { width: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 600px; position: fixed; top: 442px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(calc(-50% - 13px))!important; transition: .5s; } 
	.left_third_min {  width: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(calc(-50% + 13px))!important; transition: .5s; } 

	#thirds_core { width: 600px; }
	.thirds_core_start { width: 600px; height: 0px; position: fixed; top: 420px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 600px; height: 600px; position: fixed; top: 420px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }


}
@media only screen and (min-width: 891px) and (max-width: 1024px) and (orientation: landscape) {


	#sd_all_in_row_1 { background-color:#FFFFFF; height: 540px; position: relative; z-index: 1; margin-top: -15px; }

	#all_in { display: block; margin-top: -10px; width: 100%; max-width: 800px; position:relative; left: 50%; transform: translateX(-50%); z-index: 8; }
	#all_in img { margin-top: -50px; }
	#all_in_mobile_portrait { display: none; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 860px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -90px; }

	.ent_user_anim_desktop { width: 100%; max-width: 1200px; position: absolute; top: -105px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; }

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -112px; }
	
	#ent_users_desktop { display: block; width: 800px; position: fixed; top: 288px; left: 50%; transform: translateX(-50%); z-index: 7; }
	#ent_users_mobile_portrait { display: none; }
	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }

	.top_third_start { width: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 400px; position: fixed; top: 305px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% - 9px))!important; transition: .5s; } 
	.left_third_min {  width: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% + 9px))!important; transition: .5s; } 

	#thirds_core { width: 400px; }
	.thirds_core_start { width: 400px; height: 0px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 400px; height: 400px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }
}
@media only screen and (min-width: 891px) and (max-width: 1024px) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 150px; }
	#product_features_content { margin-top: 90px; }

	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }
	
	.on_screen_left { text-align: right; width: 60%; background-color:#000000; position: relative; top: -30; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 39px; font-weight: 600; z-index: 10; padding: 30px 40px 40px 40px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -60; left: calc(50% - 60px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 30px; font-weight: 600; z-index: 12; padding: 20px 30px; transition: 1s; }
	
	#end_to_end_anim { display: block; width: 100%; margin-top: -30px; }
	#end_to_end_anim_mobile { display: none; }

	.green_check { width: 24px; margin-bottom: -5px; }

	#performance_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; }
	
	#performance_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#performance_blurb_div p { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 12px 0px -10px 0px; }
	#performance_anim_div { width: 65%; max-width: 700px; min-width: 300px; margin: 30px -30px 0px 0px; padding: 0px; float: right; text-align: right; }
	#performance_blurb_div { width: 35%; max-width: 500px; min-width: 240px; margin: 0px; padding-bottom: 30px; float: left; }
	#performance_blurb_div img { width: 240px; margin-left: -20px; margin-top: 30px; }
	#performance_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	#performance_anim_desktop { display: block; width: 100%; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }
	#terabit_h { display: block; }
	#terabit_v { display: none; }
	
	#optimization_blurb { width: 50%; position: relative; float: right; font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; text-align: left; margin: -20px 0px 0px 0px; }
	#optimization_blurb p { font-size: 21px!important; line-height: 27px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 30px 0px -20px 0px; }
	#optimization_blurb li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; width: 100%; }
	#optimization_anim_div { width: 50%; float: left; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_div img { max-width: 480px; margin-left: -20px; padding-bottom: 30px; }
	#optimization_anim_v { display: block; }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 60%; max-width: 600px; min-width: 300px; margin: 0px -10px 0px 0px; padding: 0px; float: right; }
	#security_blurb_div { width: 40%; max-width: 400px; min-width: 300px; margin: 0px; float: left; }
	#security_blurb { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; margin: 45px 0px 10px 0px; }
	#security_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	
	#savings_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#savings_anim_div_mobile { display: none; }
	#savings_anim_div_desktop { width: 60%; max-width: 700px; min-width: 300px; margin: 30px 0px 0px 0px; padding: 0px; float: left; }
	#savings_blurb_div { width: 40%; max-width: 500px; min-width: 300px; margin: 0px; float: left; }
	#savings_blurb { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 10px 0px; }
	#savings_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }

	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 60px; margin-bottom: 30px; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }
	

	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 150px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 340px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }
	.china_blurb_fifth { position: relative; width: 18%; min-width: 140px; float: left; margin: 30px 1% 30px 1%; padding: 0px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 16px; line-height: 21px; padding: 0px 10px; margin-top: -9px; }
	#china_award_seal { width: 90%; max-width: 480px; min-width: 300px; margin-bottom: -90px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 700px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -24px; margin-bottom: -180px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -50px; width: 150px; z-index: 21; margin-left: calc(50% - 400px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 310px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 15px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 30px; }	

	#globe_anim { width: 50%; max-width: 400px; float: right; margin-right: 0%; margin-top: 40px; margin-bottom: 40px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; padding-bottom: 60px; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 9%; margin-top: 20px; }
	#globe_content_number { font-size: 90px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 24px; line-height: 32px; font-weight: 400; width: 50%; margin-left: 8%; margin-top: 5%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 48px; line-height: 54px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 120px; margin-bottom: 0px; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 30px; padding-top: 0px; margin: 20px 0px 60px 0px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_desktop { display: block; margin: -60px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 660px; margin: 0px; padding: 0px 0px 60px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 150px; margin-bottom: -30px; }
	#mode_go_more_m { margin-top: -30px!important; }
	#mode_go_more_m > #mode_and_more { margin-top: -60px!important; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -50px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -150px; }
	
	#sd_row_partnership { position: relative; z-index: 30; min-height: 600px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third_middle { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third { margin: 30px 0px 60px 0px; width: 33%; min-width: 210px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; margin-bottom: -30px; }
	.any_way_header { text-align: center; font-size: 27px!important; color:#FFFFFF; font-weight: 600!important; }
	.any_way_blurb { display: none; }
	.any_way_blurb_mobile { text-align: center; width: 100%; margin-left: auto; margin-right: auto; font-size: 16px!important; line-height: 21px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; margin-top: -20px!important; }
	#OEM_arrow_button, #SP_arrow_button { text-align: center!important; }
	#MSP_arrow_button { text-align: center!important; margin-left: 0px; }

	#read_more { font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; }
	#collateral_1, #collateral_3 { width: 30%; float: left; margin: 60px 0px; padding: 0px; }
	#collateral_2 { width: 30%; float: left; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { font-size: 18px!Important; line-height: 21px!important; }
	#collateral_1 p, #collateral_2 p, #collateral_3 p { font-size: 16px!Important; line-height: 21px!important; margin-bottom: 10px; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-left: 10px; margin-bottom: 24px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-left: 10px; margin-bottom: 0px; }
	#collateral_1_arrow_button, #collateral_2_arrow_button, #collateral_3_arrow_button { float: none; clear: both; }

}

/* Non-iOS Tablet or Medium-Large Screen */
@media only screen and (min-width: 1025px) and (max-width: 1199px) {

	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 150px; }
	#product_features_content { margin-top: 90px; }


	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }

	.on_screen_left { text-align: right; width: 60%; background-color:#000000; position: relative; top: -40; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 42px; font-weight: 600; z-index: 10; padding: 40px 40px 50px 40px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -70; left: calc(50% - 60px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 30px; font-weight: 600; z-index: 12; padding: 20px 30px; transition: 1s; }

	#all_in { display: block; margin-top: -10px; width: 100%; max-width: 1000px; position:relative; left: 50%; transform: translateX(-50%); z-index: 8; }
	#all_in img { margin-top: -50px; }
	#all_in_mobile_portrait { display: none; }

	.ent_user_anim_desktop { width: 100%; max-width: 1200px; position: absolute; top: -100px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; width: 100%; max-width: 600px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); }
	
	#ent_users_desktop { display: block; width: 800px; position: fixed; top: 288px; left: 50%; transform: translateX(-50%); z-index: 7; }
	#ent_users_mobile_portrait { display: none; }
	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }


	#sd_all_in_row_1 { background-color:#FFFFFF; height: 690px; position: relative; z-index: 1; margin-top: -15px; }

	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 960px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -125px; }

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -120px; }

	#end_to_end_anim { display: block; width: 100%; margin-top: -20px; }
	#end_to_end_anim_mobile { display: none; }


	.green_check { width: 24px; margin-bottom: -5px; }

	.top_third_start { width: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 450px; position: fixed; top: 307px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% - 10px))!important; transition: .5s; } 
	.left_third_min {  width: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% + 10px))!important; transition: .5s; } 

	#thirds_core { width: 450px; }
	.thirds_core_start { width: 450px; height: 0px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 450px; height: 450px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	
	.content_title_hide { font-family: 'Source Sans Pro', Trebuchet, sans-serif; color:#FFFFFF; font-size: 24px; line-height: 60px; font-weight: 500; text-align: center!important; position: fixed; top: 290px; width: 100%; opacity: 0; transition: 1s; }
	.content_title_show { font-family: 'Source Sans Pro', Trebuchet, sans-serif; color:#FFFFFF; font-size: 42px; line-height: 60px; font-weight: 500; text-align: center!important; position: fixed; top: 280px; width: 100%; opacity: 1; transition: 1s; }

	#content_title_any {width: 60px; position: relative; margin-right: -22px; margin-left: -20px; margin-bottom: 0px; }
	#performance_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 30px; background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; }

	#performance_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#performance_blurb_div p { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 12px; }
	#performance_anim_div { width: 70%; max-width: 800px; min-width: 300px; margin: 0px -40px 0px 30px; padding: 0px; float: right; text-align: right; }
	#performance_blurb_div { width: 30%; max-width: 400px; min-width: 240px; margin: 0px; float: left; padding-bottom: 45px; }
	#performance_blurb_div img { width: 300px; margin-left: -20px; margin-top: 30px; }
	#performance_blurb { font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 0px 0px; }
	#performance_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }
	#terabit_h { display: block; }
	#terabit_v { display: none; }
	
	#optimization_blurb { width: 50%; float: right; font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; text-align: left; padding-top: 20px; }
	#optimization_blurb p { font-size: 21px!important; line-height: 27px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px 0px -10px 20px; }
	#optimization_blurb li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	#optimization_anim_div { width: 50%; float: left; min-width: 240px; margin: 0px; padding: 0px; }
	#optimization_anim_div img { max-width: 540px; padding-bottom: 60px; }
	#optimization_anim_v { display: block; }
	#optimization_anim_h { display: none; }
	
	#security_anim_div { width: 60%; max-width: 700px; min-width: 300px; margin: 0px -10px 0px 0px; padding: 0px; float: right; }
	#security_blurb_div { width: 40%; max-width: 600px; min-width: 300px; margin: 0px; padding: 0px; float: left; }
	#security_blurb { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 0px 0px; }
	#security_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	
	#savings_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; font-size: 21px; line-height: 27px; font-weight: 700; color:#FFFFFF; text-align: left; }
	#savings_anim_div_desktop { width: 60%; max-width: 700px; min-width: 300px; margin: 0px; padding: 20px 0px 0px 0px; float: left; }
	#savings_anim_div_mobile { display: none; }
	#savings_blurb_div { width: 40%; max-width: 500px; min-width: 300px; margin: 0px; float: left; }
	#savings_blurb { font-size: 21px; line-height: 27px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 10px 0px; }
	#savings_blurb_div li { font-size: 16px; line-height: 21px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#any_app_desktop { display: none; }
	#any_app_midMobile { display: block; }
	#any_app_mobile_portrait { display: none; }

	#globe_anim { width: 100%; max-width: 450px; float: right; margin-right: 2%; margin-top: 40px; margin-bottom: 60px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 9%; margin-top: 30px; }
	#globe_content_number { font-size: 90px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 24px; line-height: 32px; font-weight: 400; width: 45%; margin-left: 9%; margin-top: 10%; }
	#globe_content_mobile_portrait { display: none; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 48px; line-height: 54px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }

	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 60px; margin-bottom: 30px; }


	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 60px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 150px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 42px; text-align: center; font-weight: 600; margin-top: 0px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 400px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }
	.china_blurb_fifth { position: relative; width: 18%; min-width: 150px; float: left; margin: 30px 1% 30px 1%; padding: 0px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 18px; line-height: 24px; }
	#china_award_seal { width: 90%; max-width: 480px; min-width: 300px; margin-bottom: -90px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 800px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -30px; margin-bottom: -200px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 180px; z-index: 21; margin-left: calc(50% - 520px); }
	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 310px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 15px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 30px; }	

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 690px; margin: 0px; padding: 0px 0px 60px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 150px; margin-bottom: -30px; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -50px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -180px; }

	#sd_row_partnership { position: relative; z-index: 30; min-height: 720px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third, .any_way_third_middle { margin: 60px 0px; width: 33%; min-width: 300px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; }
	.any_way_header { text-align: center; font-size: 27px; color:#FFFFFF; font-weight: 600; }
	.any_way_blurb { display: block; text-align: center; font-size: 18px; line-height: 24px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; }
	.any_way_blurb_mobile { display: none; }
	#OEM_arrow_button, #MSP_arrow_button, #SP_arrow_button { }

	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 120px; margin-bottom: 0px; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 30px; padding-top: 0px; margin: 20px 0px 60px 0px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_desktop { display: block; margin: -60px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#read_more { font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; }
	#collateral_1, #collateral_3 { width: 30%; float: left; margin: 60px 0px; padding: 0px; }
	#collateral_2 { width: 30%; float: left; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { font-size: 21px!Important; line-height: 24px!important; }
	#collateral_1 img { width: 120px; margin-top: 20px; float: right; margin-left: 10px; margin-bottom: 0px; }
	#collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-left: 30px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-left: 10px; margin-bottom: 0px; }

}

/* END -- Non-iOS Tablet or Medium-Large Screen */

/* BEGIN -- Non-iOS Desktop or Large Screen */
@media only screen and (min-width: 1200px) {

	#product_features_content { margin-top: 120px; }
	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 150px; }
	
	#sd_modal_mask { display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.75); position: fixed; top: 0; left: 0; z-index: 32; }
	.sd_modal { width: 50%; max-width: 360px; min-width: 240px; background-color:#FFFFFF; min-height: 240px; display: none; position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 15px; z-index: 999999; transition: 0.5s; }
	.sd_modal_close_link { display: block; width: 30px; height: 25px; position: absolute; right: -5; top: -20; background-color:#00b4dc; text-align: center; padding-top: 0px; padding-bottom: 4px; color:#f2f2f2; font-size: 20px; font-weight: 800; font-family: 'Source Sans Pro', Trebuchet, sans-serif; z-index:1000000!important; }
	.sd_modal_content a { color:#00b4dc; }
	.sd_modal_content { width: 100%; text-align: center; }
	.sd_modal_content img { width: 180px; }

	.on_screen_left { text-align: right; width: 60%; background-color:#000000; position: relative; top: -50; left: 0; color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 48px; font-weight: 600; z-index: 10; padding: 40px 40px 50px 40px; transition: 1s; }
	.on_screen_right { text-align: left; width: 50%; background-color:#616161; position: relative; top: -90; left: calc(50% - 60px); color:#FFFFFF; font-family: 'Source Sans Pro', Trebuchet, sans-serif; font-size: 36px; font-weight: 600; z-index: 12; padding: 20px 30px; transition: 1s; }

	#sd_all_in_row_1 { background-color:#FFFFFF; height: 810px; position: relative; z-index: 1; margin-top: -15px; }
	
	#sd_all_in_row_2 {position: relative; z-index:10; min-height: 1000px; background-color:#393939; margin: -15px 0px; padding: 0px; }
	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -148px; }


	#all_in { display: block; width: 100%; max-width: 1200px; position: relative; left: 50%; top: -20px; transform: translateX(-50%); z-index: 8; }
	#all_in_mobile_portrait { display: none; }

	.ent_user_anim_desktop { width: 100%; max-width: 1200px; position: absolute; top: -125px; left: 50%; transform: translateX(-50%); }
	.ent_user_anim_mobile { display: none; width: 100%; max-width: 600px; position: absolute; top: 120px; left: 50%; transform: translateX(-50%); }

	#ent_users_desktop { display: block; width: 1200px; position: fixed; top: 288px; left: 50%; transform: translateX(-50%); z-index: 7; }
	#ent_users_mobile_portrait { display: none; }
	.ent_users_start { transition: .5s; opacity: 0; }
	.ent_users_fade { transition: .5s; opacity: 1; }


	#sd_down_arrow_s { display: block; width: 100%; max-width: 1200px; position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; opacity: 0.5; }
	#sd_down_arrow_mobile_portrait_s { display: none; }

	#sd_down_arrow { display: block; width: 100%; max-width: 1200px; position: fixed; left: 50%; transform: translateX(-50%); bottom: 0; opacity: 0.5; }
	#sd_down_arrow_mobile_portrait { display: none; }

	#transition_row_1 img { width: 100%; position: relative; bottom: 0; z-index: 12; margin-top: -150px; }
	
	#end_to_end_animation_row { position: relative; z-index: 13; }
	#end_to_end_anim { display: block; width: 1200px; margin-top: -30px; position: relative; z-index: 13; padding-bottom: 15px; }
	#end_to_end_anim_mobile { display: none; }
	#thirds_core { width: 600px; }
	

	.top_third_start { width: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 2; }
	.right_third_start { width: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 3; }
	.left_third_start { width: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: .5s; z-index: 4; }
	.top_third_min { width: 600px; position: fixed; top: 312px; left: 50%; transform: translateX(-50%); transition: .5s; }
	.right_third_min { width: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% - 13px))!important; transition: .5s; } 
	.left_third_min {  width: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(calc(-50% + 13px))!important; transition: .5s; } 

	.thirds_core_start { width: 600px; height: 0px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.thirds_core_reveal { width: 600px; height: 600px; position: fixed; top: 290px; left: 50%; transform: translateX(-50%); transition: 1s; z-index: 5; overflow: hidden; }
	.third_hide { transition: .5s; opacity: 0; }

	
	.green_check { width: 24px; margin-bottom: -5px; }

	
	#performance_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 50%; transform: translateX(-600px); background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#optimization_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 50%; transform: translateX(-600px); background-color:#121212; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; padding: 1px 0px 1px 20px; }
	#security_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 50%; transform: translateX(-600px); background-color:#393939; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; }
	#savings_label_box { width: 320px; height: 60px; margin-top: -33px; margin-bottom: -33px; position: relative; z-index: 20; left: 50%; transform: translateX(-600px); background-color:#121212; padding: 1px 0px 1px 20px; border-style: solid; border-color: #FFFFFF; border-width: 1.5px; } 

	#performance_label_box p, #optimization_label_box p, #security_label_box p, #savings_label_box p { font-weight: 300; line-height: 27px; font-size: 24px; color:#FFFFFF; }
	
	#performance_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; }
	#performance_blurb_div { width: 30%; max-width: 500px; min-width: 300px; padding: 0px; float: left; }
	#performance_blurb_div p { font-size: 24px; line-height: 27px; font-weight: 600; color:#FFFFFF; text-align: left; margin: 0px;  padding: 0px 0px 0px 30px; }
	#performance_anim_div { width: 70%; max-width: 800px; min-width: 300px; margin: 30px -30px 0px 0px; padding: 0px; float: right; }
	#performance_blurb_div img { width: 320px; margin-left: 0px; margin-top: 70px; padding-bottom: 20px; margin-left: 10px; }
	#performance_blurb { font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 10px 0px; }
	#performance_blurb_div li { font-size: 18px; line-height: 24px; font-weight: 300; color:#FFFFFF; margin: 10px 0px 10px 20px; text-align: left; }
	#performance_anim_desktop { display: block; }
	#performance_anim_mobile_top, #performance_anim_mobile_bottom { display: none; }
	#terabit_h { display: block; }
	#terabit_v { display: none; }
	
	#optimization_anim_div { width: 50%; float: left; max-width: 600px; min-width: 300px; margin: 0px; padding: 0px; }
	#optimization_anim_div img { width: 100%; max-width: 540px; min-width: 300px; margin-bottom: 60px; padding: 0px; }
	#optimization_blurb { width: 50%; max-width: 600px; float: left; }
	#optimization_blurb p { font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; text-align: left; margin-top: 30px; }
	#optimization_blurb li { font-size: 18px; line-height: 24px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	#optimization_anim_h { display: none; }
	#optimization_anim_v { display: block; }
	
	#security_anim_div { width: 60%; max-width: 700px; min-width: 300px; margin: 0px; padding: 0px; float: right; }
	#security_blurb_div { width: 35%; max-width: 600px; min-width: 300px; margin: 0px; padding: 20px; float: left; }
	#security_blurb { font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 10px 0px; }
	#security_blurb_div li { font-size: 18px; line-height: 24px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }
	
	#savings_blurb { width: 100%; max-width: 1200px; position: relative; top: 0; left: 0; font-size: 21px; line-height: 30px!important; font-weight: 700; color:#FFFFFF; text-align: left; }
	#savings_anim_div_mobile { display: none; }
	#savings_anim_div_desktop { width: 60%; max-width: 700px; min-width: 300px; margin: 0px; padding: 30px 0px 0px 0px; float: left; }
	#savings_blurb_div { width: 40%; max-width: 500px; min-width: 300px; margin: 0px; float: right; padding-top: 30px; }
	#savings_blurb { font-size: 27px; line-height: 30px; font-weight: 600; color:#FFFFFF; margin: 60px 0px 10px 0px; }
	#savings_blurb_div li { font-size: 18px; line-height: 24px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }

	#transition_row_3 { position: relative; z-index: 17; }
	#any_app_transition { transform: scaleX(-1); width: 100%; position: absolute; bottom: -31; left: 0; }
	#any_app_desktop { display: block; }
	#any_app_midMobile { display: none; }
	#any_app_mobile_portrait { display: none; }

	#globe_anim { width: 100%; max-width: 500px; float: right; margin-right: 2%; margin-top: 40px; margin-bottom: 60px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content_div { position: absolute; width: 100%; top: 90; left: 50%; transform: translateX(-50%); z-index: 16; }
	#globe_content_number { font-size: 150px; color:#00b4dc; font-weight: 800; }
	#globe_content { color:#FFFFFF; font-size: 32px; line-height: 42px; font-weight: 400; width: 50%; margin-left: 60px; margin-top: 10%; }
	#globe_content_mobile_portrait { display: none; }
	#globe_content_div #sd_any_place_arrow_button { margin-left: 60px; margin-top: 30px; }
	#sd-core_globe_china_div { position: absolute; width: 100%; top: 50; left: 0; z-index: 15; }
	#sd-core_globe_div .section_title { font-size: 48px; line-height: 54px; color:#FFFFFF; font-weight: 600; text-align: center; margin-top: 0px; position: relative; z-index: 15; }
	#sd-core_globe_row { position: relative; z-index: 15; }
	
	#china_blurb_div li { font-size: 18px; line-height: 24px; font-weight: 300; color:#FFFFFF; margin: 10px 0px; text-align: left; }

	#sd_any_app_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 60px; margin-bottom: 30px; }


	#sd_china_row_dedicated { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 90px 0px; }
	#sd_china_row_dedicated .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 48px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#sd_china_row { overflow: visible; position: relative; z-index: 16; background-color:#121212; margin: 0px 0px -30px 0px; padding: 0px 0px 180px 0px; }
	#sd_china_row .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#FFFFFF; line-height: 48px; text-align: center; font-weight: 600; margin-top: -30px; margin-bottom: 30px; }
	#china_blurb_container { overflow: auto; width: 100%; position: relative; min-height: 420px; left: 0; background-color:#000000; border-style: solid; border-width: 1.5px 0px 1.5px 0px; border-color:#ad1e1e; }
	#sd_china_blurbs { width: 90%; max-width: 1200px; margin-left: auto; margin-right: auto; }
	.china_blurb_fifth { position: relative; width: 18%; min-width: 180px; float: left; margin: 30px 1% 30px 1%; padding: 0px; }
	.china_blurb_fifth p { text-align: center; color:#FFFFFF; font-size: 18px; line-height: 24px; }
	#china_award_seal { width: 90%; max-width: 600px; min-width: 300px; margin-bottom: -90px; }
	#china_sign_header_mobile { display: none; }
	#china_sign_header { display: block; width: 90%; max-width: 900px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -30px; margin-bottom: -250px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -70px; width: 200px; z-index: 21; margin-left: calc(50% - 600px); }

	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 330px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 30px) ; text-align: center; }
	
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 30px; }	

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 870px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 180px; margin-bottom: -30px; }
	#mode_and_more_image, #mode_and_go_image { margin-top: -30px; }
	#sd_partnership_top_angle { width: 100%; position: absolute; bottom: -3; left: 0; opacity: 1; margin-top: -180px; }
	
	#sd_row_partnership { position: relative; z-index: 30; min-height: 800px; background-color:#121212; margin: 0px; padding: 0px; }
	#any_way_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; } 
	.any_way_third, .any_way_third_middle { margin: 60px 0px; width: 33%; min-width: 300px; float: left; text-align: center; }
	.any_way_third img, .any_way_third_middle img { float: none; }
	.any_way_header { text-align: center; font-size: 27px; color:#FFFFFF; font-weight: 600; }
	.any_way_blurb { display: block; text-align: center; font-size: 20px; color:#FFFFFF; font-weight: 300; margin-bottom: 30px; }
	.any_way_blurb_mobile { display: none; }
	#OEM_arrow_button, #MSP_arrow_button, #SP_arrow_button { }


	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 30px; padding-top: 120px; margin-bottom: 0px; }
	#any_cloud_content { text-align: center; font-size: 21px; line-height: 30px; padding-top: 0px; margin: 20px 0px 60px 0px; }
	#any_cloud_content_mobile { display: none; }
	#any_cloud_desktop { display: block; margin: -60px 0px; }
	#any_cloud_mobile_portrait { display: none; }

	#read_more { font-size: 48px; color:#f2f2f2; line-height: 54px; text-align: center; font-weight: 600; margin-top: 0px; padding-top: 20px; margin-bottom: 0px; }
	#collateral_1, #collateral_3 { width: 30%; float: left; margin: 60px 0px; padding: 0px; }
	#collateral_2 { width: 30%; float: left; margin: 60px 0px; padding: 0px 5%; }
	#collateral_1 h3, #collateral_2 h3, #collateral_3 h3 { font-size: 21px!Important; line-height: 24px!important; }
	#collateral_1 img, #collateral_3 img { width: 120px; margin-top: 20px; float: right; margin-left: 10px; margin-bottom: 0px; }
	#collateral_2 img { width: 120px; margin-top: 0px; float: right; margin-left: 10px; margin-bottom: 0px; }

}

/* END -- Non-iOS Desktop or Large Screen */

@media only screen and (min-width: 1300px) {

	#performance_anim_div { width: 70%; max-width: 800px; min-width: 300px; margin: 30px -30px 0px 0px; padding: 0px; float: right; }
	#china_features_sign { position: relative; bottom: -70px; width: 200px; z-index: 21; margin-left: calc(50% - 650px); }
}

/* BEGIN -- Non-iOS Desktop Extra Large */
@media only screen and (min-width: 1600px) {
	
	#china_page_row_1 { overflow: auto; width: 100%; position: relative; padding-top: 150px; }

	#globe_anim { width: 100%; max-width: 600px; float: right; margin-right: 5%; margin-top: 40px; opacity: 0.8; position: relative; z-index:14; }
	#globe_content { color:#FFFFFF; font-size: 32px; line-height: 42px; font-weight: 400; width: 50%; margin-left: 60px; margin-top: 10%; }
	#globe_content_mobile_portrait { display: none; }

	#sd_all_in_row_2_top_angle { width: 100%; margin-top: -170px; }
	#sd_row_any_cloud .section_title { font-size: 48px; color:#393939; line-height: 54px; text-align: center; font-weight: 600; margin-top: 180px; margin-bottom: 0px; }
	#product_features_content { margin-top: 150px!important; }

	#china_sign_header { display: block; width: 90%; max-width: 1000px; position: relative; left: 50%; transform: translateX(-48%); margin-top: -30px; margin-bottom: -250px; z-index: 17; padding-top: 0px; }
	#china_animation_mobile { display: none; }
	#china_animation { display: block; width: 90%; max-width: 1200px; position: relative; left: 50%; transform: translateX(-50%); margin-top: 0px; margin-bottom: 60px; z-index: 16; }
	#china_features_sign { position: relative; bottom: -80px; width: 200px; z-index: 21; margin-left: calc(50% - 700px); }
	#china_sign_header_mobile { display: none; }

	#available_from_mode { width: 300px; height: 360px; position: relative; left: calc(50% - 330px); text-align: center; }
	#available_from_singtel { width: 300px; position: relative; margin-top: -375px; left: calc(50% + 30px) ; text-align: center; }
	#available_title { width: 100%; float: none; clear: both; font-size: 27px; line-height: 36px; color:#FFFFFF; font-weight: 600; text-align: center; padding-top: 60px; }	

	#sd_mode_go_more_row { position: relative; z-index: 30; background-color:#393939; min-height: 900px; margin: 0px; padding: 0px 0px 30px 0px; }
	#mode_go_more_angle_top { transform: scaleX(-1); width: 100%; position: absolute; top: -18; left: 0; }
	#mode_go_more_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#FFFFFF; line-height: 54px; text-align: center; font-weight: 600; padding-top: 210px; margin-bottom: -30px; }
	
}

/* END -- Non-iOS Desktop Extra Large */


/* ONLY FOR SD-WAN TILES */

@media only screen and (max-width: 287px) {

	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1850px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 70px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 210; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 112px; height: 108px; float: left; margin: 2px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 112px; height: 108px; float: left; margin: 2px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; width: 12px; position: absolute; left:40px; top: 74px; }
}

@media only screen and (min-width: 288px) and (max-width: 320px) {
	
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 750px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 70px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-46%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 45px; height: 46px; float: left; margin: 1px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; width: 92px; background-color:#FFFFFF; height: 94px; float: left; margin: 1px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left:30px; top: 61px; }
}

@media only screen and (min-width: 321px) and (max-width: 379px) {

	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 760px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 32px; color:#00b4dc; line-height: 36px; text-align: center; font-weight: 600; padding-top: 60px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 150; left: 50%; transform: translateX(-46%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 50px; height: 50px; float: left; margin: 1px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 102px; height: 101px; float: left; margin: 1px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left:35px; top: 68px; }
}

@media only screen and (min-width: 380px) and (max-width: 392px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 800px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 55px; height: 53px; float: left; margin: 1px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 112px; height: 108px; float: left; margin: 1px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left:40px; top: 74; }
}

@media only screen and (min-width: 393px) and (max-width: 426px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 900px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 55px; height: 52px; float: left; margin: 2px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 114px; height: 108px; float: left; margin: 2px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left:41px; top: 76px; }
}

@media only screen and (min-width: 427px) and (max-width: 459px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 900px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 60px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 124px; height: 116px; float: left; margin: 2px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left:46px; top: 82px; }
}

@media only screen and (min-width: 460px) and (max-width: 492px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 950px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 72px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; background-color:#FFFFFF; width: 65px; height: 59px; float: left; margin: 2px; background-position: center center; background-size: 100% auto; background-repeat: no-repeat; }
	.sdwan_logo_tile_large { position: relative; background-color:#FFFFFF; width: 134px; height: 121px; float: left; margin: 2px; background-position: top center; background-size: 100% auto; background-repeat: no-repeat; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; width: 12px; left: 50px; top: 89px; }
}

@media only screen and (min-width: 493px) and (max-width: 526px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 760px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 90px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: none; }
	.two_line { display: block; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 200; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 70px; height: 46px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 144px; height: 96px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 527px) and (max-width: 559px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 820px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 48px; text-align: center; font-weight: 600; padding-top: 90px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 170; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 75px; height: 50px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 154px; height: 102px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 560px) and (max-width: 592px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 860px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 48px; text-align: center; font-weight: 600; padding-top: 100px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 80px; height: 53px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 164px; height: 109px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 593px) and (max-width: 626px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 890px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 48px; text-align: center; font-weight: 600; padding-top: 110px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 190; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 85px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 174px; height: 116px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 627px) and (max-width: 666px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 960px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 48px; text-align: center; font-weight: 600; padding-top: 100px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 180; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 90px; height: 60px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 184px; height: 122px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 667px) and (max-width: 732px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1040px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 48px; text-align: center; font-weight: 600; padding-top: 120px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 200; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 96px; height: 64px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 196px; height: 130px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 733px) and (max-width: 799px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1140px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 36px; color:#00b4dc; line-height: 42px; text-align: center; font-weight: 600; padding-top: 130px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 210; left: 50%; transform: translateX(-47%); }
	.sdwan_logo_tile { position: relative; width: 106px; height: 70px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 216px; height: 143px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 800px) and (max-width: 890px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1200px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 120px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 210; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 116px; height: 77px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 236px; height: 157px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 891px) and (max-width: 932px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1240px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 150px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 250; left: 50%; transform: translateX(-45%); }
	.sdwan_logo_tile { position: relative; width: 116px; height: 77px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 236px; height: 157px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 933px) and (max-width: 988px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 840px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 150px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 250; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 80px; height: 53px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 164px; height: 109px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 989px) and (max-width: 1039px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 840px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 160px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 260; left: 50%; transform: translateX(-48%); }
	.sdwan_logo_tile { position: relative; width: 85px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 174px; height: 116px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1040px) and (max-width: 1087px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 840px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 170px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 270; left: 50%; transform: translateX(-46%); }
	.sdwan_logo_tile { position: relative; width: 85px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 174px; height: 116px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1088px) and (max-width: 1148px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 860px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 170px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 270; left: 50%; transform: translateX(-47%); }
	.sdwan_logo_tile { position: relative; width: 90px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 184px; height: 116px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1149px) and (max-width: 1155px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 860px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 170px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 270; left: 50%; transform: translateX(-47%); }
	.sdwan_logo_tile { position: relative; width: 91px; height: 56px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 186px; height: 116px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1156px) and (max-width: 1200px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 990px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 180px; margin-top: 0px; margin-bottom: 30px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 300; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 100px; height: 77px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 204px; height: 157px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1201px) and (max-width: 1239px) {
	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1100px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 180px; margin-top: 0px; margin-bottom: 0px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 300; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 110px; height: 72px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 224px; height: 146px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right:0; bottom: 0; }
}

@media only screen and (min-width: 1240px) {

	#any_sd_wan { overflow: hidden; background-color:#f2f2f2; min-height: 1150px; position: relative; z-index: 10; }
	#any_sd_wan .section_title { width: 90%; margin-left: auto; margin-right: auto; font-size: 48px; color:#00b4dc; line-height: 54px; text-align: center; font-weight: 600; padding-top: 210px; margin-top: 0px; margin-bottom: 60px; }
	.one_line { display: block; }
	.two_line { display: none; }
	#any_sd_wan_content_area { text-align: center; position: absolute; top: 330; left: 50%; transform: translateX(-50%); }
	.sdwan_logo_tile { position: relative; width: 116px; height: 77px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sdwan_logo_tile_large { position: relative; width: 236px; height: 157px; float: left; margin: 2px; background-position: center center; background-size: cover; }
	.sd_wan_tile_link { background-color:rgba(0,180,220,1); padding: 0px 10px; position: absolute; right: 0; bottom: 0; }
}	

/* END SD-WAN TILES */


/* GENERAL STYLES */
.background_dark { background-color:#393939!important; transition: 1s;}
.transparent { opacity: 0!important; }
.opaque { opacity: 1!important; }
.safari_show { display: none; }
.safari_hide { margin: 0px; padding: 0px; }
/*#available_from_mode { position: relative; z-index: 999998!important; } */


