body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #ddd url(../images/fabric_plaid.png) repeat top left;
	background-image: url(../images/logo-bg.png), url(../images/fabric_plaid.png);
	background-repeat: no-repeat, repeat;
	background-position: 50% 35%, top left;
	font-weight: 400;
	color: #333;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	max-width: 1600px;
	min-width: 1550px;
	min-height: 1024px;
}

body.chnVersion{
	font-family: "SimSun","宋体","Arial Narrow";
}

#prompt{
	position: absolute;
	display: block;
	width: 1000px;
	height: 600px;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -300px;
	z-index: 2;
}

/*step div with exclusive id*/

#one, #two, #three, #four, #five{
	position: relative;
    display: block;

    width: 1600px;
    height: 580px;
    margin: 0 auto;
    top: -50px;
    background-color: white;

    color: rgb(102, 102, 102);
    text-shadow: 0 2px 2px rgba(0, 0, 0, .1);

    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
}

body.chnVersion #one, body.chnVersion #two, body.chnVersion #three, body.chnVersion #four, body.chnVersion #five{
	font-family: "SimSun","宋体","Arial Narrow";
	font-size: 25px;
}

body.chnVersion .lb-album li a span{
	font-weight: bold;
}

#one{
	background-color: transparent;
}

#two, #five{
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}

#three{
	background: url("../images/products-bg-pattern.jpg") repeat top left;
}

#four{
	background: url("../images/products-bg-pattern.jpg") repeat top left;
}

/*mission and contact slide paragraph*/
.page-content{
	font-family: 'Open Sans Condensed','Arial Narrow',serif;
	position: relative;
	margin: 50px auto;
	padding: 0 50px;
}

body.chnVersion .page-content{
	font-family: "SimSun","宋体","Arial Narrow";
}

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

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

.page-content .div-para{
	position: absolute;
	color: white;
	width: 560px;
	top: 130px;
	left: 100px;
	font-size: 35px;
}

body.chnVersion #five .page-content .div-para{
	width: 400px;
}

.page-content a{
	position: absolute;
	top: 370px;
	left: 100px;
}

/*the mission page*/
#two img{
	position: absolute;
	top: 35px;
	right: 20px;
}

#five img{
	position: absolute;
	top: 35px;
	right: 70px;
}

/*header
header{
	position: fixed;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}*/

/*navigation*/
#nav {
	position: fixed;
	color: white;
	background: #bb5f7a;
	/*
	background: #43bf90;
	background: -webkit-linear-gradient(top, #318c69 0%, #43bf90 50%, #318c69 100%);
	*/
	width: 100%;
	height: 8.2%;
	left: 0;
	top: -16px;
	z-index: 3;
	overflow: hidden;
	-webkit-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2) inset;
}
#nav li {
	position: relative;
	float: left;
	display: block;
	list-style: none;
	width: 140px;
	height: 100%;
	margin: 0;
	padding: 0 10px;
}
#nav a {
	position:absolute;
	width: auto;
	left: 0;
	right: 0;
	font-size: 15px;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	padding: 5px 20px;
	padding-left: 40px;
	text-align: center;
	height: 100%;
	cursor: pointer;

	-webkit-transition: 0.5s;
	-moz-transition:    0.5s;
	-ms-transition:     0.5s;
	-o-transition:      0.5s;
	transition:         0.5s;
}

body.chnVersion #nav a{
	font-size: 12px;
	line-height: 55px;
}

/*not using the dynamic pseudo class in order to let jQuery to
manipulate the hover effect*/
.nav-hover{
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .8);
	}

#nav a:active{
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-o-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	-ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, .4) inset;
	}

.nav-click{
	background: rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-o-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	-ms-box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, .6) inset;
	}
	
#nav li a span{
	font-size: 22px;
	font-weight: bold;
	}

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

/*navigation icon set*/
span.sb-icon{
	position: absolute;
	left: 15px;
	top:4px;
	}
	
span.sb-icon:before {
    font-family: 'hf-icon-set';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3);
    line-height: 25px;
    width: 100%;
    font-size: 25px;
    color: #000;
    text-shadow: 0 0 1px #000;
    display: inline-block;
}

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

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

body.chnVersion #nav span.icon-users{
	margin-left: -5px;
}

body.chnVersion #nav span.icon-basket{
	margin-left: -5px;
}

/*social icon set*/
#social-icon{
	position: absolute;
	width: 300px;
	height: 40px;
	top: 12px;
	right: 400px;
	z-index: 4;
}

#social-icon a{
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 100px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	line-height: 2.5em;
	text-indent: 2.5em;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
a#cn{
	background: url(../images/social-icon/cn.png) no-repeat center left;
}

a#us{
	background: url(../images/social-icon/us.png) no-repeat center left;
}
/*
a#link{
	background: url(../images/social-icon/linkedin-40.png) no-repeat bottom left;
}

a#fb:hover{
	background: url(../images/social-icon/facebook-40.png) no-repeat top left;
}

a#twit:hover{
	background: url(../images/social-icon/twitter-40.png) no-repeat top left;
}

a#link:hover{
	background: url(../images/social-icon/linkedin-40.png) no-repeat top left;
}

a#fb:active, a#twit:active, a#link:active{
	margin-top: 5px;
}
*/
li#message{
	display: inline-block;
	list-style: none;
	width: auto;
	color: #fff;
	font-family: 'Open Sans Condensed','Arial Narrow',serif;
	font-size: 2.2em;
	margin-top: -27px;
	left: 360px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
}

li#message span{
	font-weight: 700;
}

/*footer*/
footer{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	position: fixed;
	width: 100%;
	height: 20.2%;
	background-color: #bb5f7a;
	margin: 0px auto;
	bottom: 0px;
	left: 0px;
	z-index: 0;
	-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2) inset;
}

