/*desktop resolution at 1024x768*/
@media only screen and (max-width: 1024px){

	/*container section*/
	.container section{
		background-size: 70%;
	}

	/*the about section*/
	#hf-about{
		font-size: .9em;
		margin: 70px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 70px;
	}

	#hf-about h1{
		left: -96px;
		top: 0px;
		width: 280px;
		height: 70px;
		font-size: 1.8em;
		line-height: 1.9em;
		text-indent: .9em;
	}

	body.chnVersion #hf-about h1{
		line-height: 2em;
	}

	#hf-about img{
		margin: 30px 0 10px 20px;
	}

	/*the history section*/
	#hf-history{
		font-size: .9em;
		margin: 70px;
		margin-top: -60px;
		margin-bottom: 20px;
		padding-top: 80px;
	}

	#hf-history h1{
		right: -95px;
		top: 10px;
		width: 280px;
		height: 70px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.8em;
		text-indent: 6.5em;
	}

	body.chnVersion #hf-history h1{
		text-indent: 5.8em;
		line-height: 2em;
	}

	#hf-history img{
		margin: 30px 20px 10px 0px;
	}

	/*the mission section*/
	#hf-mission{
		font-size: .9em;
		margin: 70px;
		margin-top: -40px;
		margin-bottom: 20px;
		padding-top: 75px;
	}

	#hf-mission h1{
		left: -96px;
		top: 5px;
		width: 280px;
		height: 70px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.9em;
		text-indent: 1em;
	}

	body.chnVersion #hf-mission h1{
		line-height: 2em;
	}

	#hf-mission img{
		margin: 20px 0 10px 20px;
		width: 55%;
		height: 55%;
	}

	/*the careers section*/
	#hf-careers{
		font-size: .9em;
		margin: 70px;
		margin-top: 45px;
		margin-bottom: 20px;
	}

	#hf-careers h1{
		right: -95px;
		top: -50px;
		width: 280px;
		height: 70px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.9em;
		text-indent: 6.5em;
	}

	body.chnVersion #hf-careers h1{
		text-indent: 5.8em;
		line-height: 2em;
	}

	#hf-careers img{
		margin: 30px 20px 10px 0px;
	}

	/*navigation*/
	#nav li {
		width: 140px;
		height: 100%;
		margin: 0;
		padding: 0 10px;
	}

	#nav li a span{
		font-size: 20px;
	}

	span.sb-icon{
		position: absolute;
		left: 20px;
		top:4px;
	}
	
	span.sb-icon:before {
	    line-height: 23px;
	    font-size: 23px;
	}

	#nav span.icon-home{
		margin-left: 10px;
	}

	#nav span.icon-basket{
		margin-left: -8px;
	}

	div#social-icon{
		width: 150px;
		top: 10px;
		right: 0px;
	}
	div#social-icon a{
		width: 40px;
		margin-right: 10px;
	}
	li#message{
		display: none;
	}

	/*footer*/
	footer{
		bottom: 0px;
		height: 145px;
	}
	div#footer-content section{
		height: 140px;
	}
	div#footer-content section p{
		font-size: 15px;
	}
	div#footer-content{
		font-size: 13px;
	}
	div#disclaimer p{
		font-size: 9px;
	}
	div#footer-content section ul li{
		text-indent: -35%;
	}
}

/*desktop resolution at 1280x800 and 1280x1024*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 1024px){

	/*footer section*/
	footer{
		height: 155px;
	}
	div#footer-content section p{
		font-size: 16px;
	}
	div#footer-content{
		font-size: 14px;
	}
	div#disclaimer p{
		font-size: 10px;
	}
	div#footer-content section ul li{
		text-indent: -25%;
	}

	/*navigation bar section*/
	#nav a {
		line-height: 45px;
	}

	li#message{
		font-size: 2em;
		left: auto;
		right: -20px;
	}

	body.chnVersion li#message{
		margin-top: -24px;
		left: 40px;
	}

	div#social-icon{
		width: 230px;
		top: 10px;
		right: 0px;
	}
	div#social-icon a{
		margin-right: 10px;
	}

	/*the about section*/
	#hf-about{
		font-size: 1em;
		margin: 70px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 70px;
	}

	#hf-about h1{
		width: 320px;
		height: 80px;
		left: -98px;
		top: 0px;
		font-size: 1.8em;
		line-height: 2em;
		text-indent: .9em;
	}

	#hf-about img{
		margin: 30px 0 10px 20px;
	}

	/*the history section*/
	#hf-history{
		font-size: 1em;
		margin: 70px;
		margin-top: -60px;
		margin-bottom: 20px;
		padding-top: 80px;
	}

	#hf-history h1{
		width: 320px;
		height: 80px;
		right: -98px;
		top: 10px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.8em;
		text-indent: 6.8em;
	}

	#hf-history img{
		margin: 30px 20px 10px 0px;
	}

	body.chnVersion #hf-history h1{
		text-indent: 6em;
		line-height: 2em;
	}

	/*the mission section*/
	#hf-mission{
		font-size: 1em;
		margin: 70px;
		margin-top: -40px;
		margin-bottom: 20px;
		padding-top: 75px;
	}

	#hf-mission h1{
		width: 320px;
		height: 80px;
		left: -98px;
		top: 0px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.8em;
		text-indent: 1em;
	}

	#hf-mission img{
		margin: 20px 0 10px 20px;
	}

	body.chnVersion #hf-mission h1{
		line-height: 2em;
	}

	/*the careers section*/
	#hf-careers{
		font-size: 1em;
		margin: 70px;
		margin-top: -15px;
		margin-bottom: 20px;
		padding-top: 60px;
	}

	#hf-careers h1{
		width: 320px;
		height: 80px;
		right: -98px;
		top: -15px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 1.9em;
		text-indent: 7em;
	}

	#hf-careers img{
		margin: 30px 20px 10px 0px;
	}

	body.chnVersion #hf-careers h1{
		text-indent: 6em;
		line-height: 2em;
	}
}

