/*desktop resolution at 1024x768*/
@media only screen and (min-width: 1000px) and (max-width: 1024px){
	
	body{
		max-width: 1024px;
		min-width: 1000px;
		background-size: 40%;
	}

	.jms-slideshow {
		width: 64%;
		height: 485px;
		top: 60px;
	}

	body.chnVersion .jms-slideshow{
		top: 55px;
	}

	.jms-wrapper {
		height: 465px;
		border: 8px solid #fff;
		border: 8px solid rgba(255, 255, 255, 0.9);
	}

	footer{
		height: 20.2%;
	}

	body.chnVersion footer{
		height: 21%;
	}

	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%;
	}

	div#social-icon{
		top: 10px;
		right: 0px;
	}

	div#social-icon a{
		margin-right: 10px;
	}

	li#message{
		display: none;
	}

	.jms-content{
		width: 430px;
		left: -100px;
		top: -30px;
	}

	.step h3{
		margin-left: -30px;
		margin-top: -15px;
	}

	.step p{
		margin-left: -30px;
		margin-top: -15px;
	}

	body.chnVersion .jms-content p{
		margin-top: 10px;
	}

	body.chnVersion .jms-link{
		margin-left: -30px;
	}

	.step img{
		right: -220px;
		top: -50px;
	}

	.jms-dots span{
		width: 10px;
		height: 10px;
		margin: 2px;
	}

	.jms-dots span.jms-dots-current:after{
		width: 6px;
		height: 6px;
		top: 2px;
		left: 2px;
	}

	.jms-arrows span{
		margin-top: -50px;
		height: 100px;
		width: 20px;
		border-radius: 3px;
	}

	/*.step div content*/
	#two, #three, #four, #five{
		position: relative;
	    display: block;

	    width: 1024px;
	    height: 485px;
	    margin: 0 auto;
	    top: -40px;
	}

	/*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;
	}

	#social-icon{
		width: 150px;
	}

	#social-icon a{
		width: 40px;
		margin: 0;
		margin-right: 10px;
		padding: 0;
	}

	/*the mission and contact page*/
	#two img{
		width: 540px;
		height: 338px;
		position: absolute;
		top: 70px;
		right: 10px;
	}

	#five img{
		top: 70px;
		width: 431px;
		height: 333px;
	}

	/*each slide paragraph*/
	.page-content{
		margin: 30px auto;
		padding: 0 50px;
	}

	.page-content .div-title{
		position: absolute;
		color: white;
		margin: 0;
		padding: 0;
		top: 20px;
		left: 70px;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		font-size: 40px;
		font-weight: bold;
	}

	body.chnVersion .page-content .div-title{
		font-size: 40px;
	}

	.page-content .div-para{
		position: absolute;
		color: white;
		margin: 0;
		padding: 0;
		top: 120px;
		left: 70px;
		width: 400px;
		font-size: 25px;
	}

	body.chnVersion .page-content .div-para{
		font-size: 25px;
	}

	body.chnVersion .page-content .div-para ~ .jms-link{
		margin-left: 10px;
	}

	#five .div-para{
		width: 360px
	}

	.page-content a{
		position: absolute;
		top: 300px;
		left: 70px;
		font-size: 12px;
	}

	body.chnVersion #services-panel ul li a span{
		font-size: 35px;
	}
}

/*desktop resolution at 1280x800*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-height: 800px){
	
	body{
		max-width: 1280px;
		min-width: 1025px;
		background-size: 30%;
	}
	.jms-slideshow {
		width: 80%;
		height: 485px;
		top: 18px;
	}
	.jms-wrapper {
		height: 530px;
		border: 10px solid #fff;
		border: 10px solid rgba(255, 255, 255, 0.9);
	}
	/*footer section*/
	footer{
		height: 20.5%;
	}
	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: -30px;
	}

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

	/*slideshow section*/
	.jms-dots span{
		top: 20px;
	}

	.jms-arrows span{
		margin-top: -50px;
		height: 120px;
		width: 20px;
		border-radius: 3px;
	}

	/*.step div content*/
	#two, #three, #four, #five{
		position: relative;
	    display: block;

	    width: 1280px;
	    height: 500px;
	    margin: 0 auto;
	}

	#two, #five{
		height: 520px;
		margin-top: 10px;
	}

	/*the mission and contact page*/
	#two img{
		width: 666px;
		height: 416px;
		position: absolute;
		top: 55px;
		right: 10px;
	}

	#five img{
		top: 55px;
		width: 538px;
		height: 415px;
	}

	/*each slide paragraph*/
	.page-content{
		margin: 30px auto;
		padding: 0 50px;
	}

	.page-content .div-title{
		top: 35px;
		left: 90px;
		font-size: 45px;
	}

	#two .jms-link,
	#five .jms-link{
		left: 90px;
	}

	.page-content .div-para{
		top: 135px;
		left: 90px;
		font-size: 30px;
		width: 500px;
	}

	#five .div-para{
		width: 400px
	}

	.page-content a{
		position: absolute;
		top: 335px;
		left: 70px;
		font-size: 12px;
	}
}