/*company logo located in the right bottom corner
#footer-content img{
	position: absolute;
	right: 5px;
	top: 10px;
}*/

div#footer-content{
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
}

body.chnVersion div#footer-content{
	font-size: 14px;
}

div#footer-content section{
	float: left;
	display: inline-block;
	width: 21%;
	height: 150px;
	margin: 0 2%;
	/*
	border-left: 1px solid white;
	border-right: 1px solid white;
	*/
}

div#footer-content section p a{
	text-decoration: none;
	color: #333333;
}

div#footer-content section p a:hover{
	color: white;
}

div#footer-content section p{
	font-size: 17px;
	font-weight: bold;
	width: auto;
	margin: 10px auto -10px auto;
	display: block;
	text-align: center;
	clear: both;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

div#footer-content section ul li{
	display: block;
	list-style: none;
	text-indent: -20%;
}

body.chnVersion div#footer-content section ul li{
	margin-top: 5px;
}

div#footer-content section ul li a{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

div#footer-content section ul li a:hover{
	color: white;
}

#disclaimer{
	position: absolute;
	display: inline-block;
	clear: both;
	line-height: 13px;
	bottom: 0;
	width: 85%;
	left: 50%;
	margin-left: -42.5%;
}

#disclaimer p{
	font-size: 11px;
	color: inherit;
}

/*slideshow in the home page*/
.jms-slideshow {
	position: relative;
	width: 100%;
	max-width: 1600px;
	min-width: 640px;
	margin: 0px auto;
	height: 575px;
	top: 3px;
	z-index: 1;
}
.jms-wrapper {
	-webkit-user-select: none;
	-moz-user-select: none;
	width: auto;
	min-width: 600px;
	height: 580px;
	background-color: #878787;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding;
	-moz-background-clip: padding;     
	background-clip: padding-box;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	border-left: 10px solid rgba(255, 255, 255, 0.9);
	border-right: 10px solid rgba(255, 255, 255, 0.9);
	outline: none;
	-webkit-transition: background-color 1s linear;
	-moz-transition: background-color 1s linear;
	-o-transition: background-color 1s linear;
	-ms-transition: background-color 1s linear;
	transition: background-color 1s linear;
}
.color-1 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-2 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-3 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-4 {
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.color-5{
	background-color: #EBBBBC;
	background-color: rgba(235, 187, 188, 1);
}
.step {
	position: relative;
	width: 900px;
    height: 420px;
	display: block;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-ms-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.step:not(.active) {
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}
.jms-content{
	position: absolute;
	width: 450px;
	left: -180px;
	top: -30px;
}
.step h3{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	margin: 0;
	padding: 60px 0 10px 0;
}
body.chnVersion #jms-slideshow div:first-child .jms-content h3{
	background: url(../images/product-title-1-chn.png) no-repeat left center;
}
body.chnVersion #jms-slideshow div:nth-child(2) .jms-content h3{
	background: url(../images/product-title-2-chn.png) no-repeat left center;
}
body.chnVersion #jms-slideshow div:nth-child(3) .jms-content h3{
	background: url(../images/product-title-3-chn.png) no-repeat left center;
}
body.chnVersion #jms-slideshow div .jms-content h3{
	display: block;
	width: 360px;
	height: 96px;
}
.step p {
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	line-height: 1.5;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 35px;
	font-weight: 400;
	position: relative;
	margin-top: 5px;
}
body.chnVersion .step p{
	font-size: 30px;
}
a.jms-link{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #727272 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#727272)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #969696 0%,#727272 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #969696 0%,#727272 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #969696 0%,#727272 100%); /* IE10+ */
	background: linear-gradient(top, #969696 0%,#727272 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#727272',GradientType=0 ); /* IE6-9 */
	padding: 8px 15px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid #444;
	border-radius: 4px;
	opacity: 1;
	margin-top: 40px;
	clear: both;
	-webkit-transition: all 0.4s ease-in-out 1s;
	-moz-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
.step:not(.active) a.jms-link{
	opacity: 0;
	margin-top: 80px;
}
.step img{
	position: absolute;
	right: -250px;
	top: -50px;
}

.jms-dots{
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 20px;
	z-index: 2000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-dots span{
	display: inline-block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #777;
	margin: 3px;
	cursor: pointer;
	box-shadow: 
		1px 1px 1px rgba(0,0,0,0.1) inset, 
		1px 1px 1px rgba(255,255,255,0.3);
}
.jms-dots span.jms-dots-current:after{
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	top: 2px;
	left: 2px;
	border-radius: 50%;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.jms-arrows{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.jms-arrows span{
	position: absolute;
	top: 50%;
	margin-top: -75px;
	height: 150px;
	width: 30px;
	cursor: pointer;
	z-index: 2000;
	border-radius: 3px;
}
.jms-arrows span.jms-arrows-prev{
	background: #fff url(../images/arrow_left.png) no-repeat 50% 50%;
	left: 0px;
}
.jms-arrows span.jms-arrows-next{
	background: #fff url(../images/arrow_right.png) no-repeat 50% 50%;
	right: 0px;
}
/* Not supported style */
.jms-wrapper.not-supported{
	background-color: #E3D8FF;
	background-color: rgba(227, 216, 268, 1);
}
.jms-wrapper.not-supported:after{
	content: 'The slideshow functionality is not supported on your device.';
	padding: 0px 0px 30px 0px;
	text-align: center;
	display: block;
}
.jms-wrapper.not-supported .step{
	display: none;
	position: relative;
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
	margin: 20px auto;
}
.jms-wrapper.not-supported .step:first-of-type{
	display: block;
}
.jms-wrapper.not-supported .step:not(.active) a.jms-link{
	opacity: 1;
	margin-top: 40px;
}