﻿/*Styles for screen 515px and lower*/
@media 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; text-align:center; margin-bottom:10px;}
	.divBannerSupport input[type="text"] { width:90%; margin-left:2px;}
	.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;}
	
	.mainContent { clear:both; width:100% !important;}
	.Right { clear:both; width:100% !important; }
	.leftBoxContainer { width:100% !important;}
	.PriceBox { width:100%; margin-right:0;}
	.PriceBox p { width:100%;}
	
	.breadcrumbs { clear:both; position:relative; height:auto;}
	.breadcrumbs .pnSearch { position:relative; clear:both; left:5px;}
	
	.ProBoxGalleryOther { width:44%;}
	.ProBoxGalleryHome { width:44%;}
	
	.SerHomeBox, .SerHomeBox p { width:100%;}
	
	.newsItem { clear:both; width:100%; margin-bottom:10px;}
	.newsItem img { clear:both; width:30% !important;}
	.newsItem .title { width:65% !important; float:left;}
	.newsItem .desc { clear:both; width:99% !important;} 
	
	.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:96%;}
	.FooterBox { width:100%;}
	.FooterCopyright { width:100%;}
	.FooterMenu { clear:both; height:auto; width:100%;}
	.FooterMenu ul { margin:0px;}
	.FooterMenu ul li { display:block; width: 97% !important;float: none;margin: 1px 0px;border: 0px;padding: 5px;border-radius: 3px;}

	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		background-color: #016bb7;
		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;
	}
	
	.mapsID {width: 90%;
height: 120px;
padding: 15px;
float: left;
border: 1px #999 dotted;
border-radius: 6px;
margin: 10px 0px 10px 10px;
}
.mapsID .btn {width: 100px;
height: 22px;
padding: 5px;
margin-top: 10px;
float: right;
/* background: url(../../images/percent-bg.png) no-repeat left top; */
text-align: center;
/* color: #ffffff; */
float: left;
border-radius: 4px;
border: 1px #999 solid;}
}