﻿/*Styles for screen 515px and lower*/
@media only screen and (max-width : 480px) 
{
	.bodyWrapper { clear:both; height:auto; overflow:hidden;}
	.divBanner { height:auto; clear:both; width:100%; position:relative;}
	.Logo { clear:both; width:100%;position:relative; text-align:center; margin-bottom:10px;}
	.divBannerSupport { clear:both; width:100%;position:relative; top:0px; left:0px; overflow:hidden; text-align:center; margin-bottom:10px;}
	.mnTop { width:100%; border-bottom:0px; margin-bottom:10px; height:auto;}
	.mnTop ul li { display:block; width:99%; margin:1px 0px; border-radius:3px;}
	.mnTop ul li ul {display:none !important;}
	.leftBoxContainer { display:none;}
	.mainContent { clear:both; width:100% !important;}
	.Right { clear:both; width:100% !important; }
	.leftBoxContainer { width:100% !important;}
	
	.breadcrumbs { clear:both; position:relative; height:auto;}
	.breadcrumbs .pnSearch { position:relative; clear:both; left:5px;}
	
	.newsItemL { width:100%; clear:both; height:auto;}
	.newsItemL img { float:none; text-align:center; width:92% !important; height:auto;}
	.newsItemL .desc { max-height:60px; overflow:hidden;}
	.newsItemR { width:100%; clear:both; float:none; height:auto;}
	.newsItemR img { width:92% !important; height:auto;}
	.newsItemR .title { width:96% !important; clear:both;}
	.newsItemR .desc { clear:both; width:96% !important;}
	
	.newsItem { clear:both; width:100%; margin-bottom:10px;}
	.newsItem img { clear:both; width:90% !important;}
	.newsItem .title { width:99% !important; float:none; clear:both;}
	.newsItem .desc { clear:both; width:99% !important; text-align:justify; float:none;} 
	
	.nImage { clear:both; width:100%; text-align:center;}
	.nIntro { clear:both; width:100%; }
	.nContent table { width:100%;}
	.nContent img { max-width:99%;}
	
	#ProImg { clear:both; width:100% !important; } 
	#ProImg img { width:100%;}
	#ProInfo {  clear:both; width:100% !important; }
	
	#divRight {margin-left:5px !important; width:96% !important;}
	#ProBoxGalleryOther { width:97% !important; height:auto; margin:1%; float:left;}
	
	.Footer { width:100%;}
	.FooterBox { width:100%;}
	.FooterCopyright { width:100%;}
	.FooterMenu { clear:both; height:auto; width:100%;}

	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #0882c5;
		width: 100%;
		position: relative;
		padding:7px 15px;
		color:White;
		font-size:10pt;
	}
	nav a#pull:after {
		content:"";
		background: url('../../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 35px;
		top: 5px;
	}
	
}