/*desktop resolution at 1280x1024*/
@media only screen and (min-width: 1025px) and (max-width: 1280px) and (min-height: 801px) and (max-height: 1024px){
	
	body{
		max-width: 1280px;
		min-width: 1025px;
		background-size: 40%;
	}

	.jms-content{
		position: absolute;
		width: 500px;
		left: -160px;
		top: -70px;
	}

	.step img{
		position: absolute;
		width: 770px;
		height: 564px;
		right: -250px;
		top: -80px;
		-webkit-background-size: 100%;
		-moz-background-size: 100%;
		-o-background-size: 100%;
		-ms-background-size: 100%;
		background-size: 100%;
	}

	.step h3{
		font-size: 62px;
		font-weight: bold;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		margin: 0;
		padding: 60px 0 10px 0;
	}

	.step p {
		line-height: 1.5;
		color: #fff;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
		font-size: 44px;
		font-weight: 500;
		margin-top: 5px;
	}

	.jms-slideshow {
		width: 80%;
		height: 650px;
		top: -35px;
	}
	.jms-wrapper {
		height: 650px;
		border: 10px solid #fff;
		border: 10px solid rgba(255, 255, 255, 0.9);
	}
	/*footer section*/
	footer{
		height: 19%;
	}
	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{
		height: 7%;
	}

	#nav a {
		line-height: 50px;
	}

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

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

	/*slideshow section*/
	.jms-dots span{
		top: -20px;
	}

	.jms-arrows span{
		margin-top: -50px;
		height: 120px;
		width: 20px;
		border-radius: 3px;
	}

	.jms-content img[src="images/usa-map-nav-3.png"]{
		right: -230px;
	}

	/*.step div content*/
	#two, #three, #four, #five{
		position: relative;
	    display: block;

	    width: 1280px;
	    height: 750px;
	    top: -40px;
	    margin: 0 auto;
	}

	/*the mission and contact page*/
	#two img{
		width: 666px;
		height: 450px;
		position: absolute;
		top: 145px;
		right: 10px;
	}

	#five img{
		width: 538px;
		height: 415px;
		top: 145px;
	}

	/*each slide paragraph*/
	.page-content{
		margin: 30px auto;
		padding: 0 50px;
	}

	.page-content .div-title{
		top: 85px;
		left: 70px;
		font-size: 65px;
	}

	.page-content .div-para{
		top: 205px;
		left: 70px;
		font-size: 40px;
	}

	#two .div-para,
	#five .div-para{
		font-size: 35px;
	}

	#five .div-para{
		width: 450px;
	}

	.page-content a{
		position: absolute;
		top: 485px;
		left: 70px;
		font-size: 14px;
	}

	#two .jms-link,
	#five .jms-link{
		left: 70px;
	}
}

/*desktop resolution at 1366x768*/
@media only screen and (min-width: 1281px) and (max-width: 1366px) and (max-height: 768px){
	
	body{
		max-width: 1366px;
		min-width: 1281px;
		background-size: 30%;
	}

	.jms-slideshow {
		width: 86%;
		height: 485px;
		top: 18px;
	}

	.jms-wrapper {
		height: 530px;
		border: 10px solid #fff;
		border: 10px solid rgba(255, 255, 255, 0.9);
	}

	.jms-wrapper img{
		max-height: 440px;
		top: -10px;
		right: -200px;
	}

	/*footer section*/
	footer{
		height: 22%;
	}
	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: -120px;
	}

	body.chnVersion li#message{
		right: -120px;
	}

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

	/*slideshow section*/
	.jms-dots span{
		top: 20px;
	}

	.jms-arrows span{
		margin-top: -50px;
		height: 120px;
		width: 20px;
		border-radius: 3px;
	}

	/*.step div content*/
	#two, #three, #four, #five{
		position: relative;
	    display: block;

	    width: 1366px;
	    height: 500px;
	    margin: 0 auto;
	}

	#two, #five{
		height: 520px;
		margin-top: 10px;
	}

	/*the mission and contact page*/
	#two img{
		width: 666px;
		height: 416px;
		position: absolute;
		top: 55px;
		right: 10px;
	}

	#five img{
		top: 45px;
		width: 538px;
		height: 415px;
	}

	/*each slide paragraph*/
	.page-content{
		margin: 30px auto;
		padding: 0 50px;
	}

	.page-content .div-title{
		top: 35px;
		left: 90px;
		font-size: 45px;
	}

	#two .jms-link,
	#five .jms-link{
		left: 90px;
	}

	.page-content .div-para{
		top: 135px;
		left: 90px;
		font-size: 30px;
		width: 500px;
		font-size: 1em;
	}

	#five .div-para{
		width: 400px
	}

	.page-content a{
		position: absolute;
		top: 335px;
		left: 70px;
		font-size: 12px;
	}
}

/*desktop resolution at 1440x900*/
@media only screen and (min-width: 1367px) and (max-width: 1440px) and (max-height: 900px){
	
	body{
		max-width: 1440px;
		min-width: 1367px;
		background-size: 30%;
	}

	.jms-slideshow {
		width: 90%;
		height: 530px;
		top: 0px;
	}

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

	.jms-dots span{
		top: 30px;
	}

	/*.step div content*/
	#two, #three, #four, #five{
		position: relative;
	    display: block;

	    width: 1440px;
	    height: 580px;
	    margin: 0 auto;
	}

	/*the mission and contact page*/
	#two img{
		max-width: 720px;
		position: absolute;
		top: 75px;
		right: 30px;
	}

	#five img{
		top: 30px;
		max-width: 720px;
		right: 30px;
	}
}