/*desktop resolution at 1366x768*/
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px){
	/*footer section*/
	footer{
		height: 155px;
	}
	div#footer-content section p{
		font-size: 16px;
	}
	div#footer-content{
		font-size: 14px;
	}
	div#disclaimer p{
		font-size: 10px;
	}
	div#footer-content section ul li{
		text-indent: -25%;
	}

	/*navigation bar section*/
	#nav a {
		line-height: 45px;
	}

	li#message{
		font-size: 2em;
		left: auto;
		right: -100px;
	}

	body.chnVersion li#message{
		margin-top: -27px;
		left: 120px;
	}

	div#social-icon{
		width: 240px;
		top: 10px;
		right: 0px;
	}
	div#social-icon a{
		margin-right: 10px;
	}

	/*the about section*/
	#hf-about{
		font-size: 1em;
		margin: 70px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-top: 70px;
	}

	#hf-about h1{
		width: 360px;
		height: 90px;
		left: -100px;
		top: -10px;
		font-size: 1.8em;
		line-height: 2.2em;
		text-indent: .9em;
	}

	#hf-about img{
		margin: 30px 0 10px 20px;
	}

	/*the history section*/
	#hf-history{
		font-size: 1em;
		margin: 70px;
		margin-top: -60px;
		margin-bottom: 20px;
		padding-top: 80px;
	}

	#hf-history h1{
		width: 360px;
		height: 90px;
		right: -100px;
		top: 0px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 2em;
		text-indent: 7.5em;
	}

	body.chnVersion #hf-history h1{
		line-height: 2.2em;
	}

	#hf-history img{
		margin: 30px 20px 10px 0px;
	}

	/*the mission section*/
	#hf-mission{
		font-size: 1em;
		margin: 70px;
		margin-top: -40px;
		margin-bottom: 20px;
		padding-top: 75px;
	}

	#hf-mission h1{
		width: 360px;
		height: 90px;
		left: -100px;
		top: 0px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 2.1em;
		text-indent: 1em;
	}

	body.chnVersion #hf-mission h1{
		line-height: 2.2em;
	}

	#hf-mission img{
		margin: 20px 0 10px 20px;
	}

	/*the careers section*/
	#hf-careers{
		font-size: 1em;
		margin: 70px;
		margin-top: -15px;
		margin-bottom: 20px;
		padding-top: 60px;
	}

	#hf-careers h1{
		width: 360px;
		height: 90px;
		right: -100px;
		top: -15px;
		font-size: 1.8em;
		font-weight: bold;
		line-height: 2em;
		text-indent: 7.7em;
	}

	body.chnVersion #hf-careers h1{
		line-height: 2.2em;
	}

	#hf-careers img{
		margin: 30px 20px 10px 0px;
	}
}

/*desktop resolution at 1440x900*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) and (max-height: 900px){

	footer{
		height: 165px;
	}

	li#message{
		font-size: 2.1em;
		left: auto;
		right: -110px;
	}

	body.chnVersion li#message{
		left: 90px;
	}

	div#social-icon{
		width: 160px;
		top: 10px;
		right: 0px;
	}
	div#social-icon a{
		margin-right: 10px;
	}

	#hf-about h1{
		width: 380px;
		height: 100px;
		left: -100px;
		top: 0px;
		font-size: 1.9em;
		line-height: 2.2em;
		text-indent: 1em;
	}

	body.chnVersion #hf-about h1{
		line-height: 2.3em;
	}

	#hf-history h1{
		width: 380px;
		height: 100px;
		right: -100px;
		top: 0px;
		font-size: 1.9em;
		font-weight: bold;
		line-height: 2em;
		text-indent: 7.5em;
	}

	body.chnVersion #hf-history h1{
		line-height: 2.2em;
	}

	#hf-mission h1{
		width: 380px;
		height: 100px;
		left: -100px;
		top: 0px;
		font-size: 1.9em;
		font-weight: bold;
		line-height: 2em;
		text-indent: 1em;
	}

	body.chnVersion #hf-mission h1{
		line-height: 2.2em;
	}

	#hf-careers h1{
		width: 380px;
		height: 100px;
		right: -100px;
		top: -70px;
		font-size: 1.9em;
		font-weight: bold;
		line-height: 2em;
		text-indent: 7.5em;
	}

	body.chnVersion #hf-careers h1{
		line-height: 2.2em;
	}
}