/* Disable iOS/WinMobile font size changes */
@media screen and (max-width: 960px){
	img									{ max-width: 100%; height: auto; }
	.Skin_Width							{ width: 96%; display:block; }
	.clubHome_LeftPane					{ width: 60%; }
	.clubHome_RightPane					{ float: right; width: 37%; }
	.clubHome_Interior1,
	.clubHome_Interior2,
	.clubHome_Interior3,
	.clubHome_Interior4					{ width: 22.75%; padding: 0 3% 0 0; }
	.clubHome_LeftPane,
	.clubHome_RightPane,
	.clubHome_Interior4					{ padding: 0; }
	.zeusInner .Skin_Width				{ width: 96%; }
	.zeusInner .LeftPane					{ width: 36%; display:block; float:left; }
	.zeusInner .RightPane				{ width: 60%; float:right; display:block;}
	.display-table						{ display:block; }
}
@media screen and (max-width: 768px){
	.clubHome_LeftPane					{ width: 48.5%; }
	.clubHome_RightPane					{ width: 48.5%; }
	.clubHome_Interior1,
	.clubHome_Interior2,
	.clubHome_Interior3,
	.clubHome_Interior4					{ width: 48.5%; padding: 0 3% 0 0; }
	.clubHome_Interior2,
	.clubHome_Interior4					{ padding: 0; }
}
@media screen and (max-width: 640px){
	#Body .detailBottom					{ display: none !important; }
	.clubHome_LeftPane,
	.clubHome_RightPane,
	.clubHome_Interior1,
	.clubHome_Interior2,
	.clubHome_Interior3,
	.clubHome_Interior4					{ float: none; width: auto; padding: 0 0 12px 0; }
	.clubHome_content					{ height: auto; }
	.bannerHolder						{ text-align: center; }
	.bannerHolder img					{ width: 100%; }
	.Skin_Footer .CSS_FloatLeft,
	.Skin_Footer .CSS_FloatRight			{ float: none; text-align: center; padding: 0 0 24px 0; }
	.zeusDefault a.Skin_Powerby, 
	.zeusDefault a.Skin_Powerby:link, 
	.zeusDefault a.Skin_Powerby:visited	{ float: none; }
	.Skin_Nav,
	.zeusDefault a.hiddenlogin, 
	.zeusDefault a.hiddenlogin:link, 
	.zeusDefault a.hiddenlogin:visited	{ display: none; }
	.zeusInner .LeftPane,.zeusInner .RightPane
										{ float: none; width: auto; padding:0;overflow-x:auto; }

}
@media screen and (max-width: 640px){
	.headlinesImage						{ display: none; }
}

@media screen and (max-width: 500px){
	.Skin_Header .CSS_FloatRight			{ float: none; }
	span.Skin_BannerText					{ display: block; width: 100%; text-align: center; margin: 0; }
	span.SocialMedia_login-register		{ display: block; clear: both; text-align: center; padding-top: 10px; }
	a.socialMediaLinks, 
	a.socialMediaLinks:link, 
	a.socialMediaLinks:visited			{ float: none; display: inline-block; }